Half Viking Gallery Goes Live
It’s been a while on the back burner but this weekend I went hell for leather and managed to get the necessary coding done to get Halfviking.com live. I manage all my photos 6000+ photos in Photoshop...
View ArticleZip all changed files
Calling all server admins Our server admin was off today and I had to set a site live. We have a dategrep.py script that lists all changed files since a certain date so that those files can then be...
View ArticleArchive date grep V1.0
Archive date grep is a python script that allows you to archive (choosing zip or tar) all files within a directory structure which have been modifies since a user defined date. The archive maintains...
View ArticleDev crazy
In an attempt to vary the type of programming I am doing, out of office I have been working on quite a few cool projects. Outlined a few below – unfortunately none are for download yet as they are...
View Articleauto rewrite rules and google sitemap generation
Although we’re very busy in work at the moment, the last few evenings I have been pythoning myself up and have come up with 3 nifty little scripts. Automatically generate a google sitemap for any given...
View ArticleChristmas Charity – the Open Source way
Every year for the last few years I have given to charity at Christmas. Last year it was Oxfam but this year I wanted to do something a bit different. In the early days of Aggreg8 development, I got a...
View ArticleHalfviking get’s videos (ffmpeg, convert, flvmdi, flvplayer)
I’ve always wanted my online gallery export script to handle videos and last weekend, I bit the bullet and wrote it. I used quite a few Open source projects to accomplish this which means that...
View Articlemp3 id3 tag whatsit
I bought a few mp3s from mp3sparks (formerly allofmp3) and was annoyed that the mp3s were not tagged with their track numbers but they were in the filename. I had a quick look to see if I could fix...
View ArticleArchive of an SVN changeset
All too often I need to release changes to a staging or live server and I always felt the releases were taking too long. At Karova we use SVN and I always try and commit any releases in one changeset....
View ArticlePython command history
Obviously iPython is the bee’s kness when it comes to Python shells but if you don’t have iPython installed then getting command history can be a pain. Not any more import readline; print...
View ArticlePython command history
Obviously iPython is the bee’s kness when it comes to Python shells but if you don’t have iPython installed then getting command history can be a pain. Not any more import readline; print...
View Article