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

Recommendations For Perl-to-python Interoperation?

We have a sizable code base in Perl. For the forseeable future, our codebase will remain in Perl. H… Read more Recommendations For Perl-to-python Interoperation?

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

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

Calculating The Distance Between Atomic Coordinates

I have a text file as shown below ATOM 920 CA GLN A 203 39.292 -13.354 17.416 1.00 55.7… Read more Calculating The Distance Between Atomic Coordinates

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

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