Microsoft and The World Poker Tour

There's a show called World Poker Tour. Every week they show the final table of 9 players from a tournament in which a couple of hundred people compete. Week after week, this is what you see:

  • A small elite of tournament pros who get to the final tables time after …
more ...

Cruel and Unusual Music

From the AP wire:

FALLUJAH, Iraq - In Fallujah's darkened, empty streets, U.S. troops blast AC/DC's "Hell's Bells" and other rock music full volume from a huge speaker, hoping to grate on the nerves of this Sunni Muslim city's gunmen and give a laugh to Marines along the front …

more ...

NCollection

This is quite interesting. Open source Implementations of the missing data structures of the FCL: linked list, doubly linked list, tree, skip list, heap, etc... Focus is made on robustness, standard conformance, documentation and testing of the collections.  via [Sam Gentile's Blog]

\<

p dir=ltr> So the cool kids have …

more ...

Longhorn Sample: RSS Reader (Like, Out Loud)

Jason Nadal has posted an RSS reader that uses the Longhorn text-to-speech APIs to actually read you the morning news while you do other things. Includes sourcevia [Marquee de Sells: Chris's insight outlet]

I love sample code that is actually helpful...

more ...

Web Wizards, without the mess

via William Bartholomew:

Fritz Onion has posted an interesting article about how to write ASP.NET projects without using Web Projects and the associated bindings to IIS etc.

http://staff.develop.com/onion/Samples/aspdotnet_without_web_projects.htm

TTFN - Kent

via [Kent Sharkey's blog]

I've had this post in my aggregator for …
more ...

Win32 to .NET Cross Reference

I haven't seen this referenced before:

Microsoft Win32 to Microsoft .NET Framework API MapMicrosoft Win32 to Microsoft .NET Framework API Map

via [Eric Gunnerson's C# Compendium]

Nor have I.
more ...

Efficiency of iteration over arrays?

Which one of these three loops is the most efficient? How can I prove the answer?

I've listed the source code below. The three loops are:

  1. ::: {.MsoNormal} Foreach over an int array :::

  2. ::: {.MsoNormal} Simple for over an int array :::

  3. ::: {.MsoNormal} For over an int array, hoisting out the length value …

more ...

$14 DIY steady-cam

Some guy managed to build a DIY "steady-cam" for \$14 (those things which help keep TV crews keep their videocameras from shaking while they're running around shooting reality shows), which might not sound like a big deal until you realize that a professional Steadicam (that's the brand name) costs around …

more ...

Jetway's dual-user PC

Jetway sells a new small form factor PC called the 860Twin that can be used by two people at the same time. via [Engadget]

Useful for pair programming?

more ...

Structures and algorithms references

Quick links for a dictionary of algorithms and data structures and a book on exact string matching algorithms. (via HotLinks) More bedtime reading Update: The memory management reference, via Simon's linklog.... via [Curiosity is bliss]

Helpful.

more ...