Skip to content

Instantly share code, notes, and snippets.

View calda's full-sized avatar

Cal Stephens calda

View GitHub Profile
@calda
calda / GistList!.md
Created December 15, 2014 13:32
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

@calda
calda / ViewController.swift
Created October 20, 2014 23:49
The view controller for my Inflation Calculator
//
// ViewController.swift
// Inflation Calculator
//
// Created by Cal on 10/4/14.
// Copyright (c) 2014 Cal. All rights reserved.
//
import UIKit
@calda
calda / BulgarianSolitairePlayer.java
Last active October 11, 2016 19:16
Statistical analysis of Bulgarian Solitaire
//scroll down for statistical analysis
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map.Entry;
public class BulgarianSolitairePlayer{
static List<Integer> moves = new ArrayList<Integer>();