Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Calculates the time in hh:mm:ss between two dates
Usage:
var past = new Date('1/1/2013');
var now = new Date();
var lapsed = past.lapsed(now);
0
802
posted 11 years ago by camdagr8
Function enables the reading of url appended variables. See URL for more information.
0
935
posted 11 years ago by gromitski
Compact Privacy Policy allowing cookies to be used in an iframe without being blocked by the host website. See link for further details.
0
773
posted 11 years ago by gromitski
Simple PHP Backdoor Shell
// http://www.example.com/shell.php?cmd=dir
0
2413
posted 11 years ago by shopsplash
Groovy script for hudson's scripler/script console (for latter case import line could be removed) aborting running builds with loo large logs.
0
987
posted 11 years ago by alces
This is way to get different fg and bg colors inside 1 string. You provide escape like characters to define colors.
This is a fg of #rRed #xand now we're back to normal.
This is a bg of $bBlue#x and now we're back to normal.
I can combine fg & b...
0
1018
posted 11 years ago by Rick
Uses the object prototype to extend data. Instantiate as an object and use as specified below (bottom of the code)
0
869
posted 11 years ago by rickygri
Having a handle for groups of options allows script driven dynamic effects to manage changes of presentation with in the select without having to refresh or use other inefficient methods of updating the display.
0
1027
posted 11 years ago by COBOLdinosaur
Avoid history back when is pressed backspace key in number imput
0
730
posted 11 years ago by porquero
shows list of cpt for example on archive page when wpml is installed. if particular post has no translation, it shows it in default language
0
810
posted 11 years ago by kkarpieszuk
Used parts of this in resetting my torrent upload information after losing if (was experimenting with switching to a new torrent-client). Only works on transmission-gtk torrent files [i think]
0
714
posted 11 years ago by ktrout
Stores country name code and capital in an array and returns it. (not completed)
0
794
posted 11 years ago by bluesh34