Skip to content

Instantly share code, notes, and snippets.

View tokoro10g's full-sized avatar
😼

Tokoro tokoro10g

😼
View GitHub Profile
@tokoro10g
tokoro10g / .travis.yml
Created March 14, 2020 16:49 — forked from yuqlid/.travis.yml
Travis CI script for arm-gcc
notifications:
email: false
sudo: false
language: c
matrix:
fast_finish: true
include:

galileo-makefile

A simple Makefile template to cross-compile C programs for Intel Galileo.
(Sorry, for Linux only, for now.)

Before You Begin

  1. First, you have to download Galileo Arduino IDE from Intel website.
    Drivers | Intel Communities
    https://communities.intel.com/docs/DOC-22226
/*!
* quantize.js Copyright 2008 Nick Rabinowitz.
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
*/
// fill out a couple protovis dependencies
/*!
* Block below copied from Protovis: http://mbostock.github.com/protovis/
* Copyright 2010 Stanford Visualization Group
* Licensed under the BSD License: http://www.opensource.org/licenses/bsd-license.php
// ==UserScript==
// @include http://bgm.tokor.org/*
// ==/UserScript==
(function(){
var PersistentStore = {
read: function(key){
return JSON.parse(window.localStorage.getItem(key));
},
write: function(key,val){