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 726 posted 7 years ago by cueballrawn
VBA to unhide all worksheets in an Excel workbook.
0 849 posted 7 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 867 posted 7 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 940 posted 7 years ago by denisemauldin
General file upload script in php. Error set using SESSIONS.
0 1019 posted 7 years ago by aravindnair93
Code for downloading multiple files as Zip file
2 856 posted 7 years ago by aravindnair93
background image full size centered
0 1213 posted 7 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 1057 posted 8 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 1000 posted 8 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 1168 posted 8 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 893 posted 8 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 888 posted 8 years ago by JoshChris
This Utility Class will receive two big number and do the Bitwise Operation on them using specific radix.
0 794 posted 8 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 1067 posted 8 years ago by JoshChris
Learn how to build simple css horizontal list menu.
0 1008 posted 8 years ago by codingforever99
Loop between images on hover
0 858 posted 8 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 853 posted 8 years ago by kolepep
ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
0 826 posted 8 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 849 posted 8 years ago by apphp-snippets
change the button text on wrong answer
0 803 posted 8 years ago by envane21
Change your list bullet to a custom character in CSS. Will not wrap it multiple lines
0 765 posted 8 years ago by bcounts
SQL Server query sample using rank/dense_rank
0 506 posted 8 years ago by ManuelToledo
Easily populate VB.NET DataGridView with data from MSSQL Server Stored Procedure
0 1986 posted 8 years ago by ManuelToledo
Insertar registros bloqueando mientras se realiza el proceso.
0 468 posted 8 years ago by systemergon
https://www.chrisjmendez.com/2016/02/10/swift-simple-get-request/
0 916 posted 8 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 1043 posted 8 years ago by dipenpatel
1 ... 9 10 11 12 13 ... 554