Slashdot Mirror


User: Downlad

Downlad's activity in the archive.

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

Comments · 2

  1. Re:Reading the ZZZ magazine thing.... on Cool Cases: Armor or Arcade? · · Score: 1

    My understanding of the device (may not have been in ZZZ, can't remember) was that it was localized to the area where the target was hit, like a leg at a time going stiff. True, a shot to the hand might not be the best idea, but if the muscles on both sides of the trigger finger go at the same time it may not cause the hand to clench either.

  2. Re:Falling Over on Lego Mindstorms AT-AT · · Score: 2

    how about

    int i;
    struct leg {
    unsigned int status; /* 1=OK, 0= Damn Rebels */
    unsigned long odometer;
    unsigned int rebelSquishCount;
    } theLegs[4];

    for(i=0;i <4;i++) {
    if(theLegs[i].status == 0)
    { stopLegs(theLegs[i]); }
    }