Skip to content

Instantly share code, notes, and snippets.

@smykes
smykes / stadiums.json
Last active December 5, 2016 23:58
2016 Regular Season NFL Statdium
[
{
"Name":"AT&T Stadum",
"City":"Arlington",
"State":"Texas",
"Surface":"Synthetic",
"Roof":"Retractable",
"Geo":{
"Lat":"32.747778",
"Long":"-97.092778"
@smykes
smykes / App.jsx
Created December 30, 2016 23:33
React Question
import React, { Component } from 'react';
import ToggleBox from '../components/ToggleBox';
class App extends Component {
constructor(props) {
super(props);
this.state = {
total : 60,
count: 0
};
}
@smykes
smykes / index.html
Created August 16, 2019 19:36
VwZjaXw
<button id="click-1">
Test
</button>
<div class="drawer hide">
<button class="btn" id="red">Red</button>
<button class="btn" id="green">Green</button>
</div>
@smykes
smykes / geological-time-scale.json
Created November 6, 2024 18:39
Geological Time Scale in JSON format
{
"eons": [
{
"name": "hadean",
"start": 4600,
"end": 4000
},
{
"name": "archean",
"start": 3999.99,