Skip to content

Instantly share code, notes, and snippets.

View christophermancini's full-sized avatar

Christopher Mancini christophermancini

View GitHub Profile
@lukebakken
lukebakken / Makefile
Last active September 28, 2015 18:34
Riak - Go client examples
.PHONY: all install-deps lint run
PROJDIR = $(realpath $(CURDIR))
RUNCMD = go run $(wildcard *.go)
all: install-deps lint run
install-deps:
go get -t ./...
@macintux
macintux / presentation-tips.md
Last active November 28, 2022 01:03
Public speaking tips