spacer spacer

"I'm glad cavepeople didn't invent television, because they would have just sat around and watched talk shows all day instead of creating tools." - Dave James

LICENSE Is it Free? spacer

Too see more/less tools, change minimum rating (0,3,4,5 stars): none | spacer spacer spacer spacer spacer
-- Currently displaying code with 4 or more stars --

Name Rating Works? Description

airtunes
spacer spacer spacer spacer spacer
spacer Simple perl script for UNIX/Ubuntu/Debian systems to stream mp3/oggs to an AirPort Express Airtunes server. Requires Justeport (which requires mono to run the .NET exe)
spacer spacer spacer album
spacer spacer spacer spacer spacer
spacer An html photo album generator which descends directories and has theme support. For an example, see my photo album.
spacer spacer spacer asq
spacer spacer spacer spacer spacer
spacer Mame Cabinet front end, nice and simple and fast, using arcade controls. It runs in a terminal window but can display a screenshot window as well. Supports MAME as well as other emulators and various games.
spacer spacer spacer bew
spacer spacer spacer spacer spacer
spacer A webcrawler/robot for mirroring entire web sites or web trees. Just give it a URL and it gets everything underneath it. It can tell you about broken links as a helpful side-effect. If you want something more stable but don't need the recursion, see findex.
bugz
spacer spacer spacer spacer spacer
spacer Bugzilla scraper. Can get list of bugs from a bugzilla server and output them in a user-definable format. Useful for regression scripts and the like, or anyone who wants command-line read access to bugzilla.
burstAnim
spacer spacer spacer spacer spacer
spacer Converts multi-burst photos taken on a digital camera (such as my Sony DSC-L1) into animated gifs.
spacer spacer spacer Contact.cgi
spacer spacer spacer spacer spacer
spacer A CGI mailing form that can verify from email addresses without revealing your email, as I do at my Contact Page. Great for making a "Contact Me" page without worrying about people collecting your email. Also good for mailing lists and other websites that want to replace all their mailto: links. Themeable.
Mail.cgi
spacer spacer spacer spacer spacer
spacer A simpler CGI mailing form that doesn't verify email addresses but can only send to a hardcoded destination. Themeable.
spacer spacer spacer DaVite
spacer spacer spacer spacer spacer
spacer This is a web invitation system, much like evite.com or invites.yahoo.com, but you have total control over it! Note: I am no longer developing DaVite, as I have started to do work on MyVite
spacer spacer spacer ePerl
spacer spacer spacer spacer spacer
spacer Embed perl in your text files! This is a very snifty tool. It was originally written by Ralf S. Engelschall as a C program, and I realized that it should be written in perl, which I did in a program that is an order of magnitude smaller. (In fact, the source for this page is eperl).
every_change
spacer spacer spacer spacer spacer
spacer This script kicks ass for code development. Watches a file and runs it (or something else) every time it changes. Write your code in one window, and watch it automatically execute in another.
spacer spacer File_Browser.cgi
spacer spacer spacer spacer spacer
spacer This is my file/database browser in a cgi script. It has a similar look as the old Windows file browser except that it can keep track of open folders inside closed folders. You can see it in action at the Fringe.
findex
spacer spacer spacer spacer spacer
spacer Fetches an index of files. Can count through numbered URLs and only grab specific types of files, etc.. Pretty darn useful for scrubbing links out of pages. Like a non-recursive but more stable version of bew. See options/usage for many ways to grab many URLs.
flashcache
spacer spacer spacer spacer spacer
spacer Finds/copies the hidden/deleted flash cache files that chrome (and firefox?) now store with the flash plugin, such as youtube and google videos (can find other such deleted cache files as well).
former
spacer spacer spacer spacer spacer
spacer Creates CGI form/registration code. You describe the form inputs, and it creates the code for outputting, checking and correcting. It's pretty damn useful if you ever need to write some forms. You can look at the script directory, or else grab the tar.gz
forge
spacer spacer spacer spacer spacer
spacer Forge email. Can handle port 25 and sendmail method. If you use it by itself and don't have access to an insecure port 25, then your mail may have the "may be forged" messages. You can fix this by either downloading the suid version or, much safer, downloading the additional forge_pipe tool which forge can use for you and then:
chown root:root forge_pipe ; chmod 4755 forge_pipe
I don't guarantee that it's safe as suid!
hex
spacer spacer spacer spacer spacer
spacer Simple and kicks ass. Type in decimal, octal, hex or binary, and this outputs all the possible formats.
spacer spacer spacer html2jpg
spacer spacer spacer spacer spacer
spacer Converts HTML pages to images (gif, jpg, png, ps, etc..). Very kludgy, only works with certain versions of Mozilla, but I needed a way to automate screen grabbing the HTML window out of a browser (for my album project). Maybe it'll help you. If you have KDE, I recommend khtml2png
img2iphone
spacer spacer spacer spacer spacer
spacer Transfer images to your iPhone so the show up in "Photos" and the "Camera" applications. Can use iPod-convenience package to do the copy, otherwise can create a local directory of iPhone images that can be transferred manually with scp. Requires ImageMagick (convert/identify). Can only transfer to "Camera Roll" - if anyone knows how to create other albums, please let me know. Updated 2009/12/26 to work with v3.0+ firmware. Also see vid2iphone (doesn't do transfers).
latlong
spacer spacer spacer spacer spacer
spacer Simple perl script that looks up latitude and longitude using the Google Maps API. Implements an optional cache to avoid multiple lookups. A Google Maps API key is required (but is free and easy to get). Also see makeKML.pm.
lnR
spacer spacer spacer spacer spacer
spacer Recursively links a bunch of directories with either soft (-s) or hard links. It makes a matching directory structure and then links all the files in each one. You can also specify a regexp to -ignore certain files. Useful for copying a large file tree for testing without using alot of diskspace. Can also keep a 'history' of files seen so you can remove them from the new tree and not have them re-added if you rerun lnR.
makeKML.pm
spacer spacer spacer spacer spacer
spacer A perl library that writes KML files for Google Maps and Google Earth. Can do the Geocoding (latitude/longitude lookups by address) using the same code as latlong (Google Maps API key required). See "perldoc makeKML.pm" for information.
spacer spacer spacer make_faq
spacer spacer spacer spacer spacer
spacer Makes FAQs and such things. I use this to build: DaveFAQ and DaveHistory
mzmv
spacer spacer spacer spacer spacer
spacer Moves mp3/ogg file(s) according to their tags. Replaces the 'mp3mv' tool I had here previously. Requires vorbiscomment for oggs and/or id3tool for mp3s
mpls
spacer spacer spacer spacer spacer
spacer Make extended xmms playlist. Takes a list or directory tree of mp3 and ogg files and creates a playlist sorted by artist, album, track, title. More importantly it can write EXT metadata for xmms (Turn on "Read meta data from playlists" in preferences) so your playlists have song name and duration info immediately available to xmms. Is currently butt-slow for oggs because ogginfo is butt-slow, run it as a cron job.
mvx
spacer spacer spacer spacer spacer
spacer Simple yet kicks ass. Moves or copies files using regular expressions. Thanks to Andrew Allen for the idea, which I'm sure he stole somewhere else.
myfilm
spacer spacer spacer spacer spacer
spacer ? Downloads films from youtube and iFilm to your hard drive. Converts youtube flash films to .mov if "ffmpeg" is available. If the format changes, let me know. Works with youtube as of 2011/12. Works with iFilm as of 2006/05. Requires perl and "lynx" or "GET"
ogg2mp3
spacer spacer spacer spacer spacer
spacer Convert oggs to mp3s, converting ogginfo tags to id3 tags. Requires: ogg123, ogginfo, id3tool and an mp3 encoder, perl and nothing else. I've had a bug report that this might be limited to 48 minutes, I'd love more info on this.
spacer spacer perlc
spacer spacer spacer spacer spacer
spacer Perl to C 'compiler' for hiding perl source code and creating an executable for distribution. Also has simple support for limiting distribution. (Not true compilation!)
spacer spacer spacer pemf
spacer spacer spacer spacer spacer
spacer I got tired of procmail and the like, so I just wrote my own mail filter that's easy to control and can do simple things like remove MIME. MIME sucks. If you can't vi it, it sucks. It can also catch SPAM, auto respond to email, forward email, blah blah blah. Everything that procmail can do, but it's perl, so it's better. Perl rocks.
spacer spacer spacer scurvy
spacer spacer spacer spacer spacer
spacer Lets you easily write screenplays or scripts in a simple text format, then converts them into the proper screenplay format. Also imports some RTF and Final Draft formats and can convert to multiple formats as well.
spacer spacer spacer serverizor
spacer spacer spacer spacer spacer
spacer Converts a generic command into a tcp server so you can disconnect and reconnect to it from the command line. This is actually pretty handy.
spacer spacer spacer site_index
spacer spacer spacer spacer spacer
spacer Multi-page HTML site index generator for local domains. See examples at any of my domains. Companion to whats_new
spacer spacer spacer spigot
spacer spacer spacer spacer spacer
spacer Spigot is an easy way to turn on and off printing of text according to patterns matched and other simple rules. Like a combination of 'expect' and 'cat' and 'head'. See usage for simple examples.
spacer spacer spacer tcp_forward
spacer spacer spacer spacer spacer
spacer Forwards a TCP connection and lets you snoop and filter the traffic being sent. Uses the simple IO::Socket server/client examples in the perlipc manpage.
spacer spacer thumb
spacer spacer spacer spacer spacer
spacer Just a thumbnail generator, except that it makes thumbnails the same size while keeping aspect ratio by cropping - so the pictures aren't stretched. This works better than I expected - and is the code I use for 'album'



Author: David Ljung Madison [CONTACT]

spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.