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

How To Remove Last Character Of Nth Line Linux

I have a large document with a similar structure: Data800, Data900, Data1000, ] } How would I go a… Read more How To Remove Last Character Of Nth Line Linux

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

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

Recursive Web Download Following Links According To Dom Criteria

MSDN is a huge hierarchical doc site. To be more precise, the content is organized in a hierarchica… Read more Recursive Web Download Following Links According To Dom Criteria

Integration Testing For A Web App

I want to do full integration testing for a web application. I want to test many things like AJAX, … Read more Integration Testing For A Web App

Recursively Traverse Directory And Replace Function Calls

I would like to traverse a directory recursively and find all files that have at least one of the f… Read more Recursively Traverse Directory And Replace Function Calls

Efficiently Remove Lines From Filea That Contains String From Fileb

FileA contains lines FileB contains words How can I efficiently remove lines from FileB containing … Read more Efficiently Remove Lines From Filea That Contains String From Fileb

How Can I Call A Dll From A Scripting Language?

I have a third-party product, a terminal emulator, which provides a DLL that can be linked to a C p… Read more How Can I Call A Dll From A Scripting Language?