|
Project Information
|
Here are some generic code snippets I use in day to day coding. When looking through the code remember - Some functions may be generally useful, some might not
- These functions have been written to fill a particular need I had, if they don't do exactly what you want then modify them yourselves (and share if useful!)
- These may not be the fastest of functions, any suggestions for improvement let me know
- Functions are documented only by their doc strings, if anything isn't clear enough let me know
- There will be bugs, squash them on sight
Once this collection is large enough I plan to organise into modules, but for now just c'n'p and your good to go.
|