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

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?

Listening To Keyboard Events Without Trapping Them?

I'm writing an command-line application which listens for Control key release events in X Windo… Read more Listening To Keyboard Events Without Trapping Them?

Multilevel Dictionary In Python

I would like to create a perl style multilevel dict in python however I'm struggling to get thi… Read more Multilevel Dictionary In Python

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

Open Source Etl Framework

I was asked to prototype two ETL frameworks. The requirements are as follows: Open Source Availa… Read more Open Source Etl Framework

Do Python Regexes Support Something Like Perl's \g?

I have a Perl regular expression (shown here, though understanding the whole thing isn't hopefu… Read more Do Python Regexes Support Something Like Perl's \g?

Combine Lines With Matching Keys

I have a text file with the following structure ID,operator,a,b,c,d,true WCBP12236,J1,75.7,80.6,65.… Read more Combine Lines With Matching Keys

What Does Exec ${perl-perl} -sx $0 ${1+"$@"} Mean In Shell Script?

I'm given a task to convert a shell script which contains Shell script, Perl code to Python. I … Read more What Does Exec ${perl-perl} -sx $0 ${1+"$@"} Mean In Shell Script?