Archive for «Programming» category Feed RSS

XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.
This set of command line utilities can [...]

The guys behind the Google Maps are working on a tool for communication and collaboration on the web. It’s called Google Wave and it’s planned for release later this year. The nice thing is that will be open source’d and you can allready use their API to start building your stuff.
You can watch the video [...]

I am a big fan of ARM.FM.
Their playlist contains the freshest tracks in the dance music.
I wanted to keep track of the tunes I like the most, so I made a little script to update a file on my desktop with the name of the track currently playing.
Here is the script, you may use and/or [...]

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
To install it on your Ubuntu, follow the next steps:
1. Install python (if you have it installed, skip this step)

sudo apt-get install python

2. Download the tarball from the Django Project website. You can download this file to your home directory.

cd

wget http://www.djangoproject.com/download/1.0.2/tarball/

tar [...]

RFID (Radio-frequency identification) is an automatic identification method.
RFID tags can be used in passports, transportation payments, product tracking, transportation and logistics, lap scoring, animal identification.
Human implants are also available but the experts warned against using RFID for authenticating people due to the risk of identity theft.
In the video you’ll see how RFID tags can be [...]

This extension provides syntax highlighting features for OpenOffice.org. COOoder will be usefull for developers wanting to present code fragments in writer documents.
More info here: http://extensions.services.openoffice.org/project/coooder.

Let’s have this situation:
You need to make a backup of your blog, you have access only in the admin interface of wordpress and you have 3000+ comments containing spam in the ‘awaiting moderation’ state. Do you spend your day selecting 20 comments at a time and hittind the delete button? Hell, NO!
You hack the edit-comments.php [...]