Skip to content

Instantly share code, notes, and snippets.

cache:
mount:
- node_modules
- .git
build:
run_node_build:
image: node:6
commands:
- npm install gulp
@csinge
csinge / repeats
Created July 25, 2016 23:46
Linux Helpers
for (( ;; )) do ping -c 1 google.com; sleep 15; done
@csinge
csinge / GpsXbeeStalker.c
Created March 23, 2012 10:00
GPS Xbee on a Seeeduino Stalker v2
/*
Ported from SD card datalogger example
Write XBEE GPS output to the SD card of a Seeduino Stalker
*/
#include <SD.h>
#include <Streaming.h>
#include <TinyGPS.h>
TinyGPS gps;
// On the Ethernet Shield, CS is pin 4. Note that even if it's not