0
votes
1answer
31 views
Extract Audio from FLV stream in C#
I'd like to extract audio stream from a FLV stream in C#. I searched in Google and I found FLVExtract, but it supports only extracting from FLV files, and not from streams.
How ca …
1
vote
3answers
92 views
Python: Removing characters from beginnings of sequences in fasta format
Hi,
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 fi …
3
votes
6answers
233 views
I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?
Is it even possible in C [I know it is possible in general -GOM player does it]? just let me get started... What do you say?
How exactly do you identify human voice distinguished …
0
votes
1answer
98 views
How to extract archive from this script (using tar)
Hi,
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 …
2
votes
1answer
79 views
Python: Extracting data from buffer with ctypes
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? …
0
votes
3answers
34 views
How do I extract image from a pdf file using php
Please, any ideas on how to extract image from pdf in php?
0
votes
1answer
113 views
Extract MSI from EXE
Dear all
I want to extract MSI of an EXE setup to publish over network!!!!
There is some ways. for example using universal extractor......
but doesn't work for JAVA Run-time env …
2
votes
4answers
74 views
Using String methods instead of Regex
hello
as i am not very familiar with regex, is it possible (whether its hard to do or not) to extract certain text inbetween symbols? for example:
<meta name="description" con …
1
vote
1answer
107 views
Extract image from PDF using .Net c#
I want to extract images from PDF. Tried many solutions but still not getting solution. Help me out....Thanks in advance
0
votes
4answers
41 views
Universal Database Backup / Extract Format
Hello,
does there exist a universal database backup/extract format?
I'll explain where I'm coming from: our application supports several database vendors, DB2, MsSql, MySql and O …
-2
votes
2answers
163 views
Extract min implemetation for heap in c++
I need to implement extract min for heap(in c++ if possible), could not get this method from STL heap.
-2
votes
1answer
56 views
library that identifies similar images
I want to determine how similar 2 images are.
The images may have been scaled, cropped, etc, so a simple pixel comparison won't work.
I have had a look around and there are a lot …
0
votes
0answers
68 views
Extract/Export image from Lotus Notes Email Body using C#
Hi
I need to extract the image from lotus notes email(not as attachment). Image is in body of email. I am receiving i count when I run the following code
public int GetElementC …
0
votes
1answer
182 views
Extract/Export attachements from Lotus Notes Email using C#
Hello
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 (NotesIt …
1
vote
3answers
322 views
substring extract C# problem
hi ....
i have a text like this ....
======== 1079.tif
Image Description : Vexcel-UCD-Level-3
------------------
CAM_ID: UCD-SU-1-0018 [5]
RECORD_G …
