 | | 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!" (26 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 (26 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 (26 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
|
|
 | | Re: Parsing Pause database
|
|
(...) :) now. (26 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) (26 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
|
|
 | | Re: Why are my fonts broken?
|
|
(...) No, it's broken that way. If you change the font size to bigger manually, it goes and changes it back. I wonder though about the advice in the howto -- you can probably change what 12pt _is_. (...) I'd recommend getting a daily build (or the (...) (26 years ago, 14-Jan-00, to lugnet.off-topic.geek)
|
|
 | | Re: Parsing Pause database
|
|
(...) Huh. I don't know of such a thing, but it wouldn't be very hard to make. Perhaps if I'm bored while on vacation... :) (26 years ago, 14-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
|
|
 | | Re: Why are my fonts broken?
|
|
(...) Ahh, many thanks. Things are much improved now. Not perfect yet, but no longer incredibly painful to try to read. (...) Things seem to be working okie-dokie for me in Netscape Navigator except for one big thing: It insists on always rendering (...) (26 years ago, 14-Jan-00, to lugnet.off-topic.geek)
|
|
 | | Parsing Pause database
|
|
Has anyone coded some kind of utility which performs something similar to the following: Input: text file with list of set numbers Output: text file with set number, set name, number of pieces, and retail price I suppose the output would be (...) (26 years ago, 13-Jan-00, to lugnet.general, lugnet.admin.general, lugnet.off-topic.geek)
|
|
 | | Re: M$
|
|
(...) Cheers, - jsproat (26 years ago, 13-Jan-00, to lugnet.off-topic.geek)
|