2006-12-29

Base Converter

This post contains all the information about Base Converter. It's always accessible from the software category, and will be updated with each new version of Base Converter. The source code can be downloaded from the Channel 9 Sandbox.

Base Converter

Base Converter 1.0

Base Converter is a tool for converting numbers between binary, octal, decimal and hexadecimal notation.

Download: BaseConverter.zip (412 KB)

Version history

Base Converter 1.0

Base Converter is a new tool I created for converting numbers between binary, octal, decimal and hexadecimal notation.

Download: BaseConverter.zip (412 KB)

Calctor Mobile 1.1

I've updated Calctor Mobile to version 1.1:

You can download it here.

2006-12-28

Calctor 2.1

I've updated my calculator tool to version 2.1:

You can download it here.

Technorati tags: , , .

2006-12-17

Basic Notation, second draft

I've just finished writing a second draft of the specification for Basic Notation 1.0. You can download it in XPS format (267 KB), or PDF format (237 KB).

The changes since the first draft, are:

I've also started writing a .NET library in C#, for reading, writing and manipulating BN data. It has classes for reading BN data (BNReader, similar in functionality to System.Xml.XmlReader), writing BN data (BNWriter, similar in functionality to System.Xml.XmlWriter), manipulating BN data in-memory (BDocument, BNode, BElement, BText and BComment) and serializing objects to BN (BNSerializer).