Welcome To Snipplr


Everyone's Recent Snippets



1 ... 547 548 549 550 551 ... 554
Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.
96 6696 posted 17 years ago by 1man
For bin iso you also need cdemu To convert between formats check: mdf2iso, nrg2iso and ccd2iso
3 1718 posted 17 years ago by yuconner
To make an ISO from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it.
0 632 posted 17 years ago by yuconner
Note: This doesn't work in multi-threaded environments, check http://en.wikipedia.org/wiki/Singleton_pattern#C.2B.2B Singleton class model then: SingletonClass *pSC = SingletonClass::get_singleton_instance(); pSC->any_public_function(); or: Si...
4 923 posted 17 years ago by yuconner
3 1436 posted 17 years ago by yuconner
1 700 posted 17 years ago by yuconner
2 867 posted 17 years ago by cochambre
Usefull Regular Expressions enhancement. Simplifies standard string operations escaping special chars. And also saves precompiled REs for a speed increase.
1 725 posted 17 years ago by cochambre
Simple HTTP server daemon (webrick).
1 648 posted 17 years ago by ishikawa
3 846 posted 17 years ago by cochambre
guardar como flash.js
0 685 posted 17 years ago by kanirasta
Para evitar problemas con IE. Hace referencia a un script que pongo en la parte de .js
0 806 posted 17 years ago by kanirasta
redirects a splash page if visited before. Number of days until expiry can be set
0 694 posted 17 years ago by markhope
Redirect a splash page using javascript. This snippet allows one redirect per session making the backwards navigation possible using the back button.
0 793 posted 17 years ago by markhope
0 557 posted 17 years ago by rengber
Methinks this is a bad idea but it is a suggested use of generics from the .NET 2.0 Generics Wrox book
0 535 posted 17 years ago by sophtwarez
The key here is display:none being in the style attribute of the affected div. It will not work if it's in a separate CSS file.
6 844 posted 17 years ago by tjstankus
Placing these inside a PyObjC class lets you access PyObjC instance variables starting with '_' without extra work while still allowing access to standard Python instance variables.
0 440 posted 17 years ago by daeken
2 734 posted 17 years ago by Catfish
Support: Fx2, Opera9, IE6 I don't have warrant of Safari's run and NN4. However, I think that this code is perhaps safe.
3 575 posted 17 years ago by kif
It's just a blank page of musical staves.
0 1100 posted 17 years ago by sudarkoff
Very important to set the RefCursor Type. Otherwise you get the PLS-00306 Error 'Wrong Number or types of arguments'
0 765 posted 17 years ago by rengber
Extraido de Good PHP Tutorials, un articulo de Tim Bennett
1 528 posted 17 years ago by mate
1 ... 547 548 549 550 551 ... 554