Re[2]: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread José Mejuto
Hello FPC-Pascal, Tuesday, February 15, 2011, 6:08:29 PM, you wrote: i> I have a spelling error, it's HTML scraping, it means to read HTML (and few i> other contents on the web), and extract information using for example CSS i> elements (that is #id .class:first) will brings the first data inside

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread ik
On Tue, Feb 15, 2011 at 16:04, Ben wrote: > What does a "html scrapping library" do? > I have a spelling error, it's HTML scraping, it means to read HTML (and few other contents on the web), and extract information using for example CSS elements (that is #id .class:first) will brings the first d

Re: [fpc-pascal] Synaser on ARM

2011-02-15 Thread greim
Hi Nataraj Are you using Angstrom tool chain on Gumstix Overo? Is it uclibc based? glibc AFAIK.. I do have my share of woes on Codesourcery TC for fpc. ... sorry i am not sure if i had understand your comment right i fear.. I was using the libs found at free-electrons (see last mail ). R

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread Cees Binkhorst
http://en.wikipedia.org/wiki/ScraperWiki On 02/15/2011 03:12 PM, Felipe Monteiro de Carvalho wrote: > On Tue, Feb 15, 2011 at 3:09 PM, Gene Buckle wrote: >> The person may mean "scraping" (to scrape). > > Didn't help much at least to me. > ___ fpc-pas

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread Felipe Monteiro de Carvalho
On Tue, Feb 15, 2011 at 3:09 PM, Gene Buckle wrote: > The person may mean "scraping" (to scrape). Didn't help much at least to me. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/m

Re: [fpc-pascal] Re: html scrapping library

2011-02-15 Thread Gene Buckle
On Tue, 15 Feb 2011, Ben wrote: What does a "html scrapping library" do? The person may mean "scraping" (to scrape). g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. http://www.simpits.org/geneb - The Me-109F/X Project ScarletDME - The red hot Data Manage

[fpc-pascal] Re: html scrapping library

2011-02-15 Thread Ben
What does a "html scrapping library" do? -- Ben. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] html scrapping library

2011-02-15 Thread ik
Hello, Does anyone know of FPC/Object Pascal in Linux an HTML scrapping library ? I wish to create a small application for my cell phone (N900) and wanted to use FPC+Lazarus instead of doing it with Ruby (and release it under MIT). Thanks, Ido LINESIP - Opening the source for communication http:

Re: [fpc-pascal] Synaser on ARM

2011-02-15 Thread Nataraj S Narayan
Markus Are you using Angstrom tool chain on Gumstix Overo? Is it uclibc based? I do have my share of woes on Codesourcery TC for fpc. regards Nataraj On Mon, Feb 14, 2011 at 4:28 PM, greim wrote: > Hi a short howto for all trying to use the serial port on ARM Linux > > After fighting several

Re: [fpc-pascal] Android calling JNI functions crash

2011-02-15 Thread Felipe Monteiro de Carvalho
No idea, I always use Linux, but if no-one has a better idea, I would suggest that you try first using the linux cross-compiler, just to check if the crash is really related to the binutils. There are some instructions here: http://wiki.lazarus.freepascal.org/Android_Interface#Configuring_the_Free