Skip to content

Instantly share code, notes, and snippets.

View dennisfarandy's full-sized avatar

Dennis Farandy dennisfarandy

View GitHub Profile
@dennisfarandy
dennisfarandy / MultiDirectionAdjudicatingScrollView.swift
Created December 18, 2015 08:22 — forked from andymatuschak/MultiDirectionAdjudicatingScrollView.swift
Source for the Khan Academy app's unusual scrolling interactions
//
// MultiDirectionAdjudicatingScrollView.swift
// Khan Academy
//
// Created by Andy Matuschak on 12/16/14.
// Copyright (c) 2014 Khan Academy. All rights reserved.
//
import UIKit
import UIKit.UIGestureRecognizerSubclass
@dennisfarandy
dennisfarandy / makemake.pl
Created November 16, 2015 19:01 — forked from roop/makemake.pl
Script to create a Makefile to build your Swift project
#!/usr/bin/perl -w
use strict;
# Makefile generator for quick compilation of Swift projects
# By: Roopesh Chander
# Thanks: Andy Matuschak
# Works only for swift-only projects.
# Usage:
# > perl makemake.pl
# > make