15.11.2011
A simple web server running on your Android device is a perfect solution for ad-hoc sharing and publishing files and documents, which can come in handy in many situations. You might be thinking that you need a dedicated app for that, but you can actually roll out a simple web server using a Python script containing only four lines of code.
09.05.2011
A plain text file acting as a scratchpad can come in handy in many situations. You can use it to store text and code snippets, links, and other useful stuff. But copying and pasting text fragments into a text file manually is not the most sensible way to go. A simple script based on the AutoKey utility can solve the problem.
12.01.2011
If you host your own blog or any Web-based application running on the Apache/MySQL/PHP stack, you should have a backup system in place for keeping data stored in MySQL databases safe.
22.10.2010
When it comes to dowloading photos from a storage card and organizing them in the process, Rapid Photo Downloader is just the ticket. But if you prefer to do that from the command line, here is a simple Bash script cobbled together by yours truly.
03.08.2010
The humble nano text editor can be a rather handy distraction-free drafting tool, but now and then I need to look up words and their definitions in WordNet. To do that, I tweaked a simple Bash script I stumbled upon on the Stack Overflow Web site.
08.10.2009
You can upload photos from your machine to TwitPic using the cURL utility.
03.10.2008
The extensible and open nature of Ubiquity means that you can easily expand its functionality by installing additional scripts that add new commands. There are dozens of Ubiquity scripts floating on the Web, but here are a few that you might find particularly useful.