Category Archives: .NET

Pinta cool things

As usual it is a very long time that I do not blog some things. So, I have let a little bit MonoTorrent library to help on pinta which is a drawing tool witch try to be as user friendly … Continue reading

Posted in .NET | Leave a comment

theora decoder

Since MonoTorrent is quite features complete. I look for new challenge So I have start to work on dirac but I skip it quickly because we have first to work on a more flexible system in for media stream source … Continue reading

Posted in .NET | 3 Comments

udp tracker and distributed search

WOW, long time I have not blog about my life…. (2 years) But today, I want to talk because a lot of great things append: First, I have complete this week the udp tracker code for monotorrent library.  The goal … Continue reading

Posted in .NET, Mono, monotorrent | Tagged , | Leave a comment

monotorrent api is great !

Monotorrent is really great thanks to the beautiful work of Alan. I have read the code and it is really easy to understand. Thanks to this beautiful Api it was very easy to add a lot of features to the … Continue reading

Posted in .NET, development, Mono, monotorrent, open source | 3 Comments

A managed OS

We have ever heard about singularity the Microsoft project to make an OS in managed language. Most is done in managed mode but some part are done in asm. And now, we have 2 projects in open source which try … Continue reading

Posted in .NET | 3 Comments

libxml2.so issue with mono 1.2.6

If you have an issue on ubuntu to build monodevelop 0.18 because of an error with the libxml2.so, I have found a solution. The error talked about gzopen64 which is not found. So I looked for it in google and … Continue reading

Posted in .NET | 7 Comments

ubuntu 7.10 released!

This is not official but will be in few hours now official… Ubuntu released the 7.10. My wife want to test linux. So I will install ubuntu on her PC to compare my suse with ubuntu

Posted in .NET | 1 Comment

ironruby under mono

Today, I have made a patch to fix the rakefile of Microsoft team of IronRuby. This patch allow ironruby to be compiled with mono with the basic rakefile. You just have to use mono flag : “rake compile mono=1″. You … Continue reading

Posted in .NET, development, Mono, open source | Leave a comment

.NET advantage released!

For all people using .NET in your job, the basic controls/components of .NET are not enough sometimes and you have to develop components. you have a lot of .NET package on the .NET to help you. With all this stuff, … Continue reading

Posted in .NET, development | 6 Comments

wiki and code

The core ideas of wiki are: Every readers are authors Keep language easy ( easier than html) When you write a text you can flag all keyword to make it expandable for future. The first is the concept is not … Continue reading

Posted in .NET | 2 Comments