Skip to content

Instantly share code, notes, and snippets.

@scald
scald / go-export-meteor-users.go
Created December 24, 2014 13:52
Exports tab delimited name and email from a Meteor users collection
package main
import (
"labix.org/v2/mgo"
"labix.org/v2/mgo/bson"
"log"
"time"
"fmt"
)
@scald
scald / Gruntfile.js
Created March 1, 2014 20:42
Gruntfile for Pebble JS Build and Install
module.exports = function(grunt) {
grunt.initConfig({
phoneIP: '192.168.1.68',
// set logs: '' to turn off logging
logs: '--logs',
shell: {
buildAndInstall: {
options: {
stdout: true,
stderr: true