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

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

Use Python's Bisect In C/objective-c

I'm looking to port this class written in Python https://stackoverflow.com/a/4113400/129202 int… Read more Use Python's Bisect In C/objective-c

Objective C: Get Notifications About A User's Idle State

My cocoa app runs background tasks, which I would like to stop when the user becomes idle (no keybo… Read more Objective C: Get Notifications About A User's Idle State