Visual Basic used to be an easily accessible programming language for the
windows platform. I spent quite some hours and a lot of creativity with it
years ago, and the result is a bunch of half-finished programs.
I started creating stuff with VB6 out of interest when I was a …
Continue reading ...
My old server functioned as an internet gateway and DHCP and masquerading DNS
server. The last two are not necessary, but it's always easy if you just have
to plug you cable into the LAN, and don't have to configure your network
adapters. It also ran an Apache web server …
Continue reading ...
When I started maintaining a personal website years ago, I kept all content
in static HTML files which I uploaded. The server didn't support server side
scripting and for a while I used a JavaScript to provide a navigation menu.
The JavaScript menu fixed just that, navigation. Devising a publishing …
Continue reading ...
DenAgenda is a webservice written in Python program I hosted on my webserver.
It converted my college's online timetable from HTML (screen-scraping) to
the iCalendar format, which is a
standardized calendar file format.
The obsolete sourcecode is available under GPL 2 license and is available as a git repository:
Continue reading ...
I wrote this article on using a microprocessor board with GNU tools for an
embedded software class back in 2006. It's written in Dutch.
Continue reading ...
When my brother was doing his last year of high-school in electromechanics, he
came up with the idea of doing his final project using a homebuilt PLC instead
of the usual Siemens stuff. I built the electronics and came up with a
framework so he could easily implement his GRAFCET state machine for his part
sorting robot for the PICMICRO in the JAL programming language.
This was long before Arduino, long before 'all the cool kids were doing it',
and JAL was a free compiler for the affordable PIC microcontrollers. The
Arduino of its days.
Continue reading ...
Note
This is a how to about using an 8051 assembler used in a college course
with POSIX compatible operating systems using Dosbox.
It was only useful to my fellow students at the De Nayer institute, so I
wrote this in dutch.
Continue reading ...
I use this spot to put links to miscellaneous binaries I provide on my website.
Continue reading ...
This is an alarm clock I built. It was very effective during the sort time I
used it, because I programmed it to play a very annoying tune through a
speaker. I actually started to wake up before the alarm went of, so other
people in the house didn't wake up from the annoying pitches it played.
Continue reading ...
This is the first circuit I built with the PIC16F84.
It can best be described as an egg timer with only the timekeeping code
in place. It's got 4 pushbuttons, a character LCD and a buzzer.
I started building this clock because I wanted to build my own Alarm clock …
Continue reading ...
If you would like to see something added to this page (e.g.: you have an interesting site, or useful links), let me know
Continue reading ...
Note
I wrote this piece of advocacy in dutch. Linux used to a thing I explained
frequently and this is where I pointed people to afterwards.
Deze pagina heb ik volledig gewijd aan de vrije computerprogramma's die ik
gebruik op mijn computers. Het zijn professionele programma's zonder ruwe
kanten, waar iedereen direct mee aan de slag kan. De programma's zijn
vrij in de zin dat hun broncode (ontwerpplannen) vrij beschikbaar is
zodat elke programmeur met tijd en zin verbeteringen kan maken.
Continue reading ...
This is the final project I created my last year of highschool (2003-2004). It's about
stepper motor control with an AVR microcontroller and BASCOM. I
designed a PCB with AT90S2313 microcontroller and ULN2003 Darlington array to
drive the stepper motor. It has a chapter about stepper motors
that might be …
Continue reading ...