To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.off-topic.geekOpen lugnet.off-topic.geek in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Off-Topic / Geek / 3615 (-20)
  Re: lego turing machine
 
murphy's law at its best: due to bandwith problems, my server has cut off my page. it now 1:30 am., and i've finally got a mirror up on an old yahoo account. it should do fine. looks like 0catch.com had a very big catch. www.geocities.com/aatishb/ (...) (23 years ago, 28-Mar-02, to lugnet.off-topic.geek, lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Re: lego turing machine
 
I umm.. forgot to post the site along with the message. sorry. (smiling sheepishly) (URL) Bhatia" <aatish@mac.com> wrote in message news:Gtp1qJ.801@lugnet.com... (...) pics (...) technically (...) and (...) code (...) minimalistic, (...) (23 years ago, 28-Mar-02, to lugnet.off-topic.geek, lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  turing machine follow up
 
I umm.. forgot to post the site along with the message. sorry. (smiling sheepishly) (URL) (23 years ago, 28-Mar-02, to lugnet.off-topic.geek, lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  lego turing machine
 
I have developed and tested extensively a lego turing machine. Info and pics are up on my site if you're interested. Please note that this is technically not a turing machine as I have used a read only mechanism. I've spent the last hour or so (...) (23 years ago, 28-Mar-02, to lugnet.off-topic.geek, lugnet.robotics, lugnet.robotics.rcx.nqc)
 
  Re: Kinda long eBook thing...
 
"richard marchetti" <blueofnoon@aol.com> wrote in message news:GtLswC.Lx1@lugnet.com... (...) encryption (...) it (...) Cool, a subject I know something about :) I went on a training course at Microsoft in Seattle last year specifically on eBook (...) (23 years ago, 27-Mar-02, to lugnet.off-topic.geek, lugnet.off-topic.fun, lugnet.off-topic.debate)
 
  Kinda long eBook thing...
 
Hey Y'all: I had no idea where else to discuss this issue -- and this group seems gadget and technology interested enough to suit my purposes. Anyway, here it is... Of late I have become interested in eBooks or eTexts and have been looking at the (...) (23 years ago, 26-Mar-02, to lugnet.off-topic.geek, lugnet.off-topic.fun, lugnet.off-topic.debate)
 
  Re: Empire's Age?
 
(...) <snip> (...) Um, colored me confused, but I don't remember Earth importing any electronics?!? (...) -Jason +---...---+ Jason Spears MichLUG - (URL) Page - (URL) Store - (URL) (23 years ago, 23-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) Chris, Save the attached Perl5 program to a file (parse.pl) and try this: cat bynumber.txt | perl parse.pl | more --Todd -=-=-=-=-=-=-=-=-=-=...=-=-=-=-=- #!/usr/local/bin/perl5 -w use strict; while (<STDIN>) { last if m/^_/; } # Skip document (...) (23 years ago, 20-Mar-02, to lugnet.off-topic.geek)
 
  Re: Anyone know of a free NNTP proxy that will run on NT/2K?
 
"Matthew Miller" <mattdm@mattdm.org> wrote in message news:slrna9hens.8v9.....bu.edu... (...) Maybe (...) Cool, I'll take a look. I only need one connection - being the admin I'll be the only person who knows it's running ;) Dan (23 years ago, 20-Mar-02, to lugnet.off-topic.geek)
 
  Re: Gallery cookies fixed?
 
Netscape still won't let me remain logged in. Hasn't for over a month. And my software hasn't changed. Internet Explore will let me log in and stay, but Javascript Errors out every time I try to up load a picture. What happened to the browse and (...) (23 years ago, 20-Mar-02, to lugnet.off-topic.geek)
 
  Re: Anyone know of a free NNTP proxy that will run on NT/2K?
 
(...) Oh, and: last I checked, they had a free two-connection-only license. Maybe that's changed. (23 years ago, 20-Mar-02, to lugnet.off-topic.geek)
 
  Re: Anyone know of a free NNTP proxy that will run on NT/2K?
 
(...) Get DNews. It's not a proxy, but it can be configured as a "sucking" news server, which won't require a lot of disk space. (23 years ago, 20-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) well, $set gets assigned each element in the array, in order. so if your array is "1", "10", "20", "this-string", $set will get each of these values, then run the code block. (...) maybe I'm misunderstanding again... @array = split /\t/, (...) (23 years ago, 18-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) The example at (URL) suggested using : for (@lines) {do stuff} But that didn't seem to work. I'm looking at a simple tutorial on foreach, but I don't get what the $set means or does for the loop. In your example, is it doing something like (...) (23 years ago, 18-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) first of all, you're running an open ended loop on the array, when you can just run through each element: foreach $set (@sets) { (...) that trailing ']' is a typo, right? I'm not running this, but I think that would be a syntax error... (...) (...) (23 years ago, 18-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) Well, I've discarded the first part...the explanatory text up through the big ________. Then I've read the rest of the file into an array where each item in the array is one line. So now I'm trying to split() the @array[items] by column, (...) (23 years ago, 18-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) ahhh, you said the magic word (perl) :) If you could explain to me exactly what you need, I'll give ya a script that will do it :) (...) you could use perl for that too, except that why load the server more then you need to? get the list file, (...) (23 years ago, 18-Mar-02, to lugnet.off-topic.geek)
 
  Re: Access a LEGO set DB with your phone!
 
(...) I were a programmer! I've spent the last eight hours trying to learn enough perl to massage the data into a multidimensional array, but I think I'm giving up, for the day at least. I can't find a reference, tutorial, or FAQ that describes more (...) (23 years ago, 17-Mar-02, to lugnet.off-topic.geek)
 
  Anyone know of a free NNTP proxy that will run on NT/2K?
 
I'm trying to find a free NNTP proxy I could run on NT and/or 2K. I have a home connection with an ISP that does not provide a news server for reading/posting, but at work my whole LAN has full read/post access via the ISP used there. What I would (...) (23 years ago, 15-Mar-02, to lugnet.off-topic.geek)
 
  Re: Lego Scale Conversion Tool
 
(...) I knew I was above average. It seems that my height is as well. :) (...) Quite true. I wonder, does this hold true for women as well as men? I've noticed that men in the south are definately generally taller than men up north, but what about (...) (23 years ago, 14-Mar-02, to lugnet.off-topic.geek)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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