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

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

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

Script For A Changing Url

I am having a bit of trouble in coding a process or a script that would do the following: I need to… Read more Script For A Changing Url

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?

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

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