Rename files with bash and regular expressions
-
for i in *.*; do j=`echo $i | sed 's/abc_\(.*\)\.jpg/def_\1.jpg/g'`; mv "$i" "$j"; done
this example would rename the files abc_001.jpg, abc_002.jpg, ... to def_001.jpg, def_002.jpg ...
Convert images to swfs with JSFL
One of the downsides of SWFMill (probably the only one) is, that it doesn't compress pngs, so things can get big pretty soon. If you need to convert a bunch of images into swfs and need transparency but compression, you can use the following script to achieve that by automating flash.
inhale, exhale, vote, buy!
Yay! My wife's threadless submission is open for voting! So if you're a threadless user go and vote for her!
Flash Remoting Tester with JSON Input
Just a little tool, which may be helpful. A test application for remoting services.
