To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *36395 (-20)
  lego pov ray need help (barney StYle)
 
i see that pov ray is like "the best" for rendering models, i never had the chance to get it back home, can anyone help me to get the nessisary software? (27 years ago, 13-May-99, to lugnet.cad)
 
  12 v train motor part #? anyone know?
 
hehehe im back and with a bang! im beginning to make 12 v train sets in ldraw. any help appreciated T Burger USMC (27 years ago, 13-May-99, to lugnet.cad)
 
  Flatbeds trucks and train M.O.W. vehicles
 
I just posted some pictures at the links below. The first link has some maintenance vehicles for trains and the second link is flatbed and box vans for your town. (URL) Paul Foster (URL) (27 years ago, 13-May-99, to lugnet.build, lugnet.trains)
 
  new technic part
 
The rather odd-looking 8252 Beach Buster uses a strange new part to hold its separate modules together. The shape is like half a friction peg, then a stop bushing, and then another half friction peg; this setup twice side-by-side, bridged via the (...) (27 years ago, 13-May-99, to lugnet.general)
 
  Go to Charlotte, NC...
 
If you are looking for Star Wars Legos, go to the Pineville suburb of Charlotte, NC and the Toys R Us there. They have EVERY set and plenty of them. They had ten Tie Fighter & Y-Wing sets and more in the back. If you need help getting there, take (...) (27 years ago, 13-May-99, to lugnet.loc.us.nc.ral)
 
  Re: Lego "pegging" disks
 
Dunno, but I have several of these gears, no box or anything else, that I would trade away. If anyone is interested, I'll dig them all out and get a list of which ones I have. (...) -- | Tom Stangl, Technical Support Netscape Communications Corp | | (...) (27 years ago, 13-May-99, to lugnet.robotics, lugnet.build)
 
  Re: Do you separate old vs. new LEGO?
 
Yep. I'm in the same boat, less than 5% worn Lego (mainly because I sold most of my old Lego to finance buying a lot of the new Lego), so I keep it in a separate tub. (...) -- | Tom Stangl, Technical Support Netscape Communications Corp | | Please (...) (27 years ago, 13-May-99, to lugnet.build)
 
  Re: You know, all this computer science talk doesn't really belong here.
 
(...) Yeah, thats a problem with recursion. If you're not careful, the stack . . BOOOOM!!!...!!! 1202 alarm What was I talking about? (Sorry, I just couldn't resist) Jeff Jackowski (URL) you check the web site first?: (URL) (27 years ago, 13-May-99, to lugnet.robotics)
 
  Re: recursion (was RE: Would-be hacker queries.)
 
If the CPU then the hardware (datapath) or the microcode? -- Richard Clemens Associate Professor Computer Science Department West Virginia Wesleyan College Buckhannon, West Virginia 26201 clemens@wvwc.edu 304.473.8421 ----- Original Message ----- (...) (27 years ago, 13-May-99, to lugnet.robotics)
 
  Re: Rock Raiders out
 
Frank Filz <ffilz@mindspring.com> wrote in message news:373B0CC3.7BCD@m...ing.com... [regarding 4970] (...) Those are actually part of a 'mega piece'. There are many 'mega pieces' in the set including these fender pieces, the chassis, the cockpit, (...) (27 years ago, 13-May-99, to lugnet.general)
 
  Re: Custom TIE/ln Fighter
 
(...) good stuff, jeff makes a great companion model to the official darth's tie ..joseph g (27 years ago, 13-May-99, to lugnet.cad.dat.models)
 
  Re: recursion (was RE: Would-be hacker queries.) (fwd)
 
(...) Yep, my question was merely meant to provoke discussion on if the original point could actually be used to prove or disprove all recursion being able to be implemented as iteration. Ugh, what a sentence. Essentially it still just boils down to (...) (27 years ago, 13-May-99, to lugnet.robotics)
 
  Re: Lego "pegging" disks
 
(...) Now that you mention them I remember I have some too! Pre-Technic Lego gears. They are HUGE. I guess I got mine in the first half of the seventies. There was a very nice black chain too with two studs on each piece, ideal to join any standard (...) (27 years ago, 13-May-99, to lugnet.robotics, lugnet.build)
 
  Re: recursion (was RE: Would-be hacker queries.) (fwd)
 
----- Forwarded message from Paul Speed ----- Date: Thu, 13 May 1999 12:50:37 -0400 From: Paul Speed <pspeed@augustschell.com> Subject: Re: recursion (was RE: Would-be hacker queries.) (fwd) (...) How would it jump back to the original tape? ----- (...) (27 years ago, 13-May-99, to lugnet.robotics)
 
  The Castle Theme
 
What is the status of the venerable old castle theme. I have been reading some of the posting and they hint at the theme is dead. Can someone verify or deny. Have they gone into turret defilade or what. I did not mind the change of pace with the (...) (27 years ago, 13-May-99, to lugnet.general)
 
  Re: Do you separate old vs. new LEGO?
 
Gary Istok wrote (...) Yes, especially since I wasn't that careful in taking care of my Lego as a child, so it is noticeably scratched up. I do this for the exact same reason, when I build something I want it to look clean and consistent, and those (...) (27 years ago, 13-May-99, to lugnet.build)
 
  Re: Rock Raiders out
 
(...) I'm curious about the rest of the body. It looks like it has some inverse slopes on the side above the wheels. Are these individual inverse slope bricks, or another mega piece? (27 years ago, 13-May-99, to lugnet.general)
 
  Re: You know, all this computer science talk doesn't really belong here.
 
(...) another group to disuade people (...) iteration versus recursion (...) which is actually supposed (...) At the risk of taking another thread down, I would caution you about taking this attitude. I am one of the first to admit that the (...) (27 years ago, 13-May-99, to lugnet.robotics)
 
  Custom TIE/ln Fighter  [DAT]
 
This is my custom TIE Fighter. It is missing the 2x2 cylinder tiles with the Empire's Symbol (replaced with a plain one) and the Cockpit dome, but it should be easy to spot where they are supposed to go. Jeff 0 T.I.E Fighter 0 Name: TIE_Ftr.dat 0 (...) (27 years ago, 13-May-99, to lugnet.cad.dat.models)
 
  Re: recursion (was RE: Would-be hacker queries.)
 
Ackermann's Function ---...--- Function ack(n, m: integer): integer; Begin If m = 0 Then ack = n + 1 Else If n = 0 Then ack = ack(m-1, 1) Else ack = ack(m-1, ack(m, n-1)) End; Funny what sticks in your mind! As far as I know, the only significance (...) (27 years ago, 13-May-99, to lugnet.robotics)

Skipped 3 messages in groups lugnet.off-topic.debate, lugnet.off-topic.fun (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