| | Re: 8448 Street Sensation Racing - Are you game?
|
|
(...) If we design a standard race track, and standard rules, and of course if we all trust each other :) we can compete virtually... (25 years ago, 2-Oct-99, to lugnet.robotics)
|
|
| | Re: [FS] - eBay - McDonald's Promo set, box only - 25 cents
|
|
(...) Whoops, I meant that I've always written ™ not ™ directly. (I posted that using the web interface. I still have to go fix that problem DavidE discovered the other day: (URL) I know what the bugaboo is now.) (...) Whoops, brain-refresh (...) (25 years ago, 2-Oct-99, to lugnet.publish)
|
|
| | Re: Download problem
|
|
(...) you don't want to send source, you can always compile it and send the binary... nqc -Ofoo.rcx foo.nqc Another alternative would be to download it in verbose mode and send me the log... nqc -v -d foo.nqc >log My email is dbaum@enteract.com Dave (...) (25 years ago, 2-Oct-99, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Anyone built a curved bridge?
|
|
WHAT ARE YOU TALKING ABOUT. Sorry, I feel left out of the loop. Chris (...) (25 years ago, 2-Oct-99, to lugnet.trains)
|
|
| | Re: NQC 2.0 and some math questions
|
|
(...) I'm going from memory here, so I may miss a detail... int lock; #define TASK_BIT(task_num) (1 << task_num) void acquire_lock(int task_num) { while(1) { // wait for lock to be clear while(lock); // try to own it lock |= TASK_BIT(task_num); // (...) (25 years ago, 2-Oct-99, to lugnet.robotics.rcx.nqc)
|