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
758
posted 10 years ago by jlmarks
This snippet stores all files in the current directory to an array.
0
937
posted 10 years ago by jlmarks
Simulates a click on a page with the name you put in the parameter in the onclick function.
1
1261
posted 10 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
1232
posted 10 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
1638
posted 10 years ago by uberdragon
This is a java class to generate a tree by given string content
0
1011
posted 10 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
1566
posted 10 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
835
posted 10 years ago by deanhouseholder
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0
761
posted 10 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
1807
posted 10 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
1174
posted 10 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
742
posted 10 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
895
posted 10 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
1401
posted 10 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
1314
posted 10 years ago by johansonkatherine
Adding a linked server to MSSQL account - particularly a MYSQL server
0
698
posted 10 years ago by kidmizere
#Wordpress Debug Info
##Find out basic information about your WordPress installation and server environment
2
625
posted 10 years ago by gregdbarnes