Skip to content

Instantly share code, notes, and snippets.

View lauraskelton's full-sized avatar

Laura Skelton lauraskelton

View GitHub Profile
@lauraskelton
lauraskelton / beermap.py
Created April 29, 2014 01:20
Generates map of beers clustered together by user preferences based on similar ratings
from PIL import Image,ImageDraw,ImageFilter
from scipy import stats
import math
from math import sqrt
import copy
import operator
import pickle
import random
import ftplib
@lauraskelton
lauraskelton / JazzHandsFix.m
Last active August 29, 2015 14:23
Demo of the changes to make to fix the jiggling of scrolling animations on Retina displays
//
// ViewController.m
// talkIntro
//
// Created by 史丹青 on 15/5/18.
// Copyright (c) 2015年 sdq. All rights reserved.
//
#import "ViewController.h"
#import "StyledPageControl.h"