Slashdot Mirror


User: keltex

keltex's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Looks like a HeathRoomba on Heathkit Reincarnates the Hero Robot · · Score: 0

    Wonder if it includes an upholstery attachment?

  2. Haven't we heard this before? on Apple's Leopard Strategy to Kill Microsoft and Dell? · · Score: -1, Troll

    OS9, OS10, moving to the PowerPC, moving to Intel. Take your heads out of the sand Mac heads. Everyone else uses PCs. Internet Cafes... all PCs. At the airport... all PC notebooks. At Walmart... all PCs. Why? Because they are cheaper. They run the same applications. They run more games.

  3. Re:Microsoft and regex on Java Regular Expressions · · Score: 1

    Microsoft's DotNet (including VB.NET) has had native regular expressions since 1.0 (circa 2002). Also dotnet has the @ string literal prefix (such as @"\d{1,4}") that eliminates the double-backslash issues.