Skip to content Skip to sidebar Skip to footer
Showing posts with the label Objective C

Running Python Script From Cocoa Application Using Gcd

I'm trying to run a Python script from a Cocoa app. It's working just fine on the main thre… Read more Running Python Script From Cocoa Application Using Gcd

Objective-c/swift Regex Matching Across Multliple Lines

I have a regular expression originally used in python to extract 2 strings from a scraped HTML page… Read more Objective-c/swift Regex Matching Across Multliple Lines