Skip to content

Instantly share code, notes, and snippets.

View ThisIsJohnBrown's full-sized avatar

John Brown ThisIsJohnBrown

View GitHub Profile
@ThisIsJohnBrown
ThisIsJohnBrown / data.js
Last active December 24, 2016 21:36
Data for Jots
jots
{
"id": 1,
"address": "5738F423D1",
"lastHeard": 1482537600,
"sensors": [
"noise",
"temperature",
"light"
]
#!/bin/bash
source /cygdrive/d/config.shl
/home/horizon/dc2/dc2.exe -create="config.xml"
sed 's/value="Identity"/value="270-degreesCW"/g' config.xml > config-portrait.xml
sed 's/value="270-degreesCW"/value="Identity"/g' config.xml > config-landscape.xml
case $EXPERIENCE in
data)
{
"questions": [
{
"top10": [
{
"label": "Benin",
"number": 9.946524064171124
},
{
"label": "Liechtenstein",
{
questions: [
{
top10: [
{
label: "Benin",
number: 9.946524064171124
},
{
label: "Liechtenstein",
@ThisIsJohnBrown
ThisIsJohnBrown / SassMeister-input.scss
Created May 11, 2015 23:00
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
@import "compass";
$colors: red green blue;
$numColors: length($colors);