Snipplr - snipplr.com - Snipplr
General Information:
Latest News:
(Ruby) Convert Seconds to Human Readable time (up to days) - uberdragon 26 Aug 2013 | 06:45 pm
Pass in seconds and get back the amount of time in human readable format!
(Bash) Recursively Change File Permissions on Files/Folders Only [*nix] - nkm 25 Aug 2013 | 02:01 pm
Problem You want to recursively change all of the file permissions only on folders & subfolders in a directory, but not the files (or vice-versa: you want to change the permissions on files only, not...
(XML) Clear local maven repository on clean goal via maven-antrun-plugin - alces 24 Aug 2013 | 05:47 am
Using this configuration in pom.xml 'clean' should be only one task in mvn command line (for ex. mvn clean compile now breaks a build on dependency problem, but mvn clean && mvn compile works fine).
(PHP) Facebook Comments for Wordpress - bitsculptor 24 Aug 2013 | 04:04 am
This is the code to add facebook comments to your wordpress site.
(PHP) Sublime Snippet: dieout - brownrl 24 Aug 2013 | 03:26 am
This will print out a variable to a
(PHP) Sublimee Snippet: Fic - brownrl 24 Aug 2013 | 01:21 am
Generate a generic file comment
(PHP) Sublime Snippet: fuc - brownrl 24 Aug 2013 | 01:19 am
Generate a generic function comment block
(PHP) Sublime Snippet: pageit - brownrl 24 Aug 2013 | 12:59 am
This is a quick sublime snippet to quickly setup a DB table for pagination. Ideally from here you will be into a smarty template.