|
|
 | | Re: The difference between hobbyists and collectors...
|
| (...) What in the love of god is fair, though, Dave? Half the people out there in our world don't have the same value or belief systems you or I have, they cheat on their taxes, they buy SUV's which could roll over and kill you, they park in (...) (19 years ago, 9-Jan-07, to lugnet.org.ca.rtltoronto)
| | |  | | Re: The difference between hobbyists and collectors...
|
| (...) Well, let's talk about that, shall we? An art auction (which I've seen mostly on the telly, and only once or twice in person) usually starts each round of bidding with the 'fair market value' of a painting, and people bid up from there. As I (...) (19 years ago, 9-Jan-07, to lugnet.org.ca.rtltoronto)
| | |  | | Re: Drive types
|
| (...) Ok, I'll bite: which external tools work well on OS X and Linux? Thanks, -Tim (19 years ago, 9-Jan-07, to lugnet.robotics)
| | |  | | Re: Drive types
|
| (...) Whoops. The duration values in each of the PlayTone calls should be 400 rather than 40. John Hansen (19 years ago, 9-Jan-07, to lugnet.robotics)
| | |  | | Re: Drive types
|
| (...) Here is a simple multi-threaded NQC program: task music() { while (true) { PlayTone(262,40); Wait(50); PlayTone(294,40); Wait(50); PlayTone(330,40); Wait(50); PlayTone(294,40); Wait(50); } } task main() { start music; while(true) { (...) (19 years ago, 9-Jan-07, to lugnet.robotics)
| |