Skip to content

Instantly share code, notes, and snippets.

View ggicci's full-sized avatar
🍉
Happy summer ~

Ggicci ggicci

🍉
Happy summer ~
  • Toronto
  • 18:33 (UTC -04:00)
View GitHub Profile
@ggicci
ggicci / main.go
Created October 21, 2016 01:44 — forked from julz/main.go
containersched minicontainer
package main
import (
"fmt"
"os"
"os/exec"
"syscall"
)
func main() {
package main
import (
"fmt"
"net"
"bufio"
"sync"
"os/signal"
)
@ggicci
ggicci / .gitconfig
Last active August 29, 2015 14:10 — forked from pksunkara/config
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com