Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
It is utterly annoying when DOM event handler exceptions fail silently with Firebug. This package fixes this common problem.
0
1732
posted 17 years ago by miohtama
The <code>clean</code> script shipped with the Magento downloader actually deletes too much. It's safe to run this command after updating to keep the installation "small".
0
1440
posted 17 years ago by hlubek
A simple way to create a double-border effect (i.e. for images) in all browsers.
1
1917
posted 17 years ago by sidisinsane
Only tested in Safari 3, Opera 9.5 and Firefox 2 (all Mac OS) for now, but it should actually work. If you run into any problems, please provide some feedback.
2
1986
posted 17 years ago by sidisinsane
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
2018
posted 17 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
2524
posted 17 years ago by jimfred
判æ–客户端的æµè§ˆå™¨å’Œæ“作系统的类型和版本å·
0
1268
posted 17 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
4683
posted 17 years ago by vasdee
get a list of all the video files played in all the vortexes
0
1991
posted 17 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
1890
posted 17 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
2302
posted 17 years ago by wackysalut
This will create a list grouped by the sorted field, which is an inner join on a category field.
0
1597
posted 17 years ago by fostersolutions
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4
2318
posted 17 years ago by charmcitycoder
a set of function useful to check data (functions name in italian but easy to translate).
0
3137
posted 17 years ago by ginoplusio