active questions tagged extract - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T05:43:13Zhttp://stackoverflow.com/feeds/tag/extracthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1922625/extract-embedded-pdf-fonts-to-an-external-ttf-file-using-some-utility-or-script0Extract embedded PDF fonts to an external ttf file using some utility or scriptMax2009-12-17T15:42:57Z2009-12-17T15:42:57Z
<p>Is it possible to extract fonts that are embedded in a PDF file to an external ttf file using some utility or script?</p>
<ol>
<li><p>If the fonts that are embedded (or not embedded) to a PDF file are present in system. Using pdf2swf and swfextract tools from swftools I am able to determine names of the fonts used in a PDF file. Then I can compile respective system font(s) at run-time and then load to my AIR application.</p></li>
<li><p>BUT if the fonts used in the PDF are absent in the system there are two possibilities:</p>
<p>2.1. If they are absent in the PDF files as well (not embedded), we can only use similar system font basing on the font name.</p>
<p>2.2. If they are embedded in the PDF file, then I want to know is it possible at all to extract them to external ttf file so that I can compile each of them to separate swf files at run-time?</p></li>
</ol>
http://stackoverflow.com/questions/1915815/net-library-for-extracting-block-attributes-out-of-autocad-drawings0.net library for extracting block attributes out of autocad drawingsCoen2009-12-16T16:23:28Z2009-12-16T16:23:28Z
<p>Hi all,</p>
<p>I'm looking for a .net library that will enable me to extract block attributes out of a autocad file. I don't mind paying for a developers licence but I should be able to freely redistribute the library itself without additional costs.
Is there a lib that suits my needs?</p>
<p>greetings,</p>
<p>Coen</p>
http://stackoverflow.com/questions/1911442/extract-data-from-a-websites-list-without-superfluous-tags0Extract data from a website's list, without superfluous tagsNazarius Kappertaal2009-12-16T00:18:58Z2009-12-16T04:45:04Z
<p>Working code: <a href="http://gist.github.com/257389" rel="nofollow">Google dictionary lookup via python and beautiful soup</a> -> simply execute and enter a word.</p>
<p>I've quite simply extracted the first definition from a specific list item. However to get plain data, I've had to split my data at the line break, and then strip it to remove the superfluous list tag.</p>
<p>My question is, is there a method to extract the data contained within a specific list without doing my above string manipulation - perhaps a function in beautiful soup that I have yet to see?</p>
<p>This is the relevant section of code:</p>
<pre><code># Retrieve HTML and parse with BeautifulSoup.
doc = userAgentSwitcher().open(queryURL).read()
soup = BeautifulSoup(doc)
# Extract the first list item -> and encode it.
definition = soup('li', limit=2)[0].encode('utf-8')
# Format the return as word:definition removing superfluous data.
print word + " : " + definition.split("<br />")[0].strip("<li>")
</code></pre>
http://stackoverflow.com/questions/1055165/unable-to-extract-sos-data-dump-file-by-mac1Unable to extract SO's data dump file by MacMasi2009-06-28T16:06:43Z2009-12-15T16:42:36Z
<p>I run the following Gert's <a href="http://serverfault.com/questions/3743/what-useful-things-can-one-add-to-ones-bashrc/3842#3842">extract command</a> to the <a href="http://blog.stackoverflow.com/wp-content/uploads/so-export-2009-06.7z.torrent" rel="nofollow">data dump</a> file which format .7z seems to be a problem:</p>
<pre><code>extract () {
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 ;;
*.tar.gz) tar xvzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) unrar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xvf $1 ;;
*.tbz2) tar xvjf $1 ;;
*.tgz) tar xvzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*) echo "don't know how to extract '$1'..." ;;
esac
else
echo "'$1' is not a valid file!"
fi
}
</code></pre>
<p>I run it to the dump file. I get</p>
<pre><code>extract so-export-2009-06.7z
extract:13: command not found: 7z
</code></pre>
<p>This suggested that I do not have 7z to extract files.
I installed the app p7zip by MacPorts unsuccessfully.
It did not start to act as 7z unzipper.</p>
<p><strong>How can you unzip SO's data dump?</strong></p>
http://stackoverflow.com/questions/1753890/apis-to-extract-7z-files-in-net0API's to extract 7z files in .netvarun2009-11-18T05:43:21Z2009-12-15T16:42:09Z
<p>Is there any API available, that can be used in .net that can read/extract 7z files ?</p>
http://stackoverflow.com/questions/1547809/extract-msi-from-exe1Extract MSI from EXEemdadgar22009-10-10T12:25:18Z2009-12-12T20:53:20Z
<p>Dear all</p>
<p>I want to extract MSI of an EXE setup to publish over network!!!!</p>
<p>There is some ways. for example using universal extractor......</p>
<p>but doesn't work for JAVA Run-time environment....</p>
<p>Is there any idea?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1872775/sql-ssrs-very-large-extract0SQL SSRS very large extractDan Black2009-12-09T09:52:06Z2009-12-09T13:29:33Z
<p>Hi
I support some very large databases (approaching a terabyte). We currently have an in-house reporting solution, but are investigating the use of SSRS (SQL Reporting Services). However our users sometimes need to extract large volumes of data (many millions of records), which may take a few hours to retrieve. </p>
<p>What is an advisable approach to dealing with such large volumes?</p>
<p>Note. Getting the business to redefine there need for such large extracts is not currently an option.</p>
<p>Thanks </p>
http://stackoverflow.com/questions/1838445/how-to-extract-depot-file-on-hpux0How to extract .depot file on HPUX?Ondra Žižka2009-12-03T08:22:17Z2009-12-04T04:09:28Z
<p>How can I extract extract a .depot file on HPUX?</p>
<p>The <code>.depot</code> file is a tarred dir stucture, with some of the files gzipped under the same name as original.</p>
<p>Note that my environment is quite limited - I can't have root, I don't have <code>swinstall</code>.</p>
<p><a href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1259826031876+28353475&threadId=1143807" rel="nofollow">http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1259826031876+28353475&threadId=1143807</a></p>
<p>At best, the solution should work on Linux too.</p>
<p>I have tried to <code>untar</code> and <code>gunzip -f -r -d -v --suffix= .</code>
But the problem is that the gzipped files have no suffix, so in the end, gzip deletes them.</p>
http://stackoverflow.com/questions/1836998/pull-javascript-code-from-tag-using-js-or-jquery0Pull javascript code from tag using js or jQueryGregH2009-12-03T01:01:32Z2009-12-03T01:08:48Z
<p>How would I retrieve the javascript call in the anchor tag below in JS or JQuery? Basically I want to get the code ("javascript:do_my_function('blah', 'string1', 1);") retrieved so I can execute it. This anchor is embedded several deep in some div tags as well.</p>
<pre><code><a onmouseout="swapImage('btn1','','http://img2.comp.com/img/buttons/btn_g.png',1)" onmousedown="swapImage('btn1','','http://img2.comp.com/img/buttons/btn_g_d.png',1)" onmouseover="swapImage('btn1','','http://img2.comp.com/img/buttons/btn_g_a.png',1)" href="javascript:do_my_function('blah', 'string1', 1);">
<img id="btn1" width="180" height="60" alt="" src="http://img2.comp.com/img/buttons/btn_ge.png"/>
</a>
</code></pre>
http://stackoverflow.com/questions/1815931/howto-visually-design-a-mashup-query-for-programatic-extraction0Howto visually design a mashup query for programatic extractionGalco2009-11-29T16:13:43Z2009-11-29T22:01:49Z
<p>I'm into development of an application that fetches various inputs from internet pages whereas each information snippet comes from a different location (mashup).
I would like to generate the mashup building block (snippets) through a visual tool.
Do you know of anything similar that can be used for such a project? (Already made control, a sample code, article, etc.)
Preferred development environment is .NET - but not mandatory.</p>
http://stackoverflow.com/questions/1796981/delphi-extract-text-from-word-or-pdf-based-on-format-font-name-and-size0[Delphi] extract text from word or pdf based on format (font name and size)william2009-11-25T13:41:58Z2009-11-28T07:15:22Z
<p>Hello,
I need to parse large text (about 1000 pages of word or pdf document)and place some of the text inside this document into database fields </p>
<p>I found that the only thing I can distinguish the text I want to extract is the format , it is always "Helvetica-Condensed" size 12</p>
<p>can I do that ? I know how to use the string functions but what I should use to test the format ?</p>
<p>as I said the text is stored inside word document or PDF</p>
<p>if there is third party component can do no problem please refer it to me</p>
<p>Thanks</p>
http://stackoverflow.com/questions/419307/how-to-extract-fonts-from-pdf1how to extract fonts from pdf? [closed]Joey2009-01-07T05:39:21Z2009-11-26T20:46:31Z
<p>Is there a way to extract fonts from pdf files? I know that usually embedded fonts in pdf files are only subsets of the fonts. Anyway is there way to do this?</p>
http://stackoverflow.com/questions/1799803/how-do-i-extract-links-in-javascript-that-point-to-html-pages-in-perl0How do I extract links in JavaScript that point to HTML pages in Perl?kunjaan2009-11-25T20:38:54Z2009-11-26T01:19:38Z
<p>I want to extract all the links from a page. I am using <a href="http://search.cpan.org/perldoc?HTML%3A%3ALinkExtor" rel="nofollow"><code>HTML:LinkExtor</code></a>. How do I extract all the links that point to HTML content pages only?</p>
<p>I also cannot extract these kinds of links:</p>
<pre><code>javascript:openpopup('http://www.admissions.college.harvard.edu/financial_aid/index.html'),
</code></pre>
<p>EDIT: HTML Pages - text/html. I am not indexing pictures etc.</p>
http://stackoverflow.com/questions/1777206/3d-surface-normal-extractor03D Surface normal extractorRichard Donald2009-11-21T23:53:26Z2009-11-23T01:16:39Z
<p>Hi All,</p>
<p>I have a 3D closed mesh object that has 3D 65.000 position coordinates.
For lighting purposes, I need a 3D surface normal extractor. </p>
<p>Could you help me to have it.</p>
<p>Thanks.</p>
<p>Richard</p>
http://stackoverflow.com/questions/1774434/download-a-zip-file-to-a-local-drive-and-extract-all-files-to-a-destination-folde0download a zip file to a local drive and extract all files to a destination folder using python 2.5marcus2009-11-21T03:44:57Z2009-11-22T00:13:31Z
<p>hi,
I am trying to download a zip file to a local drive and extract all files to a destination folder.</p>
<p>so i have come up with solution but it is only to "download" a file from a directory to another directory but it doesn't work for downloading files. for the extraction, I am able to get it to work in 2.6 but not for 2.5. so any suggestions for the work around or another approach I am definitely open to.
thanks in advance.</p>
<pre><code>######################################
'''this part works but it is not good for URl links'''
import shutil
sourceFile = r"C:\Users\blueman\master\test2.5.zip"
destDir = r"C:\Users\blueman\user"
shutil.copy(sourceFile, destDir)
print "file copied"
######################################################
'''extract works but not good for version 2.5'''
import zipfile
GLBzipFilePath =r'C:\Users\blueman\user\test2.5.zip'
GLBextractDir =r'C:\Users\blueman\user'
def extract(zipFilePath, extractDir):
zip = zipfile(zipFilePath)
zip.extractall(path=extractDir)
print "it works"
extract(GLBzipFilePath,GLBextractDir)
######################################################
</code></pre>
http://stackoverflow.com/questions/290287/how-can-i-grab-each-page-of-text-in-a-word-doc-separately-using-net0How can I grab each page of text in a Word doc separately (using .NET)?Adam A2008-11-14T14:48:58Z2009-11-15T11:14:54Z
<p>I need to determine which pages of a Word document that a keyword occurs on. I have some tools that can get me the text of the document, but nothing that tells me which pages the text occurs on. Does anyone have a good starting place for me? I'm using .NET</p>
<p>Thanks!</p>
<p>edit: Additional constraint: I can't use any of the Interop stuff.</p>
<p>edit2: If anybody knows of stable libraries that can do this, that'd also be helpful. I use Aspose, but as far as I know that doesn't have anything.</p>
http://stackoverflow.com/questions/1721557/extract-everything-from-pdf3Extract everything from PDFMax2009-11-12T11:24:24Z2009-11-14T19:27:41Z
<p>Looking for PDF content extractor (console tool or library).</p>
<p>It will be used on server to produce on-line e-books from uploaded PDF files.</p>
<p>Need to extract following things:</p>
<ol>
<li>text with fonts and styles;</li>
<li>images;</li>
<li>audio and video;</li>
<li>links and hotspots.</li>
<li>page snapshots and thumbnails;</li>
<li>general PDF information, e.g. book layouts, number of pages etc.</li>
</ol>
<p>Looking at Adobe PDF Library ($5000 though), BCL SDK (?), PDFLib (€795), QuickPDF ($250)</p>
<p>Now we are using open source pdf2xml (extracts text, images and links) and GhostScript (snapshots and thumbnails). The other things left are:</p>
<ol>
<li>fonts;</li>
<li>multimedia;</li>
<li>hotspots;</li>
<li>page info.</li>
</ol>
<p>We are hesitating between paying a lot of money (and possibly make mistake choosing wrong solution) or use free/open source solutions.</p>
<p>Which BEST solution to extract nearly everything from PDF would you recommend?</p>
<p>Any comments will be much appreciated.</p>
http://stackoverflow.com/questions/1710842/extract-text-from-particular-elements-of-a-large-poorly-formatted-xml-file0Extract text from particular elements of a large poorly formatted XML filetrope2009-11-10T20:08:10Z2009-11-11T12:49:49Z
<p>I have a large (~50Mb) file containing poorly formatted XML describing documents and properties between <code><item> </item></code> tags, and I want to <strong>extract the text from all English documents</strong>.</p>
<p>Python's standard XML parsing utilities (dom, sax, expat) choke on the bad formatting, and more forgiving libraries (sgmllib, BeautifulSoup) parse the entire file and take too long. </p>
<pre><code><item>
<title>some title</title>
<author>john doe</author>
<lang>en</lang>
<document> .... </document>
</item>
</code></pre>
<p>Does anyone know a way to extract text between <code><document> </document></code> <em>only if</em> the <code>lang=en</code> without parsing the entire document?</p>
<p><strong>Additional information: Why it's "poorly formatted"</strong></p>
<p>Some of the documents have an attribute <code><dc:link></dc:link></code> which causes problems with the parsers. Python's xml.minidom complains:</p>
<pre><code>ExpatError: unbound prefix: line 13, column 0
</code></pre>
http://stackoverflow.com/questions/1446633/extract-export-attachements-from-lotus-notes-email-using-c0Extract/Export attachements from Lotus Notes Email using C#unknown (google)2009-09-18T20:20:02Z2009-11-10T02:37:22Z
<p>Hello </p>
<p>I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. Can anybody please tell me what I am doing wrong ..</p>
<p>Thanks
Jwalin</p>
<pre><code> public void GetAttachments()
{
NotesSession session = new NotesSession();
//NotesDocument notesDoc = new NotesDocument();
session.Initialize("");
NotesDatabase NotesDb = session.GetDatabase("", "C:\\temps\\lotus\\sss11.nsf", false); //Open Notes Database
NotesView inbox = NotesDb.GetView("By _Author");
NotesDocument docInbox = inbox.GetFirstDocument();
object[] items = (object[])docInbox.Items;
**foreach (NotesItem nItem in items)**
{
//NotesItem nItem = (NotesItem)o1;
if (nItem.Name == "$FILE")
{
NotesItem file = docInbox.GetFirstItem("$File");
string fileName = ((object[])nItem.Values)[0].ToString();
NotesEmbeddedObject attachfile = (NotesEmbeddedObject)docInbox.GetAttachment(fileName);
if (attachfile != null)
{
attachfile.ExtractFile("C:\\temps\\export\\" + fileName);
}
}
}
</code></pre>
http://stackoverflow.com/questions/829407/what-is-so-wrong-with-extract5What is so wrong with extract()?barfoon2009-05-06T12:51:13Z2009-11-09T22:56:59Z
<p>Hey everyone,</p>
<p>I was recently reading <a href="http://stackoverflow.com/questions/233030/worst-php-practice-found-in-your-experience/233746">this thread</a>, on some of the worst PHP practices.
In the second answer there is a mini discussion on the use of extract(), and im just wondering what all the huff is about.</p>
<p>I personally use it to chop up a given array such as $_GET or $_POST where I then sanitize the variables later, as they have been conveniently named for me. </p>
<p>Is this bad practice? What is the risk here? What are your thoughts on the use of extract()?</p>
<p>Thank you,</p>
http://stackoverflow.com/questions/1703906/php-extract2-how-to-assign-vars-in-current-symbol-table0PHP Extract2 - How to assign vars in current symbol table?timhon2009-11-09T21:21:12Z2009-11-09T21:37:54Z
<p>I have a function, which is a safer way to extract variables than extract().</p>
<p>Basically you just specify which variable names are to be pulled out of an array. </p>
<p><strong>The problem is, how do you insert those variables into the "current symbol table"</strong> like extract() does? (ie. the local variable scope within a function).</p>
<p>I can only do this by making them global variables for now:</p>
<pre><code>/**
* Just like extract(), except only pulls out vars
* specified in restrictVars to GLOBAL vars.
* Overwrites by default.
* @param arr (array) - Assoc array of vars to extract
* @param restrictVars (str,array) - comma delim string
* or array of variable names to extract
* @param prefix [optional] - prefix each variable name
* with this string
* @examples:
* extract2($data,'username,pswd,name','d');
* //this will produce global variables:
* // $dusename,$dpswd,$dname
*/
function extract2($arr,$restrictVars=null,$prefix=false)
{
if(is_string($restrictVars))
$restrictVars=explode(",",$restrictVars);
foreach ($restrictVars as $rvar) {
if($prefix) $varname="$prefix$rvar";
else $varname=$rvar;
global ${$varname};
${$varname}=$arr[$rvar];
}
}
</code></pre>
<p><strong>Usage:</strong></p>
<pre><code>extract2($_POST,"username,password,firstname");
echo "Username is $username";
</code></pre>
<p><strong>Where things dont work too well... inside a function:</strong></p>
<pre><code>function x($data)
{
extract2($data,"some,var,names,here");
//now the variables are are global, so you must:
global $some,$var,$names,$here;
}
</code></pre>
<p><strong>Any idea how to avoid the global, but instead insert the var into the local var scope?</strong></p>
http://stackoverflow.com/questions/1696914/extracting-pure-content-text-from-html-pages-by-excluding-navigation-and-chrome0Extracting pure content / text from HTML Pages by excluding navigation and chrome contentversesane2009-11-08T15:42:04Z2009-11-09T02:44:39Z
<p>Hi,</p>
<p>I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc</p>
<p>I plugged into the webkit parser code to easily navigate webpage as a tree. To eliminate navigation and other non news content I take the text version of the article (minus the html tags, webkit provides api for the same). Then I run the diff algorithm comparing various article's text from same website this results in similar text being eliminated. This gives me content minus the common navigation content etc.</p>
<p>Despite the above approach I am still getting quite some junk in my final text. This results in incorrect News Abstract being extracted. The error rate is 5 in 10 article i.e. 50%. Error as in </p>
<p>Can you </p>
<ol>
<li><p>Suggest an alternative strategy for extraction of pure content,</p></li>
<li><p>Would/Can learning Natural Language rocessing help in extracting correct abstract from these articles ? </p></li>
<li><p>How would you approach the above problem ?.</p></li>
<li><p>Are these any research papers on the same ?.</p></li>
</ol>
<p>Regards</p>
<p>Ankur Gupta</p>
http://stackoverflow.com/questions/1693656/extract-audio-from-flv-stream-in-c0Extract Audio from FLV stream in C#Alon2009-11-07T16:47:46Z2009-11-07T20:04:45Z
<p>I'd like to extract audio stream from a FLV stream in C#. I searched in Google and I found <a href="http://moitah.net/#FLVExtract" rel="nofollow">FLVExtract</a>, but it supports only extracting from FLV files, and not from streams.</p>
<p>How can I do this?</p>
http://stackoverflow.com/questions/1667341/python-removing-characters-from-beginnings-of-sequences-in-fasta-format1Python: Removing characters from beginnings of sequences in fasta formatJon2009-11-03T13:29:16Z2009-11-03T17:09:04Z
<p>Hi,</p>
<p>I have sequences in fasta format that contains primers of 17 bp at the beginning of the sequences. And the primers sometimes have mismatches. I therefore want to remove the first 17 chars of the sequences, except from the fasta header.</p>
<p>The sequences look like this:</p>
<pre><code>> name_name_number_etc
SEQUENCEFOLLOWSHERE
> name_number_etc
SEQUENCEFOLLOWSHERE
> name_name_number_etc
SEQUENCEFOLLOWSHERE
</code></pre>
<p>How can I do this in python? </p>
<p>Thanks! Jon</p>
http://stackoverflow.com/questions/543454/php-array-extracting-object0PHP Array extracting objectUndefined2009-02-12T21:43:30Z2009-11-02T19:08:27Z
<p>Suppose I have an array of a objects of user defined class. Wanted to know how do I extract the elements of the array in PHP.</p>
<pre><code>// class definition
class User
{
public $fname;
public $lname;
}
// array of objects of the class defined above
$objUser1 = new User():
$objUser2 = new User():
$objUser3 = new User():
$objUser4 = new User():
$alUser = array();
$alUser[] = $objUser1;
$alUser[] = $objUser2;
$alUser[] = $objUser3;
$alUser[] = $objUser4;
// trying to iterate and extract values using typcasting - this does not work, what is the alternative.
foreach($alUser as $user)
{
$obj = (User) $user; // gives error - unexpected $user;
}
</code></pre>
<p>Thats how I used to do in java while extracting objects from the Java ArrayList, hence thought the PHP way might be similar. Can anyone explain it.</p>
http://stackoverflow.com/questions/1370349/extract-min-implemetation-for-heap-in-c-2Extract min implemetation for heap in c++vasanth2009-09-02T21:54:07Z2009-10-30T10:13:10Z
<p>I need to implement extract min for heap(in c++ if possible), could not get this method from STL heap.</p>
http://stackoverflow.com/questions/1606175/how-do-i-extract-image-from-a-pdf-file-using-php0How do I extract image from a pdf file using phpray2009-10-22T09:54:14Z2009-10-22T15:31:21Z
<p>Please, any ideas on how to extract image from pdf in php?</p>
http://stackoverflow.com/questions/1586130/how-to-extract-archive-from-this-script-using-tar0How to extract archive from this script (using tar)evildead2009-10-18T21:50:45Z2009-10-21T21:11:34Z
<p>Hi,</p>
<p>I have absolutly no idea how to unpack the created archive. I give you the complete Script.
A Debian based Distibution named Univention uses this to backup several files in an tar archive.</p>
<p>The real archive is packed in an function. The main Content where they create the actual tar file is:</p>
<pre><code>cat "$TMPDIR/freeinfo.txt" >> "$TMPDIR/Installinfo.txt" 2>/dev/null
echo >$TMPDIR/endtag.txt
echo "%%%%OXBACKUP_${DATE}_HEADER_ENDTAG" >> "$TMPDIR/endtag.txt"
BACKUPINFO="$BACKUPINFO endtag.txt"
cat 2>/dev/null << EOF > "$TMPDIR/Installinfo.sh"
BACKUPHOSTNAME="$hostname"
BACKUPDOMAINNAME="$domainname"
BACKUPBASEDN="$ldap_base"
BACKUPTIMEZONE="$(cat /etc/timezone)"
BACKUPLANG="$(echo $locale_default)"
BACKUPSAMBADOM="$windows_domain"
BACKUPSAMBAINSTALLED="$SAMBAINSTALLED"
BACKUPOXINTEGRATIONVERSION="$INTEGRATIONVERSION"
BACKUPSECLEVEL="$(univention-config-registry get version/security-patchlevel)"
BACKUPVERSION=2
SECRETFILES="$SECRETFILES"
OTHERFILES="$OTHERFILES"
OXCONFIG="$OXCONFIG"
CRONTABS="$CRONTABS"
CERTFILES="$CERTFILES"
EOF
pstatus=()
#
# the actual backup to stdout
#
sync ; sync ; sync
RETVAL=$(
(tar cO $BACKUPINFO 2>/dev/null
tar cO $SECRETFILES 2>/dev/null
tar cO $OTHERFILES 2>/dev/null
tar cO $OXCONFIG 2>/dev/null
tar cO $CRONTABS 2>/dev/null
tar cO $CERTFILES 2>/dev/null
[ -f $EXTRAFILES ] && tar --no-recursion -T $EXTRAFILES -cO 2>/dev/null
tar --no-recursion --null -T dirlist_mailandfilestore -cO 2>/dev/null
tar --null -T filelist_mailandfilestore -cO 2>/dev/null
tar --no-recursion --null -T dirlist_shares -cO 2>/dev/null
tar --null -T filelist_shares -cO 2>/dev/null
) |
#help us out with smbclient, perl, scp until we get a working curl
case "$BACKUPPROTOCOL" in
##stripped protocol specific stuff ... (*) is the way to go!
(*) dd 2>>${LOGFILE}_${DATE} > ${BACKUPPATH:-$DEFAULTBACKUPPATH}/backup_$DATE && echo "201"
chmod 640 "${BACKUPPATH}/backup_$DATE" >/dev/null 2>&1
chown root:www-data "${BACKUPPATH}/backup_$DATE" >/dev/null 2>&1
if [[ x"$BACKUPPATH" != x && "$BACKUPPATH" != "$DEFAULTBACKUPPATH" ]] ; then
# temporary permissions fix
ln -sf "${BACKUPPATH}/backup_$DATE" "$DEFAULTBACKUPPATH/"
fi
;;
esac
)
</code></pre>
<p>the archive is 54 GB on the system, tar xvf extract only the first level of the archive. Sorry hard to explain. All in all I only get 40MB out of this 54GB. All the Dirs that should be in the archive are not extracted.</p>
<p>The use of
$((tar ...
tar ... ) | dd > foo)</p>
<p>is also totally unknown to me, what does this script do?</p>
<p>I think I found a solution myself ( I updated the script a little bit):
The Script generates a tag which marks the end of the first archive.
I used grep -A1 -a -b "HEADER_ENDTAG" backup.tar
Value was 41247795
dd skip=41247795 if=../../backup of=test</p>
<p>Looks like I could now extract the "real" archive. Is there another way to automatically jump to this byte offset, e.g. without using grep manually?</p>
http://stackoverflow.com/questions/1571062/i-have-a-mp3-file-how-can-i-seperate-the-human-voice-from-the-rest-of-the-sound1I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?eSKay2009-10-15T08:34:20Z2009-10-20T22:29:44Z
<p>Is it even possible <em>in C</em> [I know it is possible in general -<a href="http://www.gomlab.com/eng/GMP%5Fdownload.html" rel="nofollow">GOM player</a> does it]? just let me get started... What do you say?</p>
<p><strong>How exactly do you identify human voice distinguished from other sounds?</strong></p>
http://stackoverflow.com/questions/1578752/python-extracting-data-from-buffer-with-ctypes2Python: Extracting data from buffer with ctypescykyc2009-10-16T15:20:59Z2009-10-16T16:13:48Z
<p>I am able to successfully call a function with ctypes in Python. I now have a buffer that is filled with Structures of data I want to extract. What is the best strategy for this? Anything else I should post?</p>
<p>Function:</p>
<pre><code>class list():
def __init__(self):
#[...]
def getdirentries(self, path):
self.load_c()
self.fd = os.open(path, os.O_RDONLY)
self.statinfo = os.fstat(self.fd)
self.buffer = ctypes.create_string_buffer(self.statinfo.st_size)
nbytes = self.statinfo.st_size
transferred_bytes = self.libc.getdirentries(
self.fd,
ctypes.byref(self.buffer),
nbytes,
ctypes.byref(self.basep) )
#[...]
</code></pre>
<p>Structure:</p>
<pre><code>class dirent(ctypes.Structure):
_fields_ = [ ("d_fileno", ctypes.c_uint32), # /* file number of entry */
("d_reclen", ctypes.c_uint16), # /* length of this record */
("d_type", ctypes.c_uint8), # /* file type */
("d_namlen", ctypes.c_uint8), # /* length of string in d_name */
("d_name", ctypes.c_char * (MAXNAMELEN + 1) ) ]
</code></pre>
<p>Some Output:<br />
Transferred bytes: 156<br />
sizeof buffer: 272<br />
Buffer: <code><ctypes.c_char_Array_272 object at 0x8c3f0></code> </p>