Skip to content

Instantly share code, notes, and snippets.

View ellisda's full-sized avatar

David Ellis ellisda

  • Boulder, CO
View GitHub Profile
@peterhellberg
peterhellberg / graceful.go
Last active June 11, 2024 12:27
*http.Server in Go 1.8 supports graceful shutdown. This is a small example.
package main
import (
"context"
"log"
"net/http"
"os"
"os/signal"
"time"
)
@akaomy
akaomy / README.md
Created November 18, 2015 20:02 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active April 21, 2024 23:48
An Open Letter to Developers Everywhere (About Cryptography)