Skip to content

Instantly share code, notes, and snippets.

@calebdoxsey
calebdoxsey / example.go
Last active October 27, 2019 11:40
WebRTC Example
package main
import (
"code.google.com/p/go.net/websocket"
"net/http"
"log"
)
// all code is in an init function to avoid any name collisions
@calebdoxsey
calebdoxsey / download_files.go
Created January 20, 2014 20:21
download usage data
package main
import (
"fmt"
"github.com/mitchellh/goamz/aws"
"github.com/mitchellh/goamz/s3"
"io"
"log"
"os"
"strings"
@calebdoxsey
calebdoxsey / ignore.js
Created August 26, 2013 13:40
Ignore button for ricochet
// ==UserScript==
// @name Ricochet Ignore Button
// @namespace http://www.doxsey.net
// @version 1.0
// @description ignore users
// @match http://ricochet.com/*
// @copyright 2013, Caleb Dioxsey
// ==/UserScript==
$(function() {