Skip to content

Instantly share code, notes, and snippets.

@stevesong
stevesong / index.html
Created July 1, 2019 15:01
Visualize Data with a d3.js Bar Chart
<v-app id="app">
<v-container fluid fill-height>
<v-layout align-center wrap>
<v-flex xs12 class="mb-5">
<d3-bar-chart
:app-name="appName"
:d3-data="d3Data"
></d3-bar-chart>
</v-flex>
@stevesong
stevesong / .block
Last active June 7, 2017 15:40
spectrum-chart
license: gpl-3.0
scrolling: yes
border: yes
height: 1000
@stevesong
stevesong / gist:84d520354164cfa17d07
Created October 22, 2015 16:59
Verifying that +stevesong is my blockchain ID. https://onename.com/stevesong
Verifying that +stevesong is my blockchain ID. https://onename.com/stevesong
@stevesong
stevesong / index.html
Created September 15, 2015 20:49
AfTerFibre problem
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/themes/css/cartodb.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v2/themes/css/cartodb.ie.css" />
blockchain verification
@stevesong
stevesong / MP2Phone_OpenwrtBB_Build
Last active August 29, 2015 14:19
Building the MP02 Phone firmware on OpenWrt BB
# sudo apt-get install build-essential git subversion libncurses5-dev
# cd ~
get the latest secn_3.1 branch of vt-firmware.
# mkdir Git
# cd Git
# git clone https://github.com/villagetelco/vt-firmware.git
# cd vt-firmware
# git checkout secn_3.1
# cd Setup-scripts
@stevesong
stevesong / keybase.md
Created January 14, 2015 17:09
Keybase verification

Keybase proof

I hereby claim:

  • I am stevesong on github.
  • I am stevesong (https://keybase.io/stevesong) on keybase.
  • I have a public key whose fingerprint is EBDA C5F8 6221 12DF EF43 3D1E 7DB1 6F80 4A1F 892F

To claim this, I am signing this object:

@stevesong
stevesong / gist:4342a69775a48bcbce47
Last active August 29, 2015 14:12
Building the MP2 FXS firmware
# sudo apt-get install build-essential git subversion libncurses5-dev 
# cd ~

get the latest secn_2.1 branch of vt-firmware.

# mkdir Git
# cd Git
# git clone https://github.com/villagetelco/vt-firmware.git

cd vt-firmware