To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *93499 (-20)
  Re: What are your 10 most wanted pieces from LEGO Direct?
 
You really want me to limit this to 10 huh? 1. Classic yellow smilies (at least 1000) 2. 1x1 Tiles, all colors (200 each). 3. 2x2 tiles all colors (200 each). 4. Grey arches, 1x3, 1x4, 1x6 (100 each). 5. 1x2 inverted slopes Grey and White (500). 6. (...) (25 years ago, 11-Jan-00, to lugnet.general)
 
  Re: RCX Communications.
 
(...) to (...) It helps (indeed is critical), to remember that the serial you see over a RS232 'wire', is electrically the inverse of the 'logic', so the wire goes high, when at logic '0', and low when at logic '1'. The description of the actual (...) (25 years ago, 11-Jan-00, to lugnet.robotics)
 
  Re: Micro Scout programming with VLL bar code: HOWTO
 
Richard Earley writes: > But that requires timing on the part of the computer. A simple display of a bar > code could also be posted to a web page for access by all.... Relative timing is all that's needed. All you need is a wait() routine which (...) (25 years ago, 11-Jan-00, to lugnet.robotics)
 
  Re: Micro Scout programming with VLL bar code: HOWTO
 
(...) Couldn't you use an animated gif? (25 years ago, 11-Jan-00, to lugnet.robotics)
 
  x Marco (Beri)
 
Art. 15,1 Cost. : "La libertà e la segretezza della corrispondenza e di ogni altra forma di comunicazione sono inviolabili." ...quindi attento a non divulgare certe "comunicazioni" (estorte con l'inganno) che ben conosci !!! Ciao :-) Giulio (25 years ago, 11-Jan-00, to lugnet.loc.it)
 
  Re: domanda per esperti nqc
 
(...) Non è che per caso i timers interni siano tutti aggiornati ogni decimo di secondo da un unico evento di clock, che quindi ignora i differenti decimali di partenza? Ciao Mario (25 years ago, 11-Jan-00, to lugnet.loc.it)
 
  Re: ArcheoLEGO
 
(...) Io ho fatto un esempio che ritenevo astratto e in meno di 24 ore mi sono ritrovato tra le mani un 4558 Metroliner, il primo che trovo :-) Farò più spesso di questi esempi :-))) E comunque mi trovo subito in imbarazzo. Parlando molto (...) (25 years ago, 11-Jan-00, to lugnet.loc.it)
 
  Re: Picture of Gasgano Pod?
 
(...) Heck, I've got the box itself (including one of the podracers MIsB (mint in sub-box) if anyone is in the market). All I have is a poor digital photo of the box from when I put one up on eBay. If you want it, it's at (URL) (case-sensitive) (...) (25 years ago, 11-Jan-00, to lugnet.starwars)
 
  Re: 5988 Pharoah's Forbidden Ruins FT
 
(...) It's also worth much much more if you part it out--you may be able to recoup $80 for it. best LFB (25 years ago, 11-Jan-00, to lugnet.market.buy-sell-trade)
 
  Re: US S@H Specials Jan 10 - Jan 16, 2000
 
Call them, they might credit your credit card the difference. Its been known to happen. -- Have fun! John The Legos you've been dreaming of... (URL) weird Lego site: (URL) Strutt wrote in message ... (...) (25 years ago, 11-Jan-00, to lugnet.market.shopping)
 
  Re: Micro Scout programming with VLL bar code: HOWTO
 
(...) But that requires timing on the part of the computer. A simple display of a bar code could also be posted to a web page for access by all.... -Rich (25 years ago, 11-Jan-00, to lugnet.robotics)
 
  Anyone else in Kentucky?
 
I've been an avid Lego user for about 20 years now. I'm currently into robotics and RCX programming (using NQC). anyone else in Louisville? (25 years ago, 11-Jan-00, to lugnet.loc.us.ky.lou)
 
  help - how to "squash" new DAT files
 
Hi! I need some help. Some time ago, someone sent me a message telling me how to "squash"/compact a DAT file, i.e., how to remove the excess spaces from the DAT file. I've lost that message, and I can't remember the technique I was to use. Was it (...) (25 years ago, 11-Jan-00, to lugnet.cad)
 
  New MOC's on my websites
 
I think this is the right group to post this.... I put up the 2 things I was able to work on over the christmas break, the Keep isn't finished, I'm hoping to keep it together and maybe work a little on it during this semester... Otherwise I'll try (...) (25 years ago, 11-Jan-00, to lugnet.build)
 
  Re: FOTM! 4558 e 5581
 
(...) A nuova conferma del fatto che non siamo solo noi italiani a leggere questo ng, appena ho scritto "4558" mi sono piombati addosso come falchi in parecchi da tutto il mondo :-) Per togliermi da ogni imbarazzo penso di inaugurare questa prassi: (...) (25 years ago, 11-Jan-00, to lugnet.loc.it)
 
  Re: RCX "locking up" when trying to use dll
 
(...) Actually I won't, since I just read memcpy.c and I see it's an __asm__ macro. I don't know if that's a valid __asm__ or not. In this case, if it's causing legOS pain, memcpy.c should just be replaced by memcpy.s with the correct assembly (...) (25 years ago, 11-Jan-00, to lugnet.robotics.rcx.legos)
 
  RE: RCX "locking up" when trying to use dll
 
(...) <Snipped disassembly showing exactly what the bug is...> WOW! Good catch Ben! I have recently been looking through some disassembly on a totally unrelated topic and have found a bug in an unnamed commercial compiler. But of course I had a (...) (25 years ago, 11-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: US S@H Specials 8248?
 
Mark Benz wrote in message <003a01bf5c62$7c4dff...on.com>... (...) For $16.50 it's great! I thought it was a nice set, but $33 was too much. Eric (25 years ago, 11-Jan-00, to lugnet.market.shopping)
 
  Re: RCX "locking up" when trying to use dll
 
(...) It's actually in the library. I just found it. Here is a disassembly of a correct memcpy.o, as built by egcs-1.1.2: 00000000 <_memcpy>: 0: 0d 13 mov.w r1,r3 2: 09 23 add.w r2,r3 4: 1d 13 cmp.w r1,r3 6: 47 00 beq .0 (8) 8: 6c 1a mov.b @r1+,r2l (...) (25 years ago, 11-Jan-00, to lugnet.robotics.rcx.legos)
 
  Re: Mindstorms for £80 in Dixons
 
Where would that be? I don't think I've ever seen Mindstorms in Dixons at any price, let alone 80 quid! Jonathon Goldsworthy <jgold@cableinet.co.uk> wrote in message news:Fo1Ap9.6u@lugnet.com... (...) to (...) (25 years ago, 11-Jan-00, to lugnet.loc.uk)

Skipped 10 messages in group lugnet.off-topic.debate (Skip-filter settings)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR