Fedora Core 12
I have recently installed Fedora Core 12 on my server box. It was an upgrade from Fedora Core 9 and I had to do an intermediate upgrade from 9 to 10, …
Log viewer for Windows
Monitoring text log files is quite important activity in our day to day programming lives. Unfortunately, Windows operating system does not include …
LINQ QuickSort in C#
This is most certainly not the recommended way of implementing QuickSort, it assumes there are no duplicates, but it should work:
The worst broadband in the UK - Tiscali (now TalkTalk)
I have been using Tiscali (now TalkTalk) broadband services for more than 4 months. At the beginning everything was fine - I even was quite pleased …
Pascal.NET
A Pascal compiler for .NET not from Borland is available from RemObjects. However the site seems to be dead.
Events and BinaryFormatter serialization in .NET
Serialization in .NET world is not straightforward. For years we’ve been told to use
XmlSerializer, but it has its …