Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Properly escapes the query string, according to http://code.google.com/apis/searchappliance/documentation/46/xml_reference.html#appendix_url_escaping
3
1180
posted 16 years ago by AndrewVos
This is very useful with dinamic IP connections. You can connect from the host with the dinamic IP, leave the tunnel open to other machine with ssh access and fixed IP and then connect to this machine on specific port (22000 in the example) to connec...
2
968
posted 16 years ago by Juanje
This script goes to the directory you pass as a parameter and change de version of all the packages found in there.
It was used for an amount of packages which were building from the sources but for an lower version of Ubuntu (actually for Guadaline...
0
731
posted 16 years ago by Juanje
This is a simple script for testing changes in a live iso created with squashfs filesystem for the compression.
It will take the iso path as a parameter and it will open it up with unionfs to let you modify its content (into a chroot enviroment) and...
0
789
posted 16 years ago by Juanje
Little script which call tinyurl.com via 'curl' for generate a sort url of the url you pass.
0
1362
posted 16 years ago by Juanje
Suppose you created a script chart.rb in /home/foo/ruby/mylib direcory. Now, you want to use this in the app.rb located in /home/foo/ruby/scripts. In ~/.bash_profile:
0
804
posted 16 years ago by cczona
By default, Emacs displays on the titlebar (I mean GUI Emacs) emacs@domain. There is a way to modify this, using (setq frame-title-format "my title").
How to display emacs@domain: ~/dir/file (or buffer name in case of e.i. *scratch*)? Add it to yo...
1
1085
posted 16 years ago by coldpeer
A Tiny JavaScript liberary for Behaviour-Driven Development (BDD).
1
1051
posted 16 years ago by ishikawa
This is the javascript file for code which implements the Secure Hash Algorithm 1 as defined in FIPS 180-1 published April 17, 1995.
1
1162
posted 16 years ago by ishikawa
Rediccionamiento Apache desde una IP determinada y pidiendo una página concreta
0
829
posted 16 years ago by estebant
Redirecciona una petición HTTP de Apache a una URL, salvo los que tenga una IP determinada.
0
785
posted 16 years ago by estebant
Toolbox CSS is styling information that has nothing uniquely to do with any particular website. These are a collection of common styles that can be useful on any web project. How many times have you written a class for clearing a float? Too many, is...
18
5747
posted 16 years ago by visuallyspun
Useful if you need to run the same command for lots and lots of different parameters
0
1273
posted 16 years ago by wolfie
Useful if you have a shell script running lots of the same command and want to know how many of them have been done
0
1008
posted 16 years ago by wolfie
Run this command to add an /etc/init.d/ startup script to start at os bootup.
0
912
posted 16 years ago by funkmyer