Yep, i've away for a while.
Jonathan de Halleux - My Blog
Yep, i've away for a while.
Jonathan de Halleux - My Blog
Marc, There is already code and you can try it out on VS2008. You can download today an *academic* version of Pex at http://research.microsoft.com/pex/downloads.aspx[^]. Cheers, Peli (Pex developer)
Jonathan de Halleux - My Blog
You can download the VS2008 *academic* version from http://research.microsoft.com/pex/downloads.aspx[^].
Jonathan de Halleux - My Blog
Sorry, ToString
was GetString
indeed. I though you just needed to convert a byte[] to string. Do you really need hex representation ? you can convert to Base64. Jonathan de Halleux - My Blog
Radoslav Bielik wrote: Also, with CryptoServiceProvider, is there a simple way of converting a byte array into a hexadecimal string represenatation
byte[] bits = ...;
string hash = System.Text.Encoding.Default.ToString(bits);
Jonathan de Halleux - My Blog
I went with the scanner in my neighborhood and I was amazed of the number of access point available :) Definitely, a must have. Jonathan de Halleux - My Blog
Thanks for the vxUtils tip ! Jonathan de Halleux - My Blog
I use foreach
. :) Jonathan de Halleux - My Blog
Daniel Turini wrote: “Nine women can’t make a baby in one month” Excellent :-D Jonathan de Halleux - My Blog - www.dotnetwiki.org - MbUnit - QuickGraph - NCollection
:) :) Roger Allen wrote: Looks, like the quality of future programmers is going down! Once you've reached the bottom, you can just go up :) Roger Allen wrote: From what you said at the euroCP meet, I am surprised you do anything other than write articles! Shuut, don't tell my boss! Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
- Engineer in Applied Mathematics ( UCl, http://www.ucl.ac.be/[^] ) - Finishing Phd Doctorate in the same university of Stabilization of the quasilinear hyperbolic systems. ps: I'm teaching C/C++ to third year students :) Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
Wrong forum! Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
Thanks for the tip, I'll keep on the back of my head... Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
:) don't hesitate to sneak in the project... Heath Stewart wrote: it's ".NET", not ".Net" or ".net" Aaaargh, am I going to get sue for this! Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
Maybe, on the other side, there are already at least 5 data structures scatered on CodeProject, not mentionning other internet resources, so the material is already there. Besides, I do not think the "upgrade" to generics will be too painfull. The most cool feature, from a colleciton implementaiton view, is the new way of defining iterators which will be much more easier. Besides, creating the framework to test the fixture will not be lost with generics. Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
I'm more a beer-drinker type but I'm sure I could find people interrested for that kind of collection traversal. Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
Yep, let say I have started the project 2 hours ago :) Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
This is a message for people who have been developping missing collection in .Net (such as sets, deque, etc...) or are simply missing those for every day life. The objective is collect in a single project a number of forgotten data structures for .Net. If you are interrested to contribute, observe or test, you can register at http://ncollection.tigris.org[^] Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph
Try pdfizer on cp http://www.codeproject.com/csharp/pdfizer.asp[^] Jonathan de Halleux - www.dotnetwiki.org - MbUnit - QuickGraph