The first part of my Google Summer of Code project involves the creation of a library to handle Debian package control files, which are, upon closer inspection of the Debian Policy Manual, actually encoded as UTF-8 (8-bit Unicode).
Initially, the files just “looked” like ASCII (a rather common issue with a downward-compatible system like UTF-8). You [...]
Posts Tagged ‘Data Structures’
Unicode, GLib and Code Reuse
Posted in Computer Science, Software Engineering, tagged Best Practices, Computer Science, Data Structures, Google Summer of Code on 9 May 2009 | Leave a Comment »
An Introduction to Algorithm Analysis
Posted in Computer Science, tagged Algorithms, Data Structures, TIMTOWDI on 30 October 2008 | Leave a Comment »
Applying semi-mathematical analysis techniques to sequences of common procedures “algorithms” in Computer Science.