Tag Archives: programming

Reading Arexx TL-500 with Python on Linux – Part II

My first script was changed a little bit to get nicer output. It can now log the raw data received from the Arexx unit (in hexadecimal form) and uses separate log files for the sensors. Sensor n......

Reading data from the Arexx TL-500 on Linux

Some days ago I was looking for a temperature monitoring solution for some rooms and 19"-racks at the university. The Arexx TL-500 looked promising and I bought it. Unfortunately there are only ......

processing | poor man’s evolution

This is an example from my generative design class of the digi-pro project. Genetic or evolutionary approaches are used to solve a wide range of problems with the computer. Many algorithms try t......

processing | Koch-curve

This is another small demo from my generative design class of the digi-pro project. It draws a Koch curve using a recursive algorithm at variable depth. The horizontal mouse position is used for......

processing | greatest common divisor

This is a small demo from my generative design class of the digi-pro project. It uses the euklidean algorithm to compute the greatest common divisor (GCD, GGT in german ) of two numbers. The mou......

Triangle | 1.0

The triangulation module for python based on Jonathan Richard Shewchuk's program Triangle was updated. It should work with recent versions of python 2.x now.

XMarshaL | 1.0

My pickling/marshalling module for python was updated to work with recent python 2.x installations.

XMarshaL

XMarshaL This python module is a marshaller like marshal or pickle. XMarshaL uses XML as the native data format. It was written several years ago inspired by old python packages like xml.marshal......

Triangle

Triangle This python module is a small wrapper around the triangulation library Triangle by Jonathan Richard Shewchuk. I wrote this module some years ago. It was mainly used to triangulate polyg......

ncDataReader2 | 2.2.0

A new release of ncDataReader2 is out. Changes include: switched from autoconf to cmake tested to compile on Linux, Windows and MacOS the easy API (EA) was completed EA works now with Modelica ......