Blog Archives

Film Manager module for phenny

Phenny is an IRC bot. And Film Manager is a python module for Phenny which keeps track of the films that the people in some channel like/dislike. It needs sqlite 3 to keep track of the database

Add,

if not input.admin
    return

To the start of film_m.py’s fadd function to only allow admins to add films

Documentation

Download

XFCE pavispanel

This is the port of pavispanel for gnome-panel to XFCE panel. The compiling method is the same as for gnome-panel. Goto the source directory and execute ‘make’ there to compile and ‘make install’ to install. For most Linux systems the packaged binary will be able to run without any trouble the binary is compiled on Lucid(Ubuntu 10.04)

Video : http://www.youtube.com/watch?v=nSwr6_gfk9I

Download

PS: If you can make a auto tools source package for this please make one and send to madura.x86@gmail.com or comment here :) . It is appreciated if you do so!

File merger/splitter for all platforms

This piece of code only depends on C standard libraries. It’ll merge those movies that have been chopped by some splitter in order to get it to up-loadable size, if you download stuff from file sharing sites you may have encountered such files. And this will also split files. I found some programs/apps that get the job done but they lacked simplicity, so I made this one well it’s kinda simple for a person who knows C’s printf syntax. For others there’s a help included compile it and run it without any arguments or give ‘-help’ as an argument(without ‘) and it’ll display the help for you. It can do both merging and splitting and both is done through buffered file reading. Be warned that it doesn’t show the progress while doing stuff, so you have to wait until the program closes..after doing it’s stuff. It doesn’t take much time I got a 450mb movie (5 parts) in less than a minute.

Link to source