Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This function converts file size in bytes to the larger units.
You can add bigger values like exa-, zetta-, yotta- bytes.
0
911
posted 15 years ago by kirik
I made this script to count the days until a birthday, the birthdays are stored in mysql with the year intact YYYY-MM-DD, so this function strips the first 4 chars, and adds the current year, if the date has already passed it adds the next year and c...
9
1411
posted 15 years ago by jcroom
An example solution for the 'insert-checkin-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
It generates a "pretty" check in notice to be emailed, and also generates a line you can cut/pa...
0
1114
posted 15 years ago by bigfaceworm
An example solution for the 'insert-code-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
1
1188
posted 15 years ago by bigfaceworm
An answer to the 'cycle-special-files exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
1174
posted 15 years ago by bigfaceworm
Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589
0
1216
posted 15 years ago by bigfaceworm
Make sure you change the variable v_ga_track near the end of the script.
0
883
posted 15 years ago by chrisjlee
http://code.google.com/p/jquery-jtwitter/ for examples.
3
1022
posted 15 years ago by jonniespratley
http://code.google.com/p/jquery-jtwitter/ for examples.
2
1045
posted 15 years ago by jonniespratley
Now you can write IE specific styles in a regular stylesheet, by prefacing the CSS selectors with body.ie
2
1032
posted 15 years ago by jessibird
I recently found the need to run multiple CodeIgniter applications inside of a single codebase for development & test purposes. So, I rewrote a few lines of the primary index file (/index.php) to automatically route URLs like subdomain.domain.com to...
3
1080
posted 15 years ago by brettbergeron
Detect if an object exists in an array or detect existance of a key in an object
1
862
posted 15 years ago by quickredfox
File.Basename - A library that provides unix-like tools 'dirname' and 'basename'
0
756
posted 15 years ago by quickredfox
Remedial Javascript As Proposed by Douglas Crockford (http://javascript.crockford.com/remedial.html)
0
827
posted 15 years ago by quickredfox