Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Replace all the occurrences of a string with a replacement in the supplied files.
2
1498
posted 17 years ago by sanjivarunsahayamhotmailcom
Search and replacing all instances of some text within Vim
1
1400
posted 17 years ago by sanjivarunsahayamhotmailcom
This helps you stip anything from title. This example is from Symfony homepage.
0
940
posted 17 years ago by Zver
$quote -- name of function
post_type=page -- remove to query posts
orderby=rand -- random order
showposts=1 -- limit to 1 post
effect -- displays 1 random custom excerpt outside of the loop
1
1471
posted 17 years ago by davebowker
A simple method of clearing the data of a hard drive (writing zeros all over it).
2
1513
posted 17 years ago by narkisr
Basic file system manipulation in Linux (some commands require sudo).
0
1123
posted 17 years ago by narkisr
This snippet is actually tested for SQL Server Compact Edition (CE) 3.5, but it will probably work for other SQL Server editions. Once you have an SQL CE db up and running, you can set the connection string to point to any directory and database by s...
0
2250
posted 17 years ago by pckujawa
Código para proyecto de Arquitectura y Organización de Computadores con C++ y lenguaje ensamblador.
0
1165
posted 17 years ago by bedomax
The returned file will either contain the folder from where your program is running or the executable jar file, if your program is an executable jar.
I'm using `Main.class` because this code is in my main method (which is in the class 'Main'). You...
0
1128
posted 17 years ago by resurge
This is a very simple bookmarklet that will temporarily sort the *visible* messages in Gmail by subject. You'll have to run it again each time Gmail refreshes the list.
[Sort Gmail Messages](javascript:(function(){function%20f(r){var%20t=r...
0
1633
posted 17 years ago by wizard04