Skip to content

Instantly share code, notes, and snippets.

@jeremy6462
jeremy6462 / index.html
Created February 1, 2018 18:36
Homework 1 for CS 590V at UMass Amherst
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://d3js.org/d3.v4.min.js"></script>
<title>NBA Salaries Scatter Plot</title>
<style>
body {
margin: 0px
@jeremy6462
jeremy6462 / Playground.swift
Created July 13, 2017 20:53 — forked from naoty/Playground.swift
A playground to display a table view controller on a navigation controller
import PlaygroundSupport
import UIKit
struct Pokemon {
let id: UInt
let name: String
}
class PokedexViewController: UITableViewController {
let pokemons: [Pokemon] = [