Blog    Notes   

Projects

This page lists some tools and programs I have written to solve some problems. Some of them have proved to be very useful to me. I believe all good and useful things should be shared as freely as possible and therefore, I am sharing these under a free software license.

Currently, I am the sole copyright owner for the software shared in this page. If the license doesn't suit your needs, feel free to contact me. We can agree on a suitable license and I'll be glad to re-license it under a suitable license that is mutually beneficial.

LinkClip
LinkClip is a small Python code that extracts all the URLs along with the hypertext.
Download Download | Read more »

Pibby
Pibby is an IRC bot written in Python. Its main job is to guard a channel and make sure than an authorized user can op himself when he joins the channel.
Download Download | Read more »

Brainfuck compiler
bfc is a Brainfuck compiler. It compiles programs written in the Brainfuck language to machine code for Linux running on Intel or AMD microprocessor
Download Download | Read more »

Brainfuck interpreter
bfi is a Brainfuck compiler. It interprets and executes Brainfuck code. It is a machine independent interpreter written in C.
Download Download | Read more »

QuickQWERTY
QuickQWERTY is a typewriting trainer. It is written in HTML, JavaScript and CSS. So, it requires a JavaScript enabled browser.
Download Download | Try Online | Read more »

Simple Progress Bar
A ten minute hack to generate progress bar
Download Download | Read more »

Vimtab for Windows
A script I use on Windows to open files in new tab pages in gVim.
Download Download | Read more »