Skip to content

Instantly share code, notes, and snippets.

@Bo0mer
Bo0mer / cloud-config.yml
Created November 16, 2016 12:09
Cloud config for warden infrastructure
azs:
- name: zone1
cloud_properties:
name: random
vm_types:
- name: small
cloud_properties:
name: random
@Bo0mer
Bo0mer / main.go
Created August 29, 2016 07:35
SetsockoptInt example
package main
import (
"fmt"
"log"
"net"
"os"
"syscall"
"time"
)