I'm a software developer based in Colombia, South America. My interests include .NET, Connected Systems Development (BizTalk, WCF), Windows PowerShell and, lately, dynamic programming languages.

You can read more about me, visit my personal site and weblog, which can be found at winterdom.com

You can follow my twitter stream at twitter.com/tomasrestrepo

Below is a list of some of the open source and public domain tools and samples I've contributed to the community. You can find a more complete list on my github profile.

§BizTalk Stuff

CryptoPipeline

Custom pipeline components (encoders and decoders) for BizTalk Server 2006 that can handle encryption/decryption using symmetric algorithms.

FixEncoding

Custom pipeline components for BizTalk Server 2006 to make it easier to control/handle encoding in messages.

/dev/null Adapter

Custom send adapter for BizTalk Server 2004 and 2006 that discards outgoing messages. Useful when needing to send dummy messages to initialize correlation sets.

PipelineTesting

A library you can use alongside your favorite unit testing framework to test you custom BizTalk Server 2006 pipelines, custom pipeline components and schemas.

§.NET Stuff

Win32 FileMap Wrapper

A wrapper library around the Win32 Memory Mapped Files API written in C#.

MsmqActivities

Sample Activities for Windows Workflow Foundation to send and receive messags through MSMQ.

Visual Studio Themes

A set of color schemes for Visual Studio 2005 and 2008, with mostly dark background colors.

§Other Stuff

Azuli

A client library written in ruby for the Windows Azure blob and queue services.

DotFiles

My configuration "dotfiles" for my Windows and Linux user profiles. Mostly contains my Vim settings/plugins, my PowerShell Scripts and other utilities.

WSSPI

C++ wrapper library around the Win32 SSPI API. Originally written around 2000/2001.