Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 9 10 11 12 13 ... 553
VBA to unhide all worksheets in an Excel workbook.
0 4015 posted 10 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 2230 posted 10 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 4268 posted 10 years ago by denisemauldin
General file upload script in php. Error set using SESSIONS.
0 3381 posted 10 years ago by aravindnair93
Code for downloading multiple files as Zip file
2 3049 posted 10 years ago by aravindnair93
background image full size centered
0 4640 posted 10 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 3644 posted 10 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 3427 posted 10 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 2819 posted 10 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 4247 posted 10 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 3196 posted 10 years ago by JoshChris
This Utility Class will receive two big number and do the Bitwise Operation on them using specific radix.
0 3854 posted 10 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 2717 posted 10 years ago by JoshChris
Learn how to build simple css horizontal list menu.
0 4386 posted 10 years ago by codingforever99
Loop between images on hover
0 2236 posted 10 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 3944 posted 10 years ago by kolepep
ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
0 4017 posted 10 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 3244 posted 10 years ago by apphp-snippets
change the button text on wrong answer
0 4028 posted 10 years ago by envane21
Change your list bullet to a custom character in CSS. Will not wrap it multiple lines
0 3894 posted 10 years ago by bcounts
SQL Server query sample using rank/dense_rank
0 1590 posted 10 years ago by ManuelToledo
Easily populate VB.NET DataGridView with data from MSSQL Server Stored Procedure
0 5473 posted 10 years ago by ManuelToledo
Insertar registros bloqueando mientras se realiza el proceso.
0 1596 posted 10 years ago by systemergon
https://www.chrisjmendez.com/2016/02/10/swift-simple-get-request/
0 4921 posted 10 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 4416 posted 10 years ago by dipenpatel
Filters a dynamics CRM 2011 subgrid...implementation example included at bottom
0 2185 posted 10 years ago by skinnymoore
1 ... 9 10 11 12 13 ... 553