Generated by gist-compile at 2015-02-22 19:29:52
System Events
- Authors: Clay McLeod
- Description: An example of how to send keystrokes to a window
Data Science
- Authors: Clay McLeod
- Description: This script mines JSON data from the Reddit front page and stores it as a CSV file for analysis.
General
- Authors: Clay McLeod
- Description: Shows you how to find all instances of a regular expression in a string
Interesting Problems
- Authors: Clay McLeod
- Description: Python edit distance problem
- Authors: Clay McLeod
- Description: Finds the max subarray of an array of integers, in O(nlogn) time
- Authors: Clay McLeod
- Description: Solving the classic sorting of nuts and bolts problem.
Data Science
- Authors: Clay McLeod
- Description: Mines data every minute concerning how many people are logged into a certain subreddit.
General
- Authors: Clay McLeod
- Description: A brief overview of regular expressions with Swift
UI
- Authors: Clay McLeod
- Description: How to handle tap gestures on a view controller.
- Authors: Clay McLeod
- Description: A brief overview of UIDynamics in iOS 8
Variables
- Authors: Clay McLeod
- Description: An example of how to create a variable using lazy initialization in the Swift programming language.