 | | Re: The end of an all-too-brief era
|
|
(...) I think the problem there is that LEGO can't or doesn't want to get involved in the level of support that it often takes to sell into the educational channel effectively. James (URL) (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: NQC for sale?
|
|
(...) In all their sample code they post this little blurb, "Click here for code you can copy into a BricxCC file." James (URL) (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: Implementation of Installable Timers
|
|
Iain McInnes wrote: [snip] (...) Great idea! (...) In your implementation, would it be possible for the client task to be killed (in the case of a run-away task)... causing the struct to be deallocated... while the struct is still in the linked (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
|
 | | Points to: 'Implementation of Installable Timers'
|
|
Hi, ppl. I posted this one in the wrong place :0 (URL) Enjoy ! Iain. (22 years ago, 8-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Points to 'Design by Contract'
|
|
Hi, Folks, I posted some stuff on an assert() macro - in the wrong place - (D'oH). The thread is here: (URL) Enjoy ! Iain. (22 years ago, 8-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Design by Contract (long post)
|
|
(...) I agree it seems to be the wrong way round. That's the standard implementation. NDEBUG seems to stand for "No debug". One advantage of making it negative, is that you get the assert()s if you don't do anything (ie dont define NDEBUG). BTW, (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | Re: Design by Contract (long post)
|
|
(...) D'oH! Thanks, Tim. I was very careful composing the original post, but added the example in as an after thought - Well spotted. Iain. (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | RE: NQC's future
|
|
(...) Ha Ha, very funny :-) Seriously, Philippe, why not give pbForth a try? I know that NQC works great on both the Spybots and the RCX, and even Cybermaster. But if you're looking for speed, higher precision, lots of variables and generally more (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics, lugnet.robotics.rcx.pbforth)
|
|
 | | Re: NQC's future
|
|
(...) Something I'd like to see implemented in NQC is a mixed-mode multiply/divide, similar to the */ operator in Forth, with an intermediary 32bits product. That would greatly ease precision calculations without requiring major structural (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx.nqc, lugnet.robotics.spybotics)
|
|
 | | RE: IR Tower and Hyperthreading
|
|
<SNIP> (...) It should be illegal to use "Linux" and "straight forward" in the same sentence. Notice, everything after that line uses words like "scattered", "most helpful", "other flavors", "to be added to the kernel [in upcoming release]", and (...) (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: nop in NQC?
|
|
(...) Doh! Now I really feel sheepish. Please forgive my public display of idiocy. John Hansen (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: Design by Contract (long post)
|
|
(...) <delurk> The first definition of assert is the correct, standard definition. However there is a slight boo boo in the original post in the line: assert (myptr = malloc (sizeof (mystruct)); Which will delete the malloc when NDEBUG is defined. (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | USB Tower range
|
|
Hi, I recently bought the RCX2.0 and I am a little disappointed at the range for the USB tower. Though configured to be at long range I doubt I can implement a range greater then 5 or 6 feet. Is this normal.? Am I missing something.? Paul Reedman (22 years ago, 7-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Re: IR Tower and Hyperthreading
|
|
(...) Thanks a lot for the tips. I'm will definitely use the CVS version myself. Thanks again, Jean (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: The end of an all-too-brief era
|
|
(...) line is alive and they have plans for it, and at that moment I felt satisfied. The day after my brother Giulio met Brad again along the corridors of the LEGOWORLD and asked him a few more questions. Shortly, Brad confirmed that Mindstorms has (...) (22 years ago, 8-Jan-04, to lugnet.robotics)
|
|
 | | Re: Design by Contract (long post)
|
|
(...) Hi Iain! (...) Cool! (...) I have a question about this: If NDEBUG is defined, shouldn't it still execute x? That is, shouldn't the code in assert.h (or wherever) be: #ifdef NDEBUG #define assert(x) (x) #else #define assert(x) if (x) else (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | Design by Contract (long post)
|
|
Hi, people. The reason for the flood of posts is that I've been trying to get authenticated on LUGNET for the last week :( But as you can see, I'm authenticated now :) On to the topic of this post (sorry for such a long post): I have created an (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | How man Space?
|
|
Hy How many free space has the RCX? I mean, how great can a NQC-Scipt be? I've read in the help-File, that a script mustn't be greater than 16Kb. Is that true? (22 years ago, 8-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Max. Space of RCX?
|
|
Hy@all I've wrote a Programm for Roboter who has to play "Ship sink". The problem is, that the programm doesn't work and i can't find the failure. It's very long, so i shouldn't post it here. I ask if i can send the skript to somebody who has time (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx)
|
|
 | | Implementation of Installable Timers
|
|
Hello everybody. I have an implementation of installable timer handlers, and Id like to solicit some feedback. This is definitely a facility that Id like to see in BrickOS. The implementation doesnt have to be my one. But I thought that Id just (...) (22 years ago, 8-Jan-04, to lugnet.robotics.rcx)
|