Software
From time to time i start writing some small programs maybe to check that
my hands are not getting rusty or maybe because i like it.
i will describe shortly the process :
i feel something inside me bothering me, after about a week i found
myself looking for something and bored. This means that i have to write
something new. i pick up a subject with interisting problem in it,
start writing program, after writing an interesting part i slow down
(its not *that* interesting now) and after a while i come to a complete
stop.
Usually after some time most of these programs find themselves deleted.
but not anymore!
So if someone will ever use something i might continue working (its
encouraging that people need you).
i will move these programs here , if you want to use them use them and tell
me about bugs or missed features, in this case i will continue working on them
otherwise nothing is sure in this world.
List:
-
Data Structures Template Library - i like all kinds of data
structures, but since there is no point in implementing another array,
i choosed implementing more rare data structures. There is nothing there
for now, but work in progress and i'm still interested in it.
Pick it here
-
Graph Framework - this is a big name for my first program in
Python using Tkinter. Idea of this program (apart from learning Python)
is to create easy to use utility which enables user to draw graphs and
test algorithms on them in visial form. For programmers API will be
defined and dynamic upload of algorithms supported.
Pick it here
-
Tiny library to open windows under XWindows -
This thingy is usefull if you want to open windows under X but don't want to use
sofisticted toolkit. At least this was the reason i wrote this thing.
Pick it here
-
Automatic plan changer -
Changes your plan message on each finger.
here
-
Configuration reader -
This is a bunch of classes which i use to read configuration files for
algorithms. The number, type and names of configuration parameters are not
hardcoded, so adding a new parameter to your algorithm is really really
easy. Few types are supported. Last note is that this is the most active
project, since i'm using it :)
here
Main page