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 / *1065 (-20)
  Re: Help with Geocities
 
(...) give (...) Hi James, I do have also a problem to upload .DAT & .MPD files. Now i just found at there following page that they *** don't support .CGI & .EXE files for security reasons.*** For more information abouth the supported file name (...) (25 years ago, 16-Jan-00, to lugnet.off-topic.geek)
 
  Re: Help with Geocities
 
(...) give (...) And I do have problems to post .DAT and .MPD files to Geocities. They answer me that those are invalid extensions. What to do ? Any help welcome. Regards, Ludo (25 years ago, 16-Jan-00, to lugnet.off-topic.geek)
 
  Help with Geocities
 
Could someone help me? I have a Geocities account (URL) you want to check it out. anyway, what I need help with is this: I have a video clip on the page right now, but I cannot get it to the right file name (.exe) or figure out how to type in html (...) (25 years ago, 16-Jan-00, to lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) Done. I wrote a little C program, which grabbed everything I needed from the bynumber.txt file almost instantly (for 168 sets). For some reason, it couldn't handle 3 digit numbers, but there were only three of those, so I copied them manually. (...) (25 years ago, 16-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Linux Certifications
 
Jasper wrote... (...) BOFH? I know by the time they get to me, I want to see technical compenancy, though for the NT Support folks they won't have even gotten to me without the paper. (...) unfortunately, I agree - though that goes for CNEs as well (...) (25 years ago, 15-Jan-00, to lugnet.off-topic.geek)
 
  Re: Linux Certifications
 
"Jasper Janssen" <jasper@janssen.dynip.com> wrote in message news:3890e51e.248055...net.com... (...) or (...) or... (...) been (...) (25 years ago, 15-Jan-00, to lugnet.off-topic.geek)
 
  Re: Linux Certifications
 
(...) Heh. Yeah, for small networks, you really can. In fact, for usability's sake, I'd much rather turn one of my spare PC's into a "router" than buy even a used Cisco router. Not sure I'd do it with NT rather than Linux, though. I'm hoping I can (...) (25 years ago, 15-Jan-00, to lugnet.off-topic.geek)
 
  Re: Linux Certifications
 
(...) If you're being hired by HR, they're useless. If a BOFH is sitting in, he may give you a bit of benefit of the doubt. If the panel is composed of BOFHs only, they'll want you to show competency rather than the ability to get certified. (...) (...) (25 years ago, 15-Jan-00, to lugnet.off-topic.geek)
 
  Outlook Express Q:
 
I can't seem to be able to click on links with in the LUGNET news posts, and have explorer automatically load that link. I recently got a new computer, and I suspect tat it is just a setting somewhere, but I can not find it for the life of me. Any (...) (25 years ago, 15-Jan-00, to lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) Thanks. I'll see what I can do with it... --Bram Bram Lambrecht / o o \ BramL@juno.com ---...---oooo-----(_...o---...--- WWW: (URL) (25 years ago, 15-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
BramL@JUNO.com (Bram Lambrecht) wrote in <FoCz5y.DMp@lugnet.com>: (...) <STDIN>; (...) copy of (...) some (...) Bram, check out: (URL) think the files referenced on those pages are already basically in the format you're looking for. That's where (...) (25 years ago, 15-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) What exactly does this bit of code do? How do I use it? (I've done some programming, but only in C, and nothing really fancy) Where can I get a copy of bynumber.txt?--if it includes all the info I need, I could probably throw some code (...) (25 years ago, 15-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) I don't care how ugly it is as long as it works and its not to hard to use...where can I get it? --Bram (25 years ago, 15-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: M$
 
(...) Hmmm... My kneejerk reaction to that is, "Wasn't Bill already in the fun part?" After all, he just likes to make money. He personally has demonstrated or technical expertise or vision. Unless BASIC can be considered state-of-the-art... But I (...) (25 years ago, 14-Jan-00, to lugnet.off-topic.geek)
 
  (canceled)
 
 
  Re: M$
 
(...) or like Bill has finally gotten sick of the business of business and wants to get back to the fun part... wouldn't we all! -- -Steven "Nothin' But Net!" (25 years ago, 14-Jan-00, to lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) I wrote such a script. However, it is really ugly: it's mostly Tcl but it calls perl to do the DB query. It should be all perl (it would be much easier/shorter/quicker) but it grew out of something else I was playing with in Tcl. Steve (25 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) Here's a q&d pseudo-grep, if that helps... #!/bin/sh cat /home/username/lego/...number.txt | \ perl -e 'my %x = map {(split(/\t/,$_,2))[0], $_} grep {/^\d.*\t/} <STDIN>; print join "", map {$x{$_}} @ARGV;' $* --Todd (25 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) :) now. (25 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
 
  Re: Parsing Pause database
 
(...) If you have time, please do :) (When's your vacation?) --Bram Bram Lambrecht / o o \ BramL@juno.com ---...---oooo-----(_...o---...--- WWW: (URL) (25 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, 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