Saturday, 12 March 2011

Depth of Field calculator for Nokia n900

Well I changed my phone a while ago and have recently needed the Depth of field calculator and it was not there. So I wrote one... I have already written a similar one in Python for S60, so the logic remains the same, I just had to redo the GUI part, which uses Python with GTK and Hildon modules.
This is the screenshot of the results window:
Python Depth of Field calculator on Nokia N900

The old post (which contains the apps for Symbian S60 Python is available here

The web site where you can download the files is here

If you find it useful or if you find any bugs, please drop me a note.

Monday, 21 February 2011

Heey greetings from MaStory on my Nokia N900

I discovered a blogger client for maemo, which enables me to add news to my blog and also takes care of adding the media.

I loooove it!
(This is what it looks like editing the entr on the phone)

Sunday, 20 February 2011

Perl script to convert n900 pwsafe export into KeePassX XML

I wanted to have an option of exporting data from pwsafe on my Nokia n900, so I wrote this script. All you have to do is export the file on N900. Transfer it as securely as possible to your computer and run the script

./pwsafe2keepassx_n900.pl < PWsafe_n900_txt_output_file > out_keepassx.xml


The script can be downloaded here.

Drop me a comment if you like it or if you have any comment of how to improve it further.