Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Run this command to add an /etc/init.d/ startup script to start at os bootup.
0
1894
posted 18 years ago by funkmyer
How to use WebClient to post to an ASP.Net page and maintain viewstate for proxy purposes.
0
1968
posted 18 years ago by BlueCockatoo
this function was provided to me by my partner in crime......thanks superchicken
0
1632
posted 18 years ago by bsisco
Using Proc SQL summarize the table sashelp.shoes grouping on
0
4112
posted 18 years ago by webonomic
This is a version of Textile that only accepts paragraps, bold, italics, links, and images. Enjoy.
1
1920
posted 18 years ago by evanwalsh
IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).
But because the AIL...
3
2185
posted 18 years ago by HerrSerker
I've been using this little gem of a snippet for a few years, and it's never failed me.
1
1727
posted 18 years ago by bmayzure
going to use twitterlocal to play around a bit with pygooglechart.
0
1801
posted 18 years ago by mandric
In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.
2
2390
posted 18 years ago by neal_grosskopf
I was looking for a way to post new articles remotely, and cross domain. I only needed to post new articles, not read, edit or anything like that, so I did not need a whole GUI or any other Interface like those WP-Desktop-clients. I wrote this script...
0
2116
posted 18 years ago by j_junyent
Given an an associative list ((k1 . v1) (k2 . v2) ... (kn . vn)), with possibly equal values for ki, it returns another alist where all cells have distinct keys and where values originally associated to the same key have been grouped as a list in the...
1
4270
posted 18 years ago by jarnaldich
After having trouble with xss and .getJSON() I wrote this. Solved my problems so here you go.
3
1823
posted 18 years ago by twoism
Slim down the size of your javascript by using these custom functions.
2
1724
posted 18 years ago by neal_grosskopf