Skip to content Skip to sidebar Skip to footer
Showing posts with the label Perl

Use Subprocess Python Library To Unzip A File Using 7zip

I would like to unzip a file with Python using 7zip executable. In Perl this is pretty straightforw… Read more Use Subprocess Python Library To Unzip A File Using 7zip

How Can I Search The Outlook (2010) Global Address List For A Name?

I have a list of names, some of them complete, some truncated. I would like to search the Outlook a… Read more How Can I Search The Outlook (2010) Global Address List For A Name?

What Is The Equivalence Of Perluniprops In Python?

In perl, there's the perluniprops index of Unicode 7, http://perldoc.perl.org/perluniprops.html… Read more What Is The Equivalence Of Perluniprops In Python?

Extracting Visual Event 2 Output Into Script

In the Visual Event description, it says that it extracts 'which elements have events attached … Read more Extracting Visual Event 2 Output Into Script

Parse Svn Log Changed Path For Package Names

I am running the following command in linux to generate a verbose log for a particular revision. sv… Read more Parse Svn Log Changed Path For Package Names

What's The Pythonic Way To Store A Data Block In A Python Script?

Perl allows me to use the __DATA__ token in a script to mark the start of a data block. I can read… Read more What's The Pythonic Way To Store A Data Block In A Python Script?

How To Get Unique Values Set From A Repeating Values List

I need to parse a large log file (flat file), which contains two column of values (column-A , colu… Read more How To Get Unique Values Set From A Repeating Values List

Edit Distance: Ignore Start/end

I am looking for an algorithm that does edit distance, but which will ignore start+end in the one s… Read more Edit Distance: Ignore Start/end