Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A simple method of clearing the data of a hard drive (writing zeros all over it).
2
1874
posted 17 years ago by narkisr
Basic file system manipulation in Linux (some commands require sudo).
0
1381
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
2702
posted 17 years ago by pckujawa
Código para proyecto de Arquitectura y Organización de Computadores con C++ y lenguaje ensamblador.
0
1460
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
1448
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
1999
posted 17 years ago by wizard04
Pass in text and the maximum allowable length and this snippet will return as many full sentences from the text as it can within that length. If no sentences, it will just trim to the maximum length allowed.
1
2085
posted 17 years ago by DaveChild
The log4j.properties file in Tomcat is called log4j.xml file in JBoss.
0
1438
posted 17 years ago by cimm
Avoid penalties for duplicate content. Also see
<a href="http://sitening.com/blog/htaccess-redirects-to-a-single-hostname/">How to Stay Safe from Duplicate Content by Using .htaccess and 301 Redirects</a>.
2
1870
posted 17 years ago by splotchy