Welcome To Snipplr


Everyone's Recent Snippets



1 ... 9 10 11 12 13 ... 553
VBA to unhide all worksheets in an Excel workbook.
0 3404 posted 9 years ago by cueballrawn
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 3623 posted 9 years ago by denisemauldin
General file upload script in php. Error set using SESSIONS.
0 2771 posted 9 years ago by aravindnair93
Code for downloading multiple files as Zip file
2 2503 posted 9 years ago by aravindnair93
background image full size centered
0 3981 posted 9 years ago by envane21
This is editing of code http://snipplr.com/view/36870/ because that use if which will slow performance this snippet use switch
1 2950 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 2740 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 2646 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 3279 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
Learn how to build simple css horizontal list menu.
0 3652 posted 9 years ago by codingforever99
Loop between images on hover
0 1629 posted 9 years ago by envane21
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 3381 posted 9 years ago by kolepep
ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
0 3374 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 2556 posted 9 years ago by apphp-snippets
change the button text on wrong answer
0 3378 posted 9 years ago by envane21
Change your list bullet to a custom character in CSS. Will not wrap it multiple lines
0 3329 posted 9 years ago by bcounts
SQL Server query sample using rank/dense_rank
0 1044 posted 9 years ago by ManuelToledo
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 1105 posted 9 years ago by systemergon
https://www.chrisjmendez.com/2016/02/10/swift-simple-get-request/
0 3937 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 3756 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
1 ... 9 10 11 12 13 ... 553