Slashdot Mirror


User: 680x0

680x0's activity in the archive.

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

Comments · 154

  1. Re:How dare you... on "eCycling" Pilot Program in 5 States and D.C. · · Score: 1

    D'uh... Guess my profile doesn't show my email address (vicky@steeds.com) ... Anyway, I'd be interested in one of the HP boxes. What did they run? HP-UX?

  2. Re:How dare you... on "eCycling" Pilot Program in 5 States and D.C. · · Score: 1

    Do they HP boxes boot? Come close to working? I'm close enough (southern Maryland) that I could come pick them up. Email me.

  3. Re:genetic "instructions" on 3rd Chromosome Deciphered · · Score: 1

    Actually quite a few sections of the chromosomes
    exist which don't seem to have a function. I forget the term for this, but it's effectively
    "commented out DNA".

  4. Re:also on J# · · Score: 1

    // java code calling a method on a literal
    int len = "this is a literal string".length();
    // yeah, yeah, I know it won't work on an int, etc.