Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet determines the path and script name that will need to be called, and then calls that script and passes it parameters.
0
1812
posted 12 years ago by jlmarks
This snippet stores all files in the current directory to an array.
0
1937
posted 12 years ago by jlmarks
Simulates a click on a page with the name you put in the parameter in the onclick function.
1
2484
posted 12 years ago by Reiff
This REST example uses pycurl library to send HTTP request and handle HTTP response so you need to install it to use this example. Once input Word documents are uploaded, you can use the following URI to merge documents on Aspose for Cloud or any sup...
0
3606
posted 12 years ago by johansonkatherine
A very concise ruby on rails helper method that converts seconds into human readable format. It will not display any time periods that have 0 (ie: 1 hour 13 seconds - skipping minutes as there were none) Due to complexity, months were not factored...
0
3485
posted 12 years ago by uberdragon
This is a java class to generate a tree by given string content
0
3967
posted 12 years ago by muzahidict
PHP developers can learn how to merge multiple PDF files into a single PDF file using PHP REST API and SDK. To merge PDFs, you need to upload input PDFs to Aspose for Cloud Service or any supported third party storage and then send a PUT request to A...
0
4731
posted 12 years ago by johansonkatherine
This batch script writes a temporary .vbs file which will invoke a UAC prompt to open an administrator command prompt. This makes it easy to create a shortcut to an admin prompt.
0
2108
posted 12 years ago by deanhouseholder
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0
1789
posted 12 years ago by deanhouseholder
C#
C#/.NET Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file
The Aspose.Note for .NET API allows developers to open files & manipulate elements of OneNote books & export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET
0
4259
posted 12 years ago by johansonkatherine
/* author : MD. MUZAHIDUL ISLAM ([email protected])
* file name : cascade-load.js
* This segment of code uses jQuery(jquery-1.7.2.js) that helps to load cascade data from sever.
* To use this code, 'div' element should contains a 'select' h...
0
2288
posted 12 years ago by muzahidict
Take an associative array of options and their default settings. Remove entries of options that do not exist in the default options. Return a safely filtered and overridden array of options.
0
1688
posted 12 years ago by wyattstorch42
This file starts at the bottom of the tree and recursively moves all of the files from that tree into another folder. To avoid overwriting files I prepended all of the files with a 9digit number.
0
3003
posted 12 years ago by jlmarks
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0
4889
posted 12 years ago by johansonkatherine
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0
4524
posted 12 years ago by johansonkatherine
Adding a linked server to MSSQL account - particularly a MYSQL server
0
1793
posted 12 years ago by kidmizere
#Wordpress Debug Info
##Find out basic information about your WordPress installation and server environment
2
1490
posted 12 years ago by gregdbarnes
This method draws a specified string to a Bitmap with the desired text width and text size.
0
3856
posted 12 years ago by cbruegg