Welcome To Snipplr


Everyone's Recent Snippets



1 ... 497 498 499 500 501 ... 554
This is the SoftPRO library needed by the GUI Collector main file.
0 831 posted 17 years ago by stagger
This is the main file. You also need the libraries posted here for the program to work.
0 731 posted 17 years ago by stagger
0 952 posted 17 years ago by stagger
0 854 posted 17 years ago by weakish
Improved blipsend miniapp Requires curl, zenity and sed
0 788 posted 17 years ago by lukaszkorecki
Very quick and dirty Pythagorean triples generator
1 876 posted 17 years ago by lukaszkorecki
MySQL backup and restore example through mysqldump / mysql command line utilities.
3 1049 posted 17 years ago by jarnaldich
0 1075 posted 17 years ago by udayrayala
2 1095 posted 17 years ago by multani
0 921 posted 17 years ago by udayrayala
0 903 posted 17 years ago by udayrayala
0 842 posted 17 years ago by udayrayala
0 869 posted 17 years ago by udayrayala
1 1004 posted 17 years ago by udayrayala
for the filter value I'm not quiet shure. advice is welcome!
8 1003 posted 17 years ago by Wiederkehr
4 1222 posted 17 years ago by wolfie
I got this code from http://blog.vishalon.net/Post/57.aspx The actual two methods required are function doGetCaretPosition (ctrl) { var CaretPos = 0; // IE Support if (document.selection) { ctrl.focus (); var Sel = document.select...
3 4704 posted 17 years ago by arunpjohny
Lorsque vous cherchez le cheminement jusqu'à une fonction/méthode particulière, vous ajoutez un « debug_print_backtrace() ; » dans celle-ci et lors de l’exécution ça vous affiche un truc du style : #0 MusicFactory->loadDataForDetail(925...
0 803 posted 17 years ago by olive
Example of serializing a lisp variable.
0 1072 posted 17 years ago by jarnaldich
0 1291 posted 17 years ago by zingo
/* ---===[ EXAMPLE ]===--- */ var TT = new AssociativeArray(); TT.add("k-1", "Value 1"); TT.add("k-2", "Value 2"); TT.add("k-3", "Value 3"); TT.add("k-4", "Value 4"); alert(TT.to_string());
1 833 posted 17 years ago by vbert
1 761 posted 17 years ago by ctran
I'm not sure where this comes from, although it looks official. It's easy to implement, but to change the height of the scrollbar you have to delve into the developer assets folder within the FLA.
1 1109 posted 17 years ago by Winkyboy
Creates a SSL connection with delicious API using the HTTP basic authentication.
4 1173 posted 17 years ago by pmd
/* --==[ EXAMPLE ]==-- var colors = new AArray(); colors.add("k01", {bk:"#fff",tk:"b",it:"hello"}); var oC = colors.get("k01"); var tT = ''; for(K in oC) tT += "[" + K + "]: " + oC[K] + "\n"; tT += "\n\n"; tT += oC.bk + "\n"; tT += oC...
1 1219 posted 17 years ago by vbert
1 ... 497 498 499 500 501 ... 554