Top 10 Links Feedback
2010-02-04 00:00

To diagnose problems with HTTP, it is useful to see the whole HTTP transaction. This article describes some methods for obtaining the HTTP conversation.

2009-05-21 11:03

If your software project has a lot of abstract classes, this may indicate that there is something wrong with it. Many abstract classes may indicate premature generalization and a too complex inheritance tree. In this article I explain these two problems and the alternative to abstract classes.

2009-04-01 16:01

Firefox can show XML files, nicely indented and with pretty colors. However, searching text in an XML file does not work correctly. When pressing Ctrl-F and searching for some text which is present in the XML file, Firefox will report it has not found anything.

2009-03-30 17:26

Time and date are not simple concept, and most of the time you realize that after you have done some simple assumption and your code turns out to be buggy. This article explains some common pitfalls when handling dates and times.

2009-03-21 22:11

The game gataxx was removed as of gnome-games 2.17. However, I get the impression that there are some people who are still interested in an ataxx implementation for Linux. Therefore, I created a deb package of gataxx from gnome-games 2.16.3.

2009-03-18 22:01

Een scriptie, werkstuk of onderzoeksverslag sluit je af met een conclusie. Hierin vermeld je het antwoord op je onderzoeksvraag. Bij het schrijven van een conclusie is het belangrijk dat je terug pakt op de inleiding, niets beschrijft wat niet eerder in je verslag aan bod is gekomen en je zo duidelijk mogelijk uit een zet welke conclusies er aan jouw onderzoek of scriptie kunnen worden verbonden.

2009-03-02 12:48

Sometimes, you want to replace a word in a string with another word. You may want to replace all swear words with more neutral statements, replace BBCode tags with the corresponding HTML tags or use placeholders for data in a templating system.

2009-02-18 19:52

In a function, it is difficult to obtain the name of the variable which the caller used. In this article I show a way to get it using debug_backtrace and reading the PHP source file.

2009-02-16 21:26

In this article I try to create a tree of IPs with an increasing netmask number, in PHP. I show how to apply netmasks to IP addresses.

2009-01-07 18:03

Books I read.

2008-12-23 22:03

The handout "The Programming Languages LISP and TRAC" by W. L. van der Poel, Aug. 1972.

"The purpose of these lectures is to give an approach to some basic aspects underlying many programming languages. [...] For demonstrating these concepts I shall make use of two particularly simple languages, both used in a conversational way: LISP and TRAC."

2008-12-10 14:40

In Windows, administrators can configure the system to let passwords expire after a certain period of time. This expiration policy can be easily circumvented by changing the password multiple times and then changing it back to the original. This article shows some code which does that.

2008-10-22 19:25

Volgens de reclame van NUON verspillen we 30% van onze energie. Hier zou je de hele Sahara mee kunnen verlichten. Klopt dat?

2008-03-22 16:08

There are various String classes which can be used to concatenate strings. In this article, we look into the performance of the various ways to concatenate strings.

2008-01-02 09:35

With JNI, the Java Native Interface, it is possible to call native libraries (DLLs) from Java, and vice versa. This article describes some common pitfalls.

2007-09-16 15:08

Wireless sensor networks consist of many radio-equipped nodes which are limited in resources and power. Nodes that can be reached by radio, possibly through multiple hops, form one network. This master thesis presents a way to connect two or more networks together, using gateway nodes that have a wired connection with each other. This way, it appears to the nodes as if the two networks have a radio connection. We also show through simulations that the system we propose gives a good connection between the networks, but breaks the working of synchronous protocols.

2007-07-09 12:07

The php|architect's Zend PHP 5 Certification Study Guide is supposed to learn you everything you need for the exam for Zend Certified Engineer.

2007-07-06 19:04

With wireless devices increasing in popularity and ad-hoc wireless networks getting larger, scalable routing protocols are needed. There are already many routing protocols for ad-hoc wireless networks, but very few of them were conceived with scalability in mind. This paper will provide an overview of various routing techniques and consider their scalability. We will show that only the HSLS protocol is scalable without imposing trivial restrictions on the nodes.

2007-04-30 20:58

Wireless sensor networks consist of many radio-equipped nodes which are limited in resources and power. After deployment, these nodes may need reprogramming to fix bug s, add features or make the nodes suitable for another task, among others. Because it may be imprac tical to physically visit these nodes to reprogram them, several methods have been proposed to repr ogram nodes using data sent over the network. This paper gives an overview of methods to propagate code through the network and to reduce the size of this code.

2006-10-10 22:04

Limewire is a P2P program for downloading files. I made it possible to automatically download a list of files. The modification makes it possible to load a list of searches from a file. Limewire will do all these searches and download the best match for every search. This way, it effectively downloads all files in a list.

2006-08-08 21:35

Loadmin is a program I wrote which suspends a process when the load average of the system raises above a certain level and continues the process when the load gets lower.

2005-12-28 20:58

When compiling something with GCC 4, it may be possible that you get one of the following warnings:
warning: missing sentinel in function call
warning: not enough variable arguments to fit a sentinel

2005-05-19 21:25

In peer-to-peer networks, like Gnutella, an overlay network is used where nodes connect to each other. Not all nodes in a network support the overlay network, so a joining node has to have a way to find nodes already in the network. Finding good nodes and connecting to them is called bootstrapping and is a problem in modern peer-to-peer networks.

2005-01-21 21:19

This paper addresses some problems which show themselves when a extensive list of settings or options is shown to the user of a program. It lists some examples and tries to identify the problems in those examples. Furthermore, this paper tries to suggest some recommendations to keep in mind when developing the "settings" part of a program.

2004-09-29 21:38

Modern research requires an ever increasing amount of money. While a couple of centuries ago one could still invent light bulbs and steam engines in the backyard, most of todays research requires big investments for laboratories, supercomputers and other expensive equipment. In these economical dim times, governmental organisations are less keen to invest in research. Private companies can come to help: they can invest in research projects they find interesting, or, financially rewarding. However, this comes at high costs.

2004-02-28 21:50

2003-07-31 21:00

When I had a programming exercise at the university a few weeks ago, the task assignments where not as clear as they had to be and I had a lot of free time while I was in the computer room. It was then that I discovered gataxx, the ataxx game for gnome. After a few tries I was able to win of the computer, even with the highest level. A friend of me suggested that I looked into a better algorithm for ataxx, so I did and this document is the result of that.

2002-12-17 13:02

My computer already had sufficient cooling, but when I got my hands on a big heatsink, I could not resist to put it on my processor.

2002-11-27 21:36

Om u te wapenen tegen slecht geschreven scripts zal ik hier een poging doen uit te leggen wat er mis kan gaan bij het schrijven van een script. Het eerste deel gaat over alle scripts, verderop worden de gaten die specifiek zijn voor CGI scripts behandeld.

2002-11-27 21:33

Paging staat toe om je harde schijf te gebruiken alsof het geheugen is.

2002-11-27 21:30

Deze handleiding gaat over hoe je linux kan installeren op een low-end PC, waar het er om gaat dat de PC absoluut onhoorbaar is.

2001-10-29 21:22

Deze HOWTO legt uit hoe je je systeem moet configureren zodat een gebruiker of een aantal gebruikers in een chroot-omgeving komen zodra ze ingelogd zijn. Mogelijke toepassingen hiervan zijn FTP, onveilige programma's, shell access.

2001-10-29 21:20

This HOWTO shortly explains how one can chroot a user during login. This means that after the user has logged in, he is restricted to a certain directory. This directory is his new root directory. See the chroot manual for more details about chroot. Also available in Dutch.

2000-11-07 21:52

The Apache server is build out of several modules, which are pieces of computer code. By combining these pieces, you can create your own server and configure it for every detail. Many modules are installed by default, such as the mod_dir module, which serves a nice starting page instead of the directory contents.