Skip to content

Instantly share code, notes, and snippets.

View pnegahdar's full-sized avatar

Parham Negahdar pnegahdar

View GitHub Profile
@kachayev
kachayev / concurrency-in-go.md
Last active March 11, 2024 11:27
Channels Are Not Enough or Why Pipelining Is Not That Easy
@tobstarr
tobstarr / types.go
Created February 28, 2014 09:59
Cloudformation Golang DSL
package main
import (
"encoding/json"
"strings"
)
// base types
type Hash map[string]interface{}
type List []interface{}
@aaronlerch
aaronlerch / README.md
Created August 7, 2013 16:46
Upstart scripts for MongoDB Monitoring Service agent (MMS) MongoDB Backup Service agent (MBS?)

Download

Download and install the agent(s). These examples are on a standard 64-bit Amazon EC2 Linux AMI.

MMS

wget [path to mms agent download, specified by 10gen]
sudo tar xvzf 10gen-mms-agent-[CUSTOM_NAME].tar.gz -C /opt