Welcome To Snipplr
Everyone's Recent Snippets Tagged script
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Useful when using a template or Wordpress and the LeadPages code is called on every page and there is a single page you don't want the fancy exit marketing signup form to appear.
The LeadBox external code has a boolean variable called 'safetyCheck...
0
864
posted 9 years ago by mountainash
1. Click on the **Build Phases** tab.
2. Click on **Add Build Phase** (at the lower right corner) and choose **Add Run Script**.
4. Drag the **Run Script** section to **2nd** position from the top, just below Target Dependencies.
5. **Add snippe...
0
738
posted 10 years ago by AndreyZarembo
This is a simple script to go into your downloads directory ( mac ). Move everything to a .YYYY-MM-DD folder. Thus you Downloads directory gets cleaned up and anything that was there has been placed into a hidden folder for finding later.
My Downl...
1
702
posted 11 years ago by brownrl
This is a simple wrapper to bc to perform basic calculator duties. with up to 4 decimal place precision. its just one of those things you might find useful. Then again all the os's out there have a gui calc easily ready too.
0
768
posted 11 years ago by brownrl
Monster.com Clone v6.3.8 is a ready Job-Portal and the best clone of Monster.com. The script comes packed with tons of essential features.
0
706
posted 11 years ago by iTechScripts
Shell script written in bash which displays a menu giving the you ability to add, edit, modify, and delete users.
1
3280
posted 11 years ago by dego89
**Example of use:**
<a href="http://www.php.net/manual/en/index.php"><img src="<?php echo get_favicon('http://www.php.net/manual/en/index.php') ?>" alt="Favicon" title="See PHP documentation" width="16" height="16" /></a>
0
1469
posted 11 years ago by phpdev
If you are using the [TimThumb](http://code.google.com/p/timthumb/ "TimThumb on Google Code") script with a URL the contains tildes (~) and images are breaking, here is the fix...
I did not create this snippet but found it extremely useful so I th...
0
963
posted 11 years ago by tacudtap
*Does not check permissions.
python cleanFiles.py --directory=/home/win98/tmp/ --ageInDays=2
0
722
posted 11 years ago by djmornyc
As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques
0
835
posted 11 years ago by symsec
As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques
0
801
posted 11 years ago by symsec
Use this snippet in Linux shell to install RVM and set it up for use with Sprockets.
0
784
posted 12 years ago by symsec
Create a script controller
Create a variable called LinkObj
Select variable LinkObj, click assign node, and select the object you want to drive your animation from.
Paste the code into the expression box.
Edit the number of frames you want to off...
0
957
posted 12 years ago by reform
Extracts the video title & download URL from a youtube page and starts a download.
3
1392
posted 12 years ago by codespartan
A crude script to query the GitHub API for a given Organisation, and backup its repositories and associated members forks.
0
1105
posted 12 years ago by slinky
Basic setup code for jQuery, linking to Google APIs for the jQuery library.
2
1178
posted 12 years ago by adrianparr
Retrieve remote image from an URL and store it locally.
Use this class for managing offline mode.
2
1401
posted 12 years ago by spawnrider
JSLint requires the body of every `for in` statement should be wrapped in an `if` statement
0
823
posted 12 years ago by luizlopes
The code is in three parts, a HTML layout (with some requirements I'll go over below), some CSS code (again, requirements below) and the actual jQuery code. I go over all the code in detail at the link, but I'll give a quick rundown od the jQuery as...
0
895
posted 13 years ago by FatFolderDesigner