Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
判æ–客户端的æµè§ˆå™¨å’Œæ“作系统的类型和版本å·
0
801
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
3888
posted 16 years ago by vasdee
get a list of all the video files played in all the vortexes
0
1358
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
1258
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
1566
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
1003
posted 16 years ago by fostersolutions
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4
1542
posted 16 years ago by charmcitycoder
a set of function useful to check data (functions name in italian but easy to translate).
0
2442
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
946
posted 16 years ago by binarynomad
An example on how to invoke Ant targets which are defined in build.xml.
0
1239
posted 16 years ago by narkisr
If you accidentally deleted files from a subversion working copy, subversion marks them missing instead of deleted. This command will delete them correctly from the repository.
2
3682
posted 16 years ago by afiedler