Archive for

April 2011

Code

So yeah, I've been programming again (out of work). Mostly C# (I know, ewwww), and a little java (ewwwwwwwww), only because I'm to lazy to remember the libraries and VS2008 C# Express is probably one of the best and most stable IDE's, screw eclipse and netbeans, they crash silently on my pc....

And yes, I've stuck all my code in a git repo and pushed to github: FallingBullets/lib.cs

The main classes in there are INI.cs which wraps the windows .ini file syscalls in a nice clean way; and Span.cs which abstracts TimeSpan into a generic interval kind of things for any T : IComparable<T>. I plan on adding some more code, maybe some more mathsy stuff cause thats what I like, and maybe some other code that I've written whilst at work and can see being used by others.

Take it as is, its yours. As it says in README the code is public domained as much as is possible. Thanks for using it :D

Posted