Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Ingress Player Locations
// @description Shows player locations on the Ingress Intel Map
// @version 1.2
// @match http://www.ingress.com/intel
// @run-at document-start
// ==/UserScript==
function override() {
// ==UserScript==
// @name Ingress Intel: Notify UI
// @namespace https://arantius.com/misc/greasemonkey/
// @description Annotate the Ingress Intel Dashboard with links to control the Ingress Notify app.
// @match http://www.ingress.com/intel*
// @version 1
// @grant none
// ==/UserScript==
//const NOTIFY_SERVER = 'http://localhost:8080/'
@brainmachine
brainmachine / gyroPixelsCombo
Created February 18, 2015 22:07
arduinoVFS
/**************************************************************************/
/*!
@file Adafruit_MMA8451.h
@author K. Townsend (Adafruit Industries)
@license BSD (see license.txt)
This is an example for the Adafruit MMA8451 Accel breakout board
----> https://www.adafruit.com/products/2019
Adafruit invests time and resources providing this open source code,
@brainmachine
brainmachine / gyro_processing
Last active August 29, 2015 14:15
gyro_processing_VFS
// Based on Example by Tom Igoe
// Edited by Leó Stefánsson
import processing.serial.*;
Serial myPort; // The serial port
PFont font; // The display font
String inString; // Input string from serial port
int lf = 10; // ASCII linefeed
Float x = 0.0;
Float y = 0.0;
@brainmachine
brainmachine / gist:6315fca181c74a4c8b37
Last active August 29, 2015 14:15
VFS_gyro_pixel_final_signal
/**************************************************************************/
/*!
@file Adafruit_MMA8451.h
@author K. Townsend (Adafruit Industries)
@license BSD (see license.txt)
This is an example for the Adafruit MMA8451 Accel breakout board
----> https://www.adafruit.com/products/2019
Adafruit invests time and resources providing this open source code,