Couple of things I've bumped up against in the last few days that have piqued my curiosity,
StoryQ - a BDD framework for .Net. Like all of these things you can't really comment on how good it looks but from what I have read it "looks" pretty good....I'll put it to use on my next home project I think to kick its tyres.
FLIT - "(the FLuent Interface Toolkit) streamlines the design and implementation of fluent interfaces in C#. FLIT generates customisable fluent interface code from a simple text-based DSL. FLIT includes a parser, an object model, and a set of starter templates." - I'm a fan of fluent interfaces as they simplify coding as the code reads better and it is easier to write against (use). This looks an interesting project - again something for the next home project that has a fluent interface.
Beautiful Soup - "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping". I'm looking at producing all sorts of Geckoboard widget data feeds with the mighty Google AppEngine and this was recommended to me by Hugo - I think it's going to come in handy...along with YQL I think I can knock up some pretty interesting widget feeds (a lot of interest/competition in this space, maybe consolidating widgets/feeds into a single place like Geckoboard Apps (http://www.twitter.com/geckoboardapps) is the way to go). For the .Net peeps that need a HTML parser take a peek at the HTML Agility Pack).
StoryQ - a BDD framework for .Net. Like all of these things you can't really comment on how good it looks but from what I have read it "looks" pretty good....I'll put it to use on my next home project I think to kick its tyres.
FLIT - "(the FLuent Interface Toolkit) streamlines the design and implementation of fluent interfaces in C#. FLIT generates customisable fluent interface code from a simple text-based DSL. FLIT includes a parser, an object model, and a set of starter templates." - I'm a fan of fluent interfaces as they simplify coding as the code reads better and it is easier to write against (use). This looks an interesting project - again something for the next home project that has a fluent interface.
Beautiful Soup - "Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping". I'm looking at producing all sorts of Geckoboard widget data feeds with the mighty Google AppEngine and this was recommended to me by Hugo - I think it's going to come in handy...along with YQL I think I can knock up some pretty interesting widget feeds (a lot of interest/competition in this space, maybe consolidating widgets/feeds into a single place like Geckoboard Apps (http://www.twitter.com/geckoboardapps) is the way to go). For the .Net peeps that need a HTML parser take a peek at the HTML Agility Pack).
Comments