Archives
-
GmailSync on codeplex
By far the most popular tool that I published is GmailSync which was also features on Lifehacker. But as I get busier in other projects, it is getting difficult to put more effort into it. Its been a while since I put the last update so I've decided to upload the sources hoping that I can find someone to lead on this.
-
SequenceViz 0.11 :: Reflector Addin support
Just uploaded the latest release of SequenceViz which now includes the Reflector plugin with the WPF renderer.
-
SequenceViz 0.9 :: WPF based Sequence diagram viewer
Until now, SequenceViz uses the GnuPlot tool to generate the SVG file that is then rendered in the IE control embedded in the application. Although this worked to prove the concept but there were problems with rendering large diagrams and security issues in Vista. Now thanks to Meile Zetstra who provided the WPF implementation for the diagram viewer I have released a new version with this functionality.
-
SequenceViz 0.7 :: Quick search
I managed to spend some time on SequenceViz this weekend and added quick search functionality. Because the diagrams are not linkable so it is difficult to navigate between methods and types. One thing that could help now is to search for the type or method that you'd like to navigate to and it will take you to the first result.
-
CodeStore - Part 4 of n (Refactoring, Hudson CI Tool)
Although there is not much in this project yet but I think there are few things that can be improved before moving ahead.
-
CodeStore - Part 3 of n (Cecil, Moq)
This is the third part of the series on building CodeStore. In this blog post, I'll finish off the first user story which was
-
CodeStore - Part 2 of n (SQLite, NHibernate)
So, in the last post, I started creating a new application using TreeSurgeon and added Castle Windsor and log4net support. In this post, I'm going to describe how I added the Nhibernate support and the Castle Nhibernate facility.
-
CodeStore - Part 1 of n (TreeSurgeon, Castle Windsor, Log4net)
What is CodeStore?
-
Blue Screen Of Death 2.0
-
LinkList 13072008 :: Ganymede, Thrift vs Protocol Buffers and Port based Async Messaging
Things i like in Ganymede
http://sureshkrishna.wordpress.com/2008/07/11/things-i-like-in-ganymede/
Ganymede is the 3.4 release of the Eclipse project. Releasing 23 simultaneous projects itself it a really huge achievement.Thrift vs. Protocol Buffers
http://stuartsierra.com/2008/07/10/thrift-vs-protocol-buffers
First Cisco Etch, then Thrift and now Protocol Buffers. Is it the revenge of RPC?Introduction to Port-Based Asynchronous Messaging
http://dvanderboom.wordpress.com/2008/04/21/introduction-to-port-based-asynchronous-messaging/Democratizing the Cloud (Video)
http://www.infoq.com/presentations/Meijer-linq-cloud -
LinkList 11072008 :: Erlang Exchange Videos, SchemaSpy, Capacity Management and Scala supervisors
Federation at Flick
http://www.scribd.com/doc/2592098/DVPmysqlucFederation-at-Flickr-Doing-Billions-of-Queries-Per-Day -
LinkShrink - Learning Ruby on Rails
The best way to learn something is to develop an application with it. So when it comes to Rails, I decided [*] to develop a clone of TinyUrl.
-
BookNotes : Practical Rails Projects
Once in a while; when I try to remember something that I read in some book some time ago, I don't usually succeed in that and then I have to start from scratch which is like DRY. So, I'm trying to do something new here by posting anything interested and useful that I read in a book. This is like a customized index to the book.
-
LinkList 19032008 - Google Visualisation API, amCharts for ASP.NET and Django on IronPython
How Apple Got Everything Right by Doing Everything Wrong
http://www.wired.com/techbiz/it/magazine/16-04/bz_apple?currentPage=all -
Linklist 03022008 - Dynamic programming design patterns, Erlang/C# AMQP Client, AOP
Design Patterns in Dynamic Programming
http://www.norvig.com/design-patterns/ppframe.htm -
Integrating .NET and Erlang using OTP.NET