Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A implement of itoa with c++, std string.
itoa is function that convert a integer to a string.
0
801
posted 13 years ago by vikiyou
A implementation for itoa with c.
itoa is function that convert a integer to a string.
0
1169
posted 13 years ago by vikiyou
Fairly self-explanator, but:
Expects a directory at <code>/var/www/skeleton</code> with the correct permissions. This is then copied and renamed. Also expects a file named <code>/etc/apache2/sites-available/skeleton</code> which is used to copy th...
0
717
posted 13 years ago by craig0990
This is useful if you are loading html-text via XML and want to remove additional line-breaks, newlines, formfeeds and tabs. It just leaves the clean html.
0
649
posted 13 years ago by konrad_ha
The space after the caret in the grep command is produced by typing Ctrl-V and then Tab, to insert a Tab character.
0
801
posted 13 years ago by nkm
This adds the class "not-home" to your body_class in Wordpress. Handy if you want to reset CSS from the index page.
1
671
posted 13 years ago by ethicka
Basically, if the value has already been requested once before it's returned immediately from the cache. Otherwise, an AJAX request fetches the data and adds it to the cache. The $.when/.then doesn't care about any of this; all you need to be concern...
0
910
posted 13 years ago by crypticsoft
The date and time after which the document should be considered expired. An illegal EXPIRES date, e.g. "0", is interpreted as "now". Setting EXPIRES to 0 may thus be used to force a modification check at each visit.
Web robots may delete expired doc...
0
659
posted 13 years ago by cyrus
A simple Ajax database app built with the Karrigell web framework for Python; PyDbLite, a non-SQL Python database engine; and JQuery in the browser
0
641
posted 13 years ago by jcastell
Banner style found in HTML5 boilerplate.
Copy and paste this in Bundle Editor and add a hotkey for it.
/*
// ================================== \\
|| ||
|| HTML5 Boilerplate Comment Bann...
1
636
posted 13 years ago by tmmyy
This generates a simple insert statement for mysql based on all the variables in $_GET or $_POST using a simple page. It does not do the inserts although that is a simple addition - just builds and displays your insert statement.
1
1256
posted 13 years ago by kidmizere