Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This source code uses public classes and interfaces exposed by GroupDocs.Metadata for .NET to clean metadata from the documents created by a particular author in some directory. Steps include:
1) Scan all documents from an author in a directory (i...
        
        
        
            0 
        
        
            1600 
        
                    posted 9 years ago by muhammadsabir
            arr[::-1] does a list slice to reverse the array
str(x) for x in arr[::-1] casts the ints in the array as strings
map(str, arr[::-1]) does the same thing by using map to cast the ints
" ".join() joins the resulting strings with a space
        
        
        
            1 
        
        
            3621 
        
                    posted 9 years ago by denisemauldin
            General file upload script in php. Error set using SESSIONS.
        
        
        
            0 
        
        
            2768 
        
                    posted 9 years ago by aravindnair93
            This is editing of code http://snipplr.com/view/36870/
because that use if which will slow performance this snippet use switch
        
        
        
            1 
        
        
            2945 
        
                    posted 9 years ago by ah72king
            This is editing of code
http://snipplr.com/view/36870/
because that use if  which will slow performance  this snippet use switch
        
        
        
            1 
        
        
            2738 
        
                    posted 9 years ago by ah72king
            This technical tip explains how to .NET developers can list email messages with paging support inside their .NET Applications. In scenarios, where the email server contains a large number of messages in mailbox, it is often desired to list or retriev...
        
        
        
            0 
        
        
            2037 
        
                    posted 9 years ago by sherazam
            Checking customer's IP address if is match with billing address is one of the simple steps in order to prevent fraud. If you are looking for sample codes to validate that the transaction is being requested by the real cardholder, see below.
        
        
        
            0 
        
        
            3611 
        
                    posted 9 years ago by Hexahow
            Too many revisions taking up space in your database? Use this script to find which posts have more than 10 - and then you can figure out what to do with them.
        
        
        
            0 
        
        
            2642 
        
                    posted 9 years ago by JoshChris
            This Utility Class will receive two big number and do the Bitwise Operation on them using specific radix.
        
        
        
            0 
        
        
            3278 
        
                    posted 9 years ago by m3hdiii
            A quick query example for a wordpress database query that gets posts ordered by distance via the custom fields `latitude` and `longitude`.
        
        
        
            0 
        
        
            1979 
        
                    posted 9 years ago by JoshChris
            In software engineering, the delegation pattern is a design pattern in object-oriented programming where an object, instead of performing one of its stated tasks, delegates that task to an associated helper object.
        
        
        
            0 
        
        
            3380 
        
                    posted 9 years ago by kolepep
            ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
        
        
        
            0 
        
        
            3372 
        
                    posted 9 years ago by dhjapan
            This example shows you how to create redirection o another directory. It may be useful, for example, when you have a project, placed in sub-directory.
        
        
        
            0 
        
        
            2555 
        
                    posted 9 years ago by apphp-snippets
            Change your list bullet to a custom character in CSS.  Will not wrap it multiple lines
        
        
        
            0 
        
        
            3328 
        
                    posted 9 years ago by bcounts
            Easily populate VB.NET DataGridView with data from MSSQL Server Stored Procedure
        
        
        
            0 
        
        
            4697 
        
                    posted 9 years ago by ManuelToledo
            Insertar registros bloqueando mientras se realiza el proceso.
        
        
        
            0 
        
        
            1104 
        
                    posted 9 years ago by systemergon
            https://www.chrisjmendez.com/2016/02/10/swift-simple-get-request/
        
        
        
            0 
        
        
            3934 
        
                    posted 9 years ago by chrisaiv
            This snippet is used to covert any date to days like today, tomorrow, 2 days ago, 2 weeks ago or even 1 years ago.
        
        
        
            0 
        
        
            3754 
        
                    posted 9 years ago by dipenpatel
            Filters a dynamics CRM 2011 subgrid...implementation example included at bottom
        
        
        
            0 
        
        
            1558 
        
                    posted 9 years ago by skinnymoore
            
