Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Javascript time execution utility:
Use:
var otd = new timeDebugger();
otd.start();
alert(otd.end());
1
1670
posted 16 years ago by marcocs
Perl hash sets are hashes used to represent sets. Their keys are the set elements, and the corresponding values are just 1. For keys that are not set elements, the hash will return undef, equivalent to false.
Adding a whole array to a hash set i...
0
1622
posted 16 years ago by deepsoul
see http://www.undolog.com/2009/08/21/impedire-la-propagazione-degli-eventi-con-jquery/ for detail
0
1484
posted 16 years ago by gfazioli
This version add a special class to avoid external link icon in specify link
1
1578
posted 16 years ago by gfazioli
This is an incomplete color spectrum because cos waves will not reach all the colors. For a proper graph refer to this wiki page http://en.wikipedia.org/wiki/HSL_color_space
1
1287
posted 16 years ago by forchid
/!\Notice: Change the ci_dir to wherever your ci folder is on line 3. /!\
Usage: ci [name of project]
Gives the project a name based on the current date if the user didn't provide one. Option to move the app directory outside of the system dire...
2
1805
posted 16 years ago by AzizLight