 | | Garbage Collection
|
|
I'm a tad fuzzy on working without GC. If I create objects in an inner loop, is that memory lost? Will I not hemorrhage memory like a sieve? (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | LVI on SourceForge
|
|
The move have been made, and now lVI is up on SourceForge here. The page sucks now, but I will add additional features as I get to them. The Geocities file will still be up for a few weeks, but will not be updated. Andy (25 years ago, 27-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
(...) I would not call it running counter to many folks' Java sensibilities, this suggestion simply violates one of the main Java principles. I sincerely hope that nobody even remotely considers implementing this. The only correct way of (...) (25 years ago, 27-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
Great article, Jonathan! That's exactly what I need to get started. Your point about garbage collection (esp. lack thereof) reminded me of a question I have for everyone: Since LeJOS doesn't currently implement garbage collection, it seems there are (...) (25 years ago, 24-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN:lVI v1.1.2
|
|
This version can be downloaded at www.geocities.com/gombos_2000/. It fixes the option saving bug, and adds syntax coloring. The classes have been put into packages for easier mantinence, so note the startup changes. Thumbnails up soon. Andy BTW This (...) (25 years ago, 23-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: please help with threaded robot program
|
|
(...) Thanks for the pointer. I'll go check it out. (My bad for not actually searching on "subsumption" -- I think I searched for +lejos +thread.) Susan (25 years ago, 22-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: please help with threaded robot program
|
|
Hi Susan, Subsumption works great in leJOS. See this message for some example code: (URL) think what you're missing is an arbitrator, which will probably run as yet another thread. Regards, Jonathan (...) (25 years ago, 20-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | please help with threaded robot program
|
|
Hi, this is my first message to the robotics groups. A little background: I've had RIS 1.0 for a couple of years, I have ~14 years of programming experience but only 1 year of Java (mostly server side). I downloaded leJOS beta 3 last week and wrote (...) (25 years ago, 19-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS article in JavaWorld
|
|
Enjoy! (URL) (25 years ago, 12-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN: leJOS Visual Interface 1.1.1
|
|
With this version I have added an auto indent feature that indents lines after braces, and have made an 'installer' that sets up the properties file. It should also run with the commands I have up now too :) Sorry about the error in the (...) (25 years ago, 10-Feb-01, to lugnet.robotics.rcx.java)
|