I've decided to move my open source projects over to github, rather than hosting them on a private subversion server where they aren’t very accessible.

From what I've seen, and heard, github is a great source control repository, I only hope there is a visual studio addin as good as visualsvn in the pipeline.

Currently my 2 JavaScript libraries have been moved over

  • linq2js is a JavaScript library providing an api similar to that of linq in the .net framework. It features a near complete method for method implementation of those found on the IEnumerable interface as well as lazy evaluation of queries.
  • vegeojson is a helper utility i wrote for drawing shapes on a virtual earth (now bing) map given an object in the geojson format.