Tagged Questions

0
votes
2answers
70 views

What Is The Best Python Zip Module To Handle Large Files?

EDIT: Specifically compression and extraction speeds. Any Suggestions? Thanks
3
votes
1answer
37 views

Microsoft research on fact extraction from the web?

Some time ago I had accidentally found website which was apparently product of Microsoft research on fact extraction from the web, more specifically from the Wikipedia. Right now I …
0
votes
1answer
47 views

Extracting pure content / text from HTML Pages by excluding navigation and chrome content

Hi, I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc I plugged into the webkit parser code to easily navigate webpage as a tree. T …
1
vote
1answer
30 views

Third party decompression on Blackberry

I know the BB only handles GZip and ZLib compression/decompression. my app gets essentially a zip file containing a large number of possible file types (txt, doc, html, wmv, png, g …
0
votes
1answer
45 views

efficient TIFF tile extraction C++

I am working with 1gb large tiff images of around 20000 x 20000 pixels. I need to extract several tiles (of about 300x300 pixels) out of the images, in random positions. I tried t …
0
votes
2answers
53 views

How can I extract the first paragraph of a PDF document using Perl’s CAM::PDF?

How can I extract the first paragraph of a PDF document using Perl's CAM::PDF?
0
votes
3answers
98 views

Extracting caption from alt attribute and inserting into a div

Hi people! I am using the rather lovely jQuery slideviewer 1.1 plugin on a site at the moment, but would like to extract the alt attribute from images displayed and insert them in …
0
votes
1answer
48 views

Looking for a generic XMLrequest and data extraction script

Hello, I am also looking for a Python script to do the following: Send an http request to a remote geodata server and read the data into our existing Python geoprocessing scrip …
1
vote
1answer
28 views

How to extract attachments from a ZFO?

Does anyone know how to extract the attachments from a .zfo file (602 form filler). Its a format based on openXML. Thank you
1
vote
3answers
70 views

How can I extract objects from a bitmap image?

I have a bitmap with black background and some random objects in white. How can I identify these separate objects and extract them from the bitmap?
0
votes
3answers
35 views

Simplehtmldom - curl, loops, arrays?

Hello. Pse forgive what is most likely a stupid question. I've successfully managed to follow the simplehtmldom examples and get data that I want off one webpage. I want to be …
2
votes
4answers
301 views

Best open source library or application to crawl and data mine web sites

I would like to know what is the best eopen-source library for crawling and analyzing websites. One example would be a crawler property agencies, where I would like to grab informa …
1
vote
1answer
37 views

What code libraries are there to rip audio CDs that are suitable for commerical use?

What code libraries are there to rip audio CDs (e.g. DAE, Digital Audio Extraction)? Must be suitable for commerical use (e.g., no GPL) Preferably free. Linux or FreeBSD or Windo …
1
vote
4answers
100 views

TCP flow extraction

Hello My Friends, I need to extract TCP Flows with their content from dump file and then save their flow into other file each flow separately, does any one know a tool for processi …
0
votes
2answers
52 views

Is it possible to get any database’s elements as a set queriable classes with EF?

Hello, I'm trying to make an application in which both the developer and the end user are allowed retrieve data from a relational DB (chosen at runtime) without writing any SQL co …

1 2 3 next
15 30 50 per page