Category: Script Library
-
GET/POST to a URL in Python
A relatively simple and straightforward way to post information to a server using Python
-
Estimate Henon Map’s Largest Lyapunov Exponent in C
I have been experimenting with C since I have not had as much exposure to the language since college and I recently built a computer with a CUDA-enabled graphics card that I hope to use for my research.
-
Cross Correlation in 9 lines of code
One of the easiest ways to perform Cross-Correlation with Python is with the NumPy package.
-
Handling Default Values in Form Elements (with Javascript)
You can add some fancy Javascript functionality to your forms by handling how form elements behave when a user focuses and blurs focus on different elements.
-
Email Parser
A form and downloadable script that parses the emails from a list of email addresses and names (or any text actually).
-
Python Probability Distribution Program
A python script that creates a probability distribution for a list of time series files.
-
Lyapunov Spectrum for Invertible Maps
Python code to calculate the Lyapunov Spectrum for maps using the method proposed by Wolf et al. involving Gram-Schmidt reorthonormalization.
-
Creating a Drupal-like update system
During a recent project I was working on, I came across a problem which involves easily updating a web application and its database from a customer standpoint. I have rarely worked on a system that is used by others and requires an update path so this presented a unique opportunity to learn how one could…
-
GPS Distances
A wrapper program that calculates distances from GPS coordinates in two files.
-
FTP Download Script
A very basic python script that downloads a website’s contents (via FTP).