Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is the SoftPRO library needed by the GUI Collector main file.
0
1461
posted 18 years ago by stagger
This is the main file. You also need the libraries posted here for the program to work.
0
1462
posted 18 years ago by stagger
MySQL backup and restore example through mysqldump / mysql command line utilities.
3
1930
posted 18 years ago by jarnaldich
for the filter value I'm not quiet shure. advice is welcome!
8
1945
posted 18 years ago by Wiederkehr
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
5974
posted 18 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
1635
posted 18 years ago by olive
/* ---===[ 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
1524
posted 18 years ago by vbert
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
1987
posted 18 years ago by Winkyboy
Creates a SSL connection with delicious API using the HTTP basic authentication.
4
2083
posted 18 years ago by pmd