Re: Java Parser

2001-07-12 Thread Bill Janssen
Bill, you can pull the image-writing code from what I've done for netpbm. Bill

PalmGear.com Developer Announcement

2001-07-12 Thread developers
Greetings from PalmGear.com! Hey guys great jjob this is a test! Regards, GeddenGuy, PalmGear.com http://www.palmgear.com "The One Stop Source for your Palm OS Based Organizer!" and

PalmGear.com Developer Announcement

2001-07-12 Thread developers
Greetings from PalmGear.com! Hey guys great jjob this is a test! Regards, GeddenGuy, PalmGear.com http://www.palmgear.com "The One Stop Source for your Palm OS Based Organizer!" and

A good parser base to start upon

2001-07-12 Thread David A. Desrosiers
I recommended this about a year ago I think, and it sort of fell through the cracks, but let's try again. If anyone hasn't yet taken a look at 'Pavuk', or tested it, you might want to try it. The main page is here: http://www.idata.sk/~ondrej/pavuk/ It is a full-blown sp

Re: Java Parser

2001-07-12 Thread Dale Applegate
Sorry I wasn't clear, the parser isn't itself multithreaded, the Java process that needs the services of a plucker parser is. I mentioned that the consuming app is multithreaded because this influences the viability of any *plucking* solutions it would use, and not because the parser itself i

Re: Plucker und automatische Proxconfiguration unter Windows NT

2001-07-12 Thread MJ Ray
[EMAIL PROTECTED] writes: > Mein Problem: Ich bin oft auf Dienstreisen und würde meinen Palm auch gerne > von meinem Arbeitsplatz unter NT aufladen. Gibt es eine Möglichkeit dies über > automatische Proxykonfiguration zu erledigen (siehe entsprechende Option in > Netscape)? Nein. Plucker mußt m

Plucker und automatische Proxconfiguration unter Windows NT

2001-07-12 Thread trashware
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, erstmal ein großes Kompliment zu Plucker! Unter Linux läuft bei mir alles wunderbar. Mein Problem: Ich bin oft auf Dienstreisen und würde meinen Palm auch gerne von meinem Arbeitsplatz unter NT aufladen. Gibt es eine Möglichkeit dies über auto

Re: Java Parser

2001-07-12 Thread Dave O'Neill
On Thu, 12 Jul 2001, Dale Applegate wrote: > I have written one. Here is why: I wanted to dynamically pluck,parse, > and package a plucker db from a multithreaded Java process (A Java web > application), and send this db over the internet to a waiting Hotsync > conduit or directly to the browser

Re: Java Parser

2001-07-12 Thread Dale Applegate
I have written one. Here is why: I wanted to dynamically pluck,parse, and package a plucker db from a multithreaded Java process (A Java web application), and send this db over the internet to a waiting Hotsync conduit or directly to the browser. Writing a parser in Java seemed the smoothest

Re: Java Parser

2001-07-12 Thread Bill Nalen/Towers Perrin
Don't forget I'm writing a port of the python parser in C++ to be used with a Palm conduit. The parser code should be able to be pulled out of the conduit code and used stand alone (I have test code that does just that). To date, it does almost everything except images. Bill