I wrote some code to handle bencoding/decoding in C#, the code is based on the specification. I created also a helper class to open/save torrent files and also compute its info_hash. I wrote this project in C#, but the sample below is in visual basic...
I recently created a service to post updates to the Twitter account of my website ( http://twinsornot.com/ ). I found some codes that does that, but using the HttpWebRequest . I decided to make it more simple by using WebClient . Here's the Visual Basic...