Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Usage: save the script to ~/scripts/my.bashrc and then source it in .bashrc.
0
1602
posted 18 years ago by thebugslayer
The ASPN cookbook has many recipes for singletons in Python. So far, this one
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/412551
has been my favourite, because it is so simple and concise. However, I just ran into a brick wall when I tr...
0
1309
posted 18 years ago by n3x
This class operates a range of mysql functions base on arrays.
Example:
Name:
Description:
22
10839
posted 18 years ago by emuen
This was posted on the PHP website, I use it quite often. You may get a warning as it is an "unsafe" include (include($var)), but it's a risk that needs to be taken.
5
1397
posted 18 years ago by jgeewax