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 [...]
Archive for «Programming» category
Google Wave
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 [...]
Bash script to retrieve info about current playing track on ARM.FM
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 [...]
Install Django on Ubuntu 8.10
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 [...]
RFID tags
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 [...]
COOoder
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.
Change the number of comments per page in admin interface of wordpress
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 [...]