Skip to content

Instantly share code, notes, and snippets.

View akozlik's full-sized avatar

Andrew Kozlik akozlik

View GitHub Profile
@akozlik
akozlik / multicast.go
Last active August 29, 2015 14:23 — forked from fiorix/gist:9664255
package main
import (
"encoding/hex"
"log"
"net"
"time"
)
const (
@akozlik
akozlik / 0_reuse_code.js
Created February 5, 2014 18:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console