Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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 
        
        
            2641 
        
                    posted 19 years ago by yuconner
            
            JavaScript
        
            Regular Expressions simple strings search/replace escape method (with RE speed enhancment - precompilation)  
        
                    Usefull Regular Expressions enhancement. Simplifies standard string operations escaping special chars. And also saves precompiled REs for a speed increase.
        
        
        
            1 
        
        
            1269 
        
                    posted 19 years ago by cochambre
            Para evitar problemas con IE. Hace referencia a un script que pongo en la parte de .js
        
        
        
            0 
        
        
            2430 
        
                    posted 19 years ago by kanirasta
            redirects a splash page if visited before. Number of days until expiry can be set
        
        
        
            0 
        
        
            1227 
        
                    posted 19 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 
        
        
            1398 
        
                    posted 19 years ago by markhope
            Methinks this is a bad idea but it is a suggested use of generics from the .NET 2.0 Generics Wrox book
        
        
        
            0 
        
        
            1026 
        
                    posted 19 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 
        
        
            2478 
        
                    posted 19 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 
        
        
            851 
        
                    posted 19 years ago by daeken
            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 
        
        
            1305 
        
                    posted 19 years ago by kif
            Very important to set the RefCursor Type.   Otherwise you get the PLS-00306 Error 'Wrong Number or types of arguments'
        
        
        
            0 
        
        
            1321 
        
                    posted 19 years ago by rengber
            function prints a serie of random numbers but without the next one being the same as the previous. to print, just call the function in the body
        
        
        
            1 
        
        
            1358 
        
                    posted 19 years ago by dandyna
            
