Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This could be further abstracted to work with other db's. Also, it really should be using Ruby's Tempfile class instead of assuming the local machine is *NIX based, but it works :)
0
1889
posted 16 years ago by nate63179
In this instance, used as an after-deploy hook to create a symlink to a shared db config file
0
1972
posted 16 years ago by nate63179
Template variables which can be used in static blocks or pages
0
1587
posted 16 years ago by nate63179
Automatically prepends the path of the store's skin to create a full url
0
1743
posted 16 years ago by nate63179
his set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than usi...
2
2092
posted 16 years ago by Mithun
Just the bare essentials needed to produce a jQuery.Cycle.Lite powered image sequence...make sure you adjust paths according to your needs!
1
1388
posted 16 years ago by inthewayboy
Creates backups of "file.ext" in the form "file.Bx.ext", where Bx represents a sequential backup number from 1 (most recent) to 5 (oldest)
Put the following symbolic links in your path
ln -s path-to-this-file/age.py age
ln -s path-to-...
0
1803
posted 16 years ago by SimonTite