My pretty face [ László Monda's Blog ]
Exploring the cyberspace, one quadrant at a time!

My projects

Large projects

  • Ultimate Commander is a two-pane file manager developed with a special focus on usability.  It's written in C# for the Mono platform and Gtk# is used as its GUI library.
  • Wondeer is a web2.0 multimedia application built on top of Amazon Web Services.  The site is currently down as the service has been interrupted due to legal and funding issues.  I'll eventually create a screencast and put it on the site.

Small projects

  • DohanyzoBuszsoforok.hu is a complaint letter generator that assists passengers creating complaint letters that are intended to sent to public transportation companies when their bus drivers smoke on buses.  It's a DHTML site based on jQuery and it has grown out of my frustration when travelling on stinky buses.
  • MondaKlara.hu is the home page of my mother who is a furniture painter folk artist.
  • Symlinker is a minimalistic web-based file manager written in PHP that is built to primarily operate on symlinks.
  • dumbsvnreview is a simple web frontend for conducting code reviews with SVN.
  • Ultimate Flash XMTMLizer is a WordPress plugin that turns Flash embed code into well-formed XHTML by escaping object tags on the server side and unescaping them on the client side using JavaScript.
  • Coder Keymaps is a set of hybrid xmodmap keyboard maps intended for non-english coders.
  • rootify is an easy-to-use privilege escalation tool that serves as a replacement for su and sudo.  It's written in C.
  • chnorm is a simple command line utility which makes one able to set the owner, group and the mode of the given files and directories on a per file / per directory basis, recursively.
  • stickfile is a Python utility to keep a file unmodified.  It overwrites the file in question with another static file whenever the former file gets changed.  The script utilitzes inotify.
  • wspurify is a whitespace cleanup utility designed to removed redundant whitespaces from source files.  It's a BASH script.
  • twitter-backup.sh is a very simple BASH script intended to backup all your tweets.

Miscallenous projects

  • Edge Detector Dude is a simple image manipulation application which presents you the Sobel edge-detected and the gradient-directed versions of the input image.  It's written in Python using PyGTK GUI toolkit.
  • Operational Research Demo is a GUI application which I've made for the operational research course of the university. It features an incremental UI.  It's written in Python using PyGTK as its GUI toolkit.
  • Feedy is a news reader that I used for some time before moving to Google Reader.  It uses the Magpie PHP RSS parser.
  • I've written some Greasemonkey scripts to solve some irritating everyday problems.
  • I've created a web scraper to convert Mechanical Keyboard Guide forum to an atom feed.
  • I've written a handy BASH script to make Konsole tab names reflect the hostnames of the current hosts.
  • Imagemapmaker is a C++ command line utility that merges a number of images into one image and creates an XHTML image map for the merged image.  It's written in C++ using the GD graphics library.
  • Fork benchmark is a primitive benchmark that provides a way to measure the time that is required to fork, exec and destroy any number of processes.  It's written in C for obvious reasons.
  • DokuWiki Password Generator is a PHP application that provides an easy-to-use interface to the user to change his/her initial random-generated password for Dokuwiki 2005-07-13 which doesn't provide such an essential interface.
  • IP to Country Splitter which is a simple PHP utility that generates a file based lookup mechanism for IP to country conversion.
  • X That Image is a Python script that draws a red X sign on any image.  It uses the GDK graphics toolkit.
  • I've written a minimalistic Prolog parser to print the names and line numbers of every procedures and functions in a source file.  It was a university assigment and I had to implement it using Prolog.  The resulting source code is rather amusing.
  • I've created some themes for XMMS and Metacity.
  • I've made a Mono advertisement postscript graphics as a university assigment.

Patches