Consolidating files through recursive copy

Last Update: 27.01.2008. By kerim in python

Since I started on a proposal for a new customer it really has been one of the most annoying tasks to keep up with his documents. Every week there are around 200 MB to 1 GB of files and although the customer may think that his hirarchy of directories is fine, i think differently. So I have several hundred files of “potential” interest hidden in over 8 GB of nested directories by now. All i know is that they and either with .txt, .doc or *.pdf


MCTU - Testing (TFT)-Monitors for defect (sub)pixels

Last Update: 16.01.2008. By kerim in python

Topic: Using python to determine (sub-)pixel errors in TFT monitors.


Reversi

Last Update: 15.01.2008. By Axel in game development | java | tools | Algorithms

Strategic game programming is a fascinating subject, that I have been attracted to for several years now. I always wanted to implement my own chess program but that seemed to complicated for the beginning. Therefore I started with Reversi and a simple minimax alogrithm on my beloved Amiga. Then I turned to chess and learned about more sophisticated variations of the minimax.


Website Builder - The Beginning

Last Update: 10.01.2008. By azarai in python | tools

Last Update 2017: Successor of this project is Moopato Website Builder


Matrix aka Gyounen updated

Last Update: 04.01.2008. By kerim in python

Gyonen aka Matrix got a small update here.


Imago Gallery running on Adobe AIR now

Last Update: 30.12.2007. By azarai in Javascript | imago

Imago runs on Adobe AIR now. You can now enjoy your galleries offline, too. If your impatient check out the screenshot and download ImagoOnAIR alpha version and the Adobe AIR runtime, if you don’t have it already installed.

ImagoOnAIR Screenshot


Resource Tip: Textual, a web design framework focusing on text

Last Update: 23.12.2007. By azarai in gui | resource tip

If your a bit like me, your really appreciate open source web design and know probably some of the good template sites out there too. Yesterday i was browsing some of them, The Open Design Community, FreeCSSTemplates.org to name the best imho. Looking for ideas and complete templates for some upcoming projects and a site redesign for imago. I found some good, but not actually what i was looking for until i stumpled up on Textual.


Lindenmayer Systems using Python

Last Update: 21.12.2007. By Kerim in natural | python | Algorithms

A few days ago i posted some code to create screens with stars and galaxies. Today i introduce a new part usable for creating Lindenmayer Systems.


Starfields and Galaxies with Python

Last Update: 19.12.2007. By kerim in natural | pygame | python | tutorial | Algorithms

A long time ago i spend a lot of my resources programming fractals and “natural” phenomenons. Since my last adventure with pygame i was playing around with the idea of implementing some algorithms of old times in python anew and use pygame to test them. A small module that creates screens with stars on it is what i will speak about here.


ImageResize on the web using cherrypy

Last Update: 07.12.2007. By kerim in python

The idea:
A simple webbased application that will resize any image of yours immediately and give it back to you.