March 2009 - Posts

Synchronizing Scrollbars using JQuery
19 March 09 01:29 PM | MattManela | 1 Comments   
I just wrote this simple plugin for JQuery which lets you synchronize the scroll bars of any collection of elements.  This lets you move the scrollbar of one div it have the scrollbars’ of the rest of the divs move the same exact amount. Here is Read More...
Prime Factorization using Unfold in Haskell
17 March 09 06:53 AM | MattManela | 1 Comments   
I randomly yesterday started thinking about the unfoldr function in Haskell while working out at the gym (how nerdy is that, I am lifting iron but thinking of functional programming). Unfoldr take a single and an unfolding function and turns it into a Read More...
Filed under: ,
My xUnit.net Visual Studio Code Snippets
02 March 09 03:58 PM | MattManela | 1 Comments   
The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact. As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I find very Read More...
Filed under: , ,
Attachment(s): xUnitSnippets.zip
Page view tracker