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

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

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

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?

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?

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

C, Perl, And Python Similar Loops Different Results

I wrote scripts to calculate pi in python, perl and c. They all use the same algorithm (trapezoida… Read more C, Perl, And Python Similar Loops Different Results

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

Please Introduce A Multi-processing Library In Perl Or Ruby

In python we can use multiprocessing modules. If there is a similar library in Perl and Ruby, would… Read more Please Introduce A Multi-processing Library In Perl Or Ruby