The extraction tag has no wiki summary.
0
votes
1answer
8 views
Gerrit code/peer review data extraction
I want to extract data of code review repository for projects using Gerrit or Rietveld review system like Android, Google chromium, Firefox, Eclipse. Are there any APIs to perform extraction?
1
vote
1answer
20 views
How to extract Title and description of a url using php
I trying to extract title, description and keywords of url. The code below is working fine for a single line description but not for multiple line description. Could anyone help regarding this. It ...
1
vote
1answer
35 views
PHP ZipArchive fails to extract CSV files properly
A real head scratcher this one - any help would be gratefully received.
I have been using the zipArchive library to extract csv files from a zip.
Oddly, it will only extract 40 files properly. ...
1
vote
1answer
15 views
How to extract a file from an rpm to the current directory?
I recently found out about the existence of cpio and how it can be used, among many other things, to extract individual files from an rpm in conjunction with the rpm2cpio tool, like this:
rpm2cpio ...
1
vote
5answers
63 views
extracting fasta sequences based on position
I am a newbie to perl. Still learning.
I have a file in the fasta format. I would like to extract the sequences spanning a particular position. For example, from position 200 to 300
>Contig[0001]
...
2
votes
5answers
48 views
C# - Passing delegate a param and extracting it
I have the following delegation situation:
string myVal = "test";
Step(x => MethodToInvoke(myVal));
private T Step<T>(Func<string, T> method){
str = ;//Where do I get the string ...
0
votes
0answers
13 views
Term extraction, how to make a language file
I've downloaded the Term extraction from FiveFilters.org and I want to make my own (dutch) language file. But I do not know how to make one. When I look in the english data file, i see this:
...
0
votes
0answers
74 views
how can we extract text from pdf using itextsharp with spaces?
I am using below method to extract pdf text line by line. But problem that, it is not reading spaces between words and figures. what could be the solution for this ??
I just want to create a list of ...
1
vote
2answers
80 views
Extracting vertices from fbx model using C# and XNA 4.0
I am attempting to iterate through the vertices of an FBX model using C# and XNA 4.0. I think that if I can get access to the vertices, then I'll be able to access the other parts such as face ...
0
votes
2answers
33 views
get numbers with regex in php
I am trying to extract all the numbers from a page.
The page looks like this:
....lots of html code ....
<script>
..some code...
...
0
votes
0answers
44 views
How to extract txt from epub format for iOS
I want to extract text from epub file for my text to speech iOS app.
It would be great if I can do that within iOS device using some library, but I also wonder if it should be handled on the server ...
2
votes
2answers
118 views
passing a stringstream to istream using operator >>
I am trying to pass a stringstream into an object(class) that has an overloaded extraction operator >> that is declared and defined. For example, the declaration for the overloaded extraction ...
0
votes
0answers
6 views
Zimbra file download
I want to copy all of files from my briefcase to external hard drive. There is really a big bunch of files, about 500Gb of information. So when I'm mounting my briefcase via WebDav protocol download ...
0
votes
3answers
92 views
Limiting XSLT text extraction to specific fields
Still pretty new to XSLT; I'm trying to extract certain fields, and only certain fields from an XML file using XSLT (1.0). Here's a simplified form of the actual XML document:
<?xml version="1.0" ...
0
votes
0answers
18 views
Extracting part of an image using Leptonica
Is there a function within the Leptonica Lib that will create a small image from a selected and cut portion of a larger image. The selection is done with:
clipbox = boxCreate(x_LOW, y_LOW, x_HI, ...
-3
votes
1answer
95 views
Extract object after watershed segmentation
I have segmented my image using the Watershed algorithm, the result is pretty satisfying.
Now, I would like to extract and store what has been segmented but I don't really know how to do it.
Do you ...
0
votes
0answers
23 views
PHP subpages extractor for particular webpage
Is it possible by PHP code to extract all subpages links for particular website
For example
We have completely independent and not linked pages in on web address
examplepage.com (contains just Hello ...
0
votes
1answer
20 views
extracting column from matrix
Alright so I was just wondering how I would extract a column from a matrix. This would be using a user defined in function.
so for example:
D = [[2,9], [5,2], [1,0]]
def col(B,j):
print(col(D,0))
...
3
votes
1answer
70 views
why does std::getline fails after using operator>> twice?
I have the given input:
local
127.0.0.1 localhost
other
next
Using the following code the output is a blank where I expected other. The output is "output: "
#include <iostream>
using ...
-2
votes
4answers
55 views
How can I extract part of a line using Perl? [closed]
I have a small problem in Perl described below:
I have a file like this:
hello friends -> Hello (0.2)
hello friends -> Hello my friends (0.2)
I would like to extract only phrases just ...
-4
votes
3answers
42 views
Breaking out of php, but retain extraction results [closed]
basically I am writing some some code that extracts data from a database about users and then displays it via php/html. I have a large amount of html that displays this data, and I think I should ...
0
votes
1answer
55 views
Looping Regression extraction for each regression
I can see this has been almost done before, but i am new to R, and can't figure it out. Pretty much, i have a regression loop (please don't criticise for data-mining) and i need to report some things ...
1
vote
1answer
86 views
How to extract function prototype from an ELF file?
I have been searching quite a lot, but haven't found a way to extract function prototype, atleast the argument types and return type from an ELF executable file. Using GNU BinUtils or any other ...
2
votes
1answer
40 views
Extract information in a span over multiple HTML documents
I have a problem in which I have around 700 html documents, each containing one letter contained in a span, all in given the same class.
is there a way to get out all the letters and join them ...
2
votes
2answers
83 views
Extracting and Instrumenting elf files for powerPC on windows platform
I am trying to extract information like function name and its parameters from elf file, with the goal to perform robustness testing by changing the parameter values for functions, I am working on ...
0
votes
2answers
91 views
awk n-gram extracting not correct
I'm currently working on an awk script which extracts all n-grams from an input file.
When running my awk script on a file it prints out every n-gram (sorted) with the number of occurrences next to ...
-1
votes
3answers
129 views
How to extract data from HTML websites? [closed]
I need to extract some text from a html based website. I have about 3000 URLs and need to extract a single line of text from their html. The data I need looks like this:
<html ...
0
votes
0answers
18 views
Are there any publicly available implementations of fuzzy extractors? [closed]
I was reading about Fuzzy Extractors for extracting stable cryptographic keys from fuzzy data in different scientific papers (1, 2).
I was wondering, whether you know of some available implementations ...
0
votes
1answer
57 views
python- extract html table without lossing axis titles
Q1. Is there any way to extract data from the table but still able to track back the axis titles?
Q2. which approach will be better to extract data from a html table? HTMLParser or beautifulsoup or ...
0
votes
0answers
44 views
Lines between lines with strings in python
I have read a file. Now I have all these lines of strings. I need to extract specific lines. These lines are between two lines with a specific string in them. There is no set amount of lines between ...
3
votes
1answer
90 views
Unknown pattern extraction for C
I'm currently developing an audio processing software that must detect the frequency of the incoming signal by use of Zero Crossing estimation. It's not difficult to estimate the frequency when a ...
0
votes
1answer
89 views
During file Extraction while loop never Ends
I am Extracting Document and Store all that data in txt file format.
For Extraction I am using http://www.codeproject.com/Articles/31944/Implementing-a-TextReader-to-extract-various-files this ...
0
votes
1answer
29 views
Extraction mechanism of Coq generate “failwith ”AXIOM TO BE REALIZE“”
I have a module structure inside this module I declare a variable use for some function inside module A.
Module A.
Variable a : nat.
End A.
Then I use extraction mechanism.
Extraction ...
0
votes
2answers
34 views
How to extract a single document out of a Lucene 4.0 index?
This may be one of the simplest and dullest questions ever, but after indexing all the Documents in Lucene, how can I extract one Document only that has a specified id stored e.g. in a StringField? It ...
0
votes
5answers
130 views
Get Filname without extension from string with regex
I have a string that contains a URL to a file. From that string I like to get just the filename without extension.
For example:
http://path/Lists/Test/Attachments/1/Document Test.docx
From that ...
0
votes
4answers
32 views
Best way to retrieve certain part of link url?
I'm looping through some li's which contains of links.
The links can look like this:
<a href="http://localhost/mlp/books/">Books</a>
... as well as ...
<a ...
0
votes
1answer
60 views
Extracting information from SGM files using Python
I need some help for extracting information out of an .sgm file using Python. Is there a specific library suitable for this specific kind of file? Or will libraries used to extract infos from .xml ...
1
vote
0answers
47 views
Extract still images from videos at relative positions?
I have a few hundred MP4 videos, all of which are short in duration (2 minutes - 30 minutes). I want to extract 4 still images from each video, but I want these images to be extracted from the 20%, ...
0
votes
2answers
133 views
White Scratch Marks Appear When Saving Extracted hair as GIF in Photoshop
I need your help with a problem that has been driving me up the wall. I've created a web site (my first) for my sister and it's all ready to be uploaded. But I've been held up for a while by a ...
0
votes
2answers
61 views
friend overloaded operator without namespace std
Just wondering if anyone could point me in the right direction. I have a friend extraction operator that works if i include namespace std; but fails if i do not. can anyone give me a hint?
...
-1
votes
5answers
103 views
what is a good way to filter through HTML tags to extract only certain information? [closed]
There seems to be somewhat similar questions, but they all use outside code or such to do something that I am required to do on my own, so I'm asking my question. My assignment is to make a very basic ...
0
votes
2answers
107 views
getting string between 2 characters in python
I need to get certain words out from a string in to a new format. For example, I call the function with the input:
text2function('$sin (x)$ is an function of x')
and I need to put them into a ...
0
votes
0answers
17 views
Java library to extract video format metadata [duplicate]
I want to know if StackOverflowers are aware of any Java library that can do metadata extractions (bit rate, aspect ratio, audio bit rate, etc....) for multiple video formats (mp4, flv, webm, ogg, ...
-2
votes
1answer
204 views
Data Mining: Feature Extraction - Peak Detection? [closed]
I am working on a 4th year project. It entails reducing a large amount of data into useful features to represent it. Now this data set has peaks within it and one of my task is to create algorithms ...
2
votes
1answer
76 views
BeautifulSoup HTML extracting tabular data
I have this HTML table, and I need some data from it:
<table id="curFullTable" class="tablesorter" style="width:728px;margin-left:auto;margin-right:auto;">
<tr>
...
0
votes
0answers
122 views
how to extract SIFT feature only given a point in OpenCV?
I'm recently studying computer vision, and now I have known how to extract corners using harris. I also know how to extract SIFT points in OpenCV. But I don't know how to extract the 128 length ...
-4
votes
1answer
266 views
Extract .pak files in Java or PHP [closed]
I would like to create a program which has to extract .pak files (old packaging files for gaming). After many many hours of research and not getting much usefull information back about it I thought I ...
0
votes
3answers
214 views
How to Extract “table of content” from PDF file with C#?
hi i really need to extract data from "table of content" of PDF file with c#?
is it any dll file or code example to do this?
0
votes
2answers
133 views
Extracting article contents from PDF magazines
First of all, I am not aiming for a specific development answer, but rather a development approach.
The problem that I am having, is I have a client with a enormous amount of articles in PDFs, about ...
1
vote
3answers
254 views
How to extract everything between 2 characters from JSON response?
I'm using the regex in Jmeter 2.8 to extract some values from JSON responses.
The response is like that:
{
"key": "prod",
"id": "p2301d",
"objects": [{
"id": "102955",
...







