Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code shows you how to load large files using as3. This is good for loading in large files. Flash Player will fire events as the data becomes available.
7
2399
posted 18 years ago by mswallace
Found this code. It is an example of loading and reading different file types with ActionScript 3
5
2305
posted 18 years ago by mswallace
Converts whitespace that spans multiple lines into a single newline, needs improvement
0
1416
posted 18 years ago by plexus
for .bashrc, a function that cd's to a directory and lists the contents it takes ls arguments and a directory. for example, cl goes to home dir and lists contents. cl -l goes to ~/ and long lists contents. and cl -lrt public_html shows the contents o...
0
1315
posted 18 years ago by zingo
Gets an mp3 player to play mp3s which contain all the phrases given as arguments. Locate is much faster than xmms' library, usually in split a second.
This is very handy, when you install a command-line into the wm panel.
Creates files /locate.0, /...
1
1475
posted 18 years ago by Adek336
good for parsing a message for urls so you can process them for character length when displayed on screen
3
1491
posted 18 years ago by hdotnet
I use this to test if my internet connection is up, I run it from quicksilver, it's much faster for me than opening up a terminal.
0
1397
posted 18 years ago by dbug13
- lowQ/ is the output directory
- pass quality level from 1 to 100
2
1876
posted 18 years ago by abhiomkar
Great for animating in Actionscript. You should check out the complete kit at the Fuse Web Site.
Can't Wait till this is ported to AS3
0
1276
posted 18 years ago by mswallace
Just some code that shows you how to set up the Drawing API and draw a line and also use the dropshadow filter.
4
2164
posted 18 years ago by mswallace
Just a quick command-line utility to check inflation values from US statistics office.
1
2687
posted 18 years ago by jarjar2k7
This code will validate not only the four octets contain between 1 and 3 numbers each, but also that the number they contain is between 0 and 255.
In all, there are 3 different regex's that I tried and all seem to work fine. The three regex's a...
0
3456
posted 18 years ago by numberwhun