Een korte inleiding tot GNU / Linux.

GNU / Linux is een modern besturingssysteem, net zoals Microsoft Windows XP, Vista en Apple OS X. De term Linux word vaak als verkorte naam gebruikt, maar is eigenlijk foutief in die zin dat linux zelf enkel de (meest gebruikte) kernel (een kernel is een basis onderdeel van een besturingssysteem) voor het GNU besturingssysteem is. Het GNU besturingssysteem heeft zijn eigen kernel maar deze is veel minder populair. Het grootste deel van het GNU/Linux besturingssysteem bestaat dus uit de GNU toolset.

Lees verder

Introduction to XMLSchema Part2 : Datatypes.

The W3C XML Schema Part 2: Datatypes recommendation states:

XML Schema: Datatypes is part 2 of the specification of the XML Schema language. It defines facilities for defining datatypes to be used in XML Schema s as well as other XML specifications. The datatype language, which is itself represented in XML 1.0, provides a superset of the capabilities found in XML 1.0 document type definitions (DTDs) for specifying datatypes on elements and attributes.”

Lees verder

Introduction to Mozilla’s Necko.

This short example shows how one can download a file from an FTP server using mozilla’s Necko networking library(s). It is done by constructing the neccesary XPCOM Components and interfaces. First we need to get the FTP Component:

Lees verder

Converting decimals to base2 (binary) representations.

The base2 or binary representation uses combinations of the 2 values: 0 and 1 to form any number. This is done by using the unique functionalities of the powers of 2 sequence.
Lees verder