Skip to content

Instantly share code, notes, and snippets.

View sbryfcz's full-sized avatar

Sam Bryfczynski sbryfcz

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sbryfcz
sbryfcz / city-rent.csv
Created July 2, 2018 11:23
Rent for Cities
Rent City Region
$100.00 Valenzuela, Philippines Asia
$100.00 Mysore, India Asia
$100.00 Vadodara, India Asia
$150.00 Bhopal, India Asia
$150.00 Alexandria, Egypt Africa
$150.00 Indore, India Asia
$150.00 Bhubaneswar, India Asia
$150.00 Surat, India Asia
$150.00 Medan, Indonesia Asia
@sbryfcz
sbryfcz / cfb-rankings.json
Created May 20, 2018 19:43
College Football Rankings from 1970-2017
[
{
"year": 1970,
"week": "Final",
"conference": "Big 8",
"team": "Nebraska",
"rank": 1
},
{
"year": 1970,
@sbryfcz
sbryfcz / city-yearly-team-records.json
Last active May 15, 2018 22:22
Team Records Grouped by City and Year
This file has been truncated, but you can view the full file.
{
"Baltimore": {
"1970": [
{
"year": 1970,
"sport": "MLB",
"city": "Baltimore",
"team": "Orioles",
"wins": 108,
"losses": 54,
@sbryfcz
sbryfcz / companies.csv
Created April 10, 2018 18:40
Glassdoor Detroit Data
company stars size
TomTom 3.3 1001 to 5000 employees
Horizontal Integration 4.2 1001 to 5000 employees
Voyomotive 5.0 1 to 50 employees
Amrock 4.3 1001 to 5000 employees
X By 2 4.4 1 to 50 employees
Ford Motor Company 3.8 10000+ employees
General Dynamics Land Systems 3.6 5001 to 10000 employees
General Motors 3.8 10000+ employees
Benzinga 3.6 1 to 50 employees
@sbryfcz
sbryfcz / .json
Created February 19, 2016 13:50
World Map
{"type":"Topology","transform":{"scale":[0.036003600360036005,0.017361589674592462],"translate":[-180,-89.99892578124998]},"objects":{"countries":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[0]],"id":533},{"type":"Polygon","arcs":[[1,2,3,4,5,6]],"id":4},{"type":"MultiPolygon","arcs":[[[7,8,9,10]],[[11,12,13]]],"id":24},{"type":"Polygon","arcs":[[14]],"id":660},{"type":"Polygon","arcs":[[15,16,17,18,19]],"id":8},{"type":"MultiPolygon","arcs":[[[20]],[[21]],[[22]]],"id":248},{"type":"Polygon","arcs":[[23,24]],"id":20},{"type":"MultiPolygon","arcs":[[[25]],[[26]],[[27]],[[28]],[[29,30,31,32,33],[34]]],"id":784},{"type":"MultiPolygon","arcs":[[[35]],[[36,37]],[[38]],[[39,40,41,42,43,44]]],"id":32},{"type":"MultiPolygon","arcs":[[[45]],[[46,47,48,49,50],[51]]],"id":51},{"type":"Polygon","arcs":[[52]],"id":16},{"type":"MultiPolygon","arcs":[[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]],[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]],[[74]
@sbryfcz
sbryfcz / gist:1a735b07214d941ef798
Last active August 29, 2015 14:05
Pull to Refresh/Scroll Bug
<!DOCTYPE html>
<html class="with-statusbar-overlay">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Scroll Bug</title>
<link rel="stylesheet" href="lib/css/framework7.css">