Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Function enables the reading of url appended variables. See URL for more information.
0
2537
posted 12 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
1261
posted 12 years ago by gromitski
Simple PHP Backdoor Shell
// http://www.example.com/shell.php?cmd=dir
0
4196
posted 12 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
3515
posted 12 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
1889
posted 12 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
1398
posted 12 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
1681
posted 12 years ago by COBOLdinosaur
Avoid history back when is pressed backspace key in number imput
0
1356
posted 12 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
1421
posted 12 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
1374
posted 12 years ago by ktrout
Stores country name code and capital in an array and returns it. (not completed)
0
2144
posted 12 years ago by bluesh34
If a flat file contains embedded carriage return (CR) and linefeed characters (LF) inside double quotes, SAS will interpret them as end of line markers. This may cause your file to be read incorrectly.
This example replaces CR/LF characters within...
0
4897
posted 12 years ago by webonomic