Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
How to create a custom “:checked†pseudo selector for use in MooTools. It is just a small snippet but I’ve found it incredibly useful.
0
1025
posted 16 years ago by ianmonge
This function provides C# with functionality similar to the apparently deprecated my.Computer.FileSystem.FindInFiles under the Microsoft.VisualBasic namespace.
Example usage:
IEnumerable<string> oemFiles = FindInFiles(...
1
1457
posted 16 years ago by jimfred
判æ–客户端的æµè§ˆå™¨å’Œæ“作系统的类型和版本å·
0
623
posted 16 years ago by mn232nm
Annoyingly hard to find, I'm sure others out there have felt the pain of converting sas dates to oracle date formats.
example:
data _null_;
x_dt = datetime();
x_d = date();
put x_dt oracle_datetime.;...
0
1635
posted 16 years ago by vasdee
get a list of all the video files played in all the vortexes
0
1009
posted 16 years ago by rowntreerob
In Firefox and Internet Explorer, the table caption element will be a pixel narrower than in other browsers. Find out how to fix this annoying problem.
1
920
posted 16 years ago by neal_grosskopf
This simple example tests and shows off a fully working FormEncode (v1.2) example. I've had a hard time finding an example, so I now give it to you.
1
1084
posted 16 years ago by wackysalut
This will create a list grouped by the sorted field, which is an inner join on a category field.
0
761
posted 16 years ago by fostersolutions
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4
1163
posted 16 years ago by charmcitycoder
a set of function useful to check data (functions name in italian but easy to translate).
0
1182
posted 16 years ago by ginoplusio
This email snippet was borrowed from (FlashJunior), the original snippit is: http://snipplr.com/view/7743/email-check/
0
729
posted 16 years ago by binarynomad