Wget is not a crime

Posted: 2014/02/10 09:36:40

image

Comments

ujson, a fast json implementation

Posted: 2012/12/19 23:35:16

ujson is an ultra fast JSON encoder and decoder written in pure C (as described by the upstream). It can be used as dropin replacement of the most known JSON implementations.

To install you just do:

$ pip install ujson

To test the speed I decided to write two simple test scripts with help from timeit_ module.

The execution:

$  python json_test.py 
5.39651107788

$ python ujson_test.py 
1.09844493866

Review request for the Fedora package is already filled.

Comments

Timelapse using Fedora and D80

Posted: 2010/06/05 23:48:28

My first timelapse movie: /me trying to clean the kitchen 

ogv or in youtube
Shot in a Nikon D80 using entangle (#yum install entangle ) and a small python script.
Resized using imagemagick and video created using mencoder. 
Comments are welcome :)

Comments

Trying out the upcoming version of lekhonee-gnome

Posted: 2010/03/13 22:51:20

Testing the upcoming version of lekhonee-gnome frontend.

Status:
  • One can write post in the direct view mode
  • Still one can edit the html by clicking the view source button
  • Spell checking is only working while working with raw HTML source
  • Supposed to work properly with any unicode string like কুশল দাস
The post is brought to you by lekhonee v0.8.1

Comments

translation-filter 0.0.4 is released

Posted: 2009/07/08 23:23:50

translation-filter-kde 0.0.4

You can download the source from here.

Documentation can be found here.

The post is brought to you by lekhonee v0.6

Comments

Want to play your favourite song/movie on OLPC ?

Posted: 2008/10/03 19:54:37

Truth Happens

So, if you want to play your favourite song/movie on OLPC use Jukebox.activity. Started working on this for the last few days after Sayam pointed me to the activity. It was almost in a stagnant condition.

My PyQt mind was someway different than writing this PyGtk stuff :) Sayam helped a lot.

The following features added as of now:

  • Full Screen option
  • Volume Control support
  • Supporting m3u playlists
  • Internet radios through m3u files.
  • Next/Previous buttons , if you open a playlist with more than one song
Playing songs

Will do a formal release within this weekend. I have a .xo file ready for testing. Please provide your feedback :D

If you want to start writing your own activity , start from this.

Comments

translation-filter 0.3 released

Posted: 2008/09/18 14:27:40

I just released translation-filter 0.3. You can download it from here.

The scope of development is to create a rudimentary tool that can allow comparing the quality of string translations in an offline mode. For example, the KDE Project uses a web based tool that allows strings to be searched in translated content.

The current set of requirements for this offline tool are:

  • to be able to take as input a directory path containing multiple .po files
  • to be able to take as input an English string or word to be searched within the .po files collection
  • to be able to display every occurring instance of the English string or word along with equivalent translated string
  • to be able to display the name of the files being searched
  • to be able to save the search result set in an .html file

It uses PyQt4 for the gui, used QWebView to render the result. You will also require translate-toolkit (at least 1.0.1 version, available in Fedora 9).

Among the new features (mostly in the command line version) , using -t or –term you can search for any single term.  You can even check for unattached dependent vowel signs of Indic languages using -d option.

Comments

tvitem, a small script to add video/audio items in the Fedora TV channel

Posted: 2008/07/09 02:34:25

Today Jonathan Roberts wrote about Fedora TV. Here is a small script to add video/audio item into an existing rss channel file. The code is not clean and without much error checking , it requires some item(s) to be already present in the file. Use it like

./tvitem -f fedora-tv.xml

It will ask input for Title, link , description and a local path to the file which will help it to calcualte the size of the file.

Comments

Contents © 2004-2014 Kushal Das - Powered by Shonku