Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Adobe AIR 2.6 was just released and it includes a couple of new features for iOS such as camera, video, and keyboard support but for now, you'll need to compile using command-line ADT. Here's a simple example showing you how to compile in test-mode...
0
1137
posted 13 years ago by chrisaiv
This was a school project, so it is not well commented but feel free to ask details.
0
882
posted 13 years ago by sp4ke
A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.
0
768
posted 13 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0
824
posted 13 years ago by alassiter
A coworker asked if I remembered a password for one of our FTP servers. I didn't, but FileZilla creates a hidden folder when you install it that contains the information for the dropdown "quickconnect". Thanks to that you can easily see all of your s...
0
688
posted 13 years ago by cessnajumpin
Ever whanted to have a (almost)full functional browser in your TTY? Here is how
0
660
posted 13 years ago by vkolev
In example: find all files (recursively from the current directory) bigger than 20000kb
0
673
posted 13 years ago by TioSolid
currently formatted for use on mediatemple server. replace file path with absolute path of resources.
0
807
posted 13 years ago by dan_hoerr
Tired of running seperate scripts for jBoss with/out jRebel and manual cleaning temp.
0
610
posted 13 years ago by dogrizz
Add an Apache virtual host via command line. Run as ./create mysite.domain.com
0
629
posted 13 years ago by theriddlebrothers