 | | 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)
|