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

Script To Get The Max From Column Based On Other Column Values

I need a script to read in a csv file(orig.csv) and output a reformatted csv file(format.csv) The … Read more Script To Get The Max From Column Based On Other Column Values

Convert Msword To Xml/html On Linux

I need to convert MSWord file into XML or HTML, while preserving the structure of the file (mainly … Read more Convert Msword To Xml/html On Linux

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

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

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?

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

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

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