Welcome To Snipplr


Everyone's Recent Snippets



1 ... 9 10 11 12 13 ... 554
Hide specific worksheets in a workbook that contain a prefix. This example uses "Admin_", although this can be changed easily.
0 3288 posted 9 years ago by cueballrawn
VBA to unhide all worksheets in an Excel workbook.
0 3373 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 1564 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 3592 posted 9 years ago by denisemauldin
General file upload script in php. Error set using SESSIONS.
0 2724 posted 9 years ago by aravindnair93
Code for downloading multiple files as Zip file
2 2467 posted 9 years ago by aravindnair93
background image full size centered
0 3936 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 2876 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 2675 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 1981 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 3579 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 2588 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 3251 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 1943 posted 9 years ago by JoshChris
Learn how to build simple css horizontal list menu.
0 3617 posted 9 years ago by codingforever99
Loop between images on hover
0 1591 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 3356 posted 9 years ago by kolepep
ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
0 3342 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 2524 posted 9 years ago by apphp-snippets
change the button text on wrong answer
0 3343 posted 9 years ago by envane21
Change your list bullet to a custom character in CSS. Will not wrap it multiple lines
0 3308 posted 9 years ago by bcounts
SQL Server query sample using rank/dense_rank
0 1020 posted 9 years ago by ManuelToledo
Easily populate VB.NET DataGridView with data from MSSQL Server Stored Procedure
0 4646 posted 9 years ago by ManuelToledo
Insertar registros bloqueando mientras se realiza el proceso.
0 1077 posted 9 years ago by systemergon
https://www.chrisjmendez.com/2016/02/10/swift-simple-get-request/
0 3843 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 3718 posted 9 years ago by dipenpatel
1 ... 9 10 11 12 13 ... 554