To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
To LUGNET News Traffic PageSign In (Members)
  *36025 (-20)
  Attachement
 
Please do NOT send attachements to the mailgroup. Please send them directly to the person it belongs....... Thanks Tom -- Thomas Hauri ZHW Zuercher Hochschule Winterthur University of applied sciences Technikumstr.9 /PF CH-8401 Winterthur (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
 
  Toymaker Lego Reports First Loss
 
from (URL) Lego Reports First Loss COPENHAGEN, Denmark (AP) _ Danish toymaker Lego lost 194 million kroner, or $27.7 million, in 1998 for its first annual loss since the company was founded in the 1930s. The loss, which had been expected, was (...) (27 years ago, 12-May-99, to lugnet.general)
 
  Re: zxt614,rue250
 
Hello Eduardo I have some ZTX614 devices, let me know your address and I will send you a couple. I also have some spare handy board pcb's if anyone in Europe is interested. Colin (...) -- Colin Barnard cgb@dcs.qmw.ac.uk Department of Computer (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
 
  Re: TM's 12V Train and 9V Monorail Auction (FINAL)
 
NOTE: All lots except one have sold. The unsold lot is being withdrawn. Thanks to everyone for participating in the auction. I hope you all enjoy your new sets. Welcome to my 12V Train and 9V Monorail auction. See the auction rules below. This (...) (27 years ago, 12-May-99, to lugnet.market.auction)
 
  Moving AUCTION (Update 17)-All sets Going 2 - Many Sold
 
Hi, Sets with no bidding activity in 24 hours will be Sold on the following update. New Sets in Sealed Boxes Set Number:Set Name: Bid (US$): Bidder: Status: 6991 Monorail Transport Base $150 E. Lee SOLD 1 6991 Monorail Transport Base $150 GB Chek (...) (27 years ago, 12-May-99, to lugnet.market.auction)
 
  Re: Star Wars fixes
 
(...) Yup. (...) Ah, nice one. I think I would say that that was a minifig, because of the standard head. (...) The torsos still accept the new-style legs though, don't they? Do they have long neck studs, or did the torso just have a normal stud on (...) (27 years ago, 12-May-99, to lugnet.admin.database, lugnet.starwars)
 
  Re: A recursion question/test...
 
It should be pointed out that the problem of summing the first n natural numbers is isomorphic to that of finding the factorial of n. Compare these two functions FUNCTION sum(n: natural): natural = IF n = 0 THEN 0 ELSE n + sum(n - 1) FUNCTION fac(n: (...) (27 years ago, 12-May-99, to lugnet.robotics)
 
  Re: Payment to the UK
 
(...) to (...) I have been handling US$ checks for a while, both through LEGO transactions and my shareware efforts. Barclays accept personal checks drawn on US banks no problem and charge a sliding scale 4-9GBP depending on the *total* value of (...) (27 years ago, 12-May-99, to lugnet.loc.uk)
 
  Re: Episode 1 sets anywhere? (Ha ha ha)
 
(...) That was the gist of the piece, but LEGO was not specifically mentioned. Probably only applies to stuff made by US companies. I don't think we'll have a problem with LEGO stuff. Huw (27 years ago, 12-May-99, to lugnet.loc.uk)
 
  HOW TO UNSUBSCRIBE
 
greetings all, the time has arisen for the periodic unsubscribe reminder. 1. to unsubscribe from the Handy Board mailing list, send a request to Fred Martin, fredm@media.mit.edu. 2. Word has it that the one person who can actually take you OFF the (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
 
  Re: A recursion question/test...
 
(...) int sum(int n) { return n*(n-1)/2; } A degenerate recursive algorithm, of course. Cheers, Ben. -- (URL) grandfather once told me that there are two kinds of people: those who work and those who take the credit. He told me to try to be in the (...) (27 years ago, 12-May-99, to lugnet.robotics)
 
  Re: Multitasker test script
 
My DEFCON code multitasks OK (except when it tries to STOP). I doesn't actually work yet because it needs SendMessage (or non-blocking EMIT) but I'll post it here if anyone is interested (actually I'll post it unless anyone objects). (27 years ago, 12-May-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Plaatselijke contacten leggen (was Re: Wanneer E1 SW in Nederland?
 
N. Hoogerbrug wrote in message <37392A6E.9EF1D465@k...are.nl>... (...) Prima aanvulling, Nico. Maar voor de goede orde: het genoemde 'gastenboek' is geenszins bedoeld als een club naast De Bouwsteen. Er is geen sprake van een lidmaatschap van het (...) (27 years ago, 12-May-99, to lugnet.loc.nl)
 
  Re: Would-be hacker queries. (fwd)
 
(...) That is a rather limited version of recursion, which does not, in general, require f(n-1) to evaluate f(n). What you have described is actually (a subset of) partial recursion, which is provably incomplete (i.e. cannot implement some (...) (27 years ago, 12-May-99, to lugnet.robotics)
 
  Re: MC34064
 
Daniel, Okay, I dug up my old email: (...) -- Jeff ___...___ \ Jeff Loeliger Motorola SPS \ \ mailto:r12110@email.sps.mot.com Systems Engineering Department\ \ phone: +44-1355-35-5400 Powertrain Systems Division \ \ fax : +44-1355-35-6300 East (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
 
  Greetings to other melbournites out there.....
 
if there are any? Not much activity here! I'm looking for good places to get hold of some specific pieces, for instance the polarity reversal switch, pneumatic compressor (the little one) and some electric plates. Can't find much online.... where (...) (27 years ago, 12-May-99, to lugnet.loc.au.vic.mel)
 
  mindstorms - motors and stuff
 
Just wondering - I've seen people hook up 2 motors to a port - how many is it safe to use? How much current can this thing supply? Can it drive the old-style 9V motors? (27 years ago, 12-May-99, to lugnet.robotics)
 
  Re: DS1233
 
I used the Motorola 34064 instead of the Dallas 1233 since one year. Functionaly, It seems to work fine. Nevertheless, the chip seems warm. Recently, 2 68hc11 died on my board, apparently without any reason. I wonder if this is due to the current (...) (27 years ago, 12-May-99, to lugnet.robotics.handyboard)
 
  WTB: 6 White pithe helmets & 6 brown backpacks
 
Hello, I would like to buy 6 white pithe helmets and 6 brown old style backpacks please email your offers also 6 gray rifle is also needed. thank you Doyle (27 years ago, 12-May-99, to lugnet.market.buy-sell-trade)
 
  Re: Piece sorting (was: building exhaustion)
 
(...) windows, (...) I agree! I use almost the same system: 1x2, 1x3 and 2x2 L plates 1x4 - 1x10 plates 2x2 - 2x16 plates 4x X plates, wings, etc. everything 1x1 (plates and full-hights) everything with no studs on it 1x2, 1x3 and 2x2 L bricks 1x4 - (...) (27 years ago, 12-May-99, to lugnet.storage)

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