Skip to content

Instantly share code, notes, and snippets.

View cadmuxe's full-sized avatar

Koonwah Chen cadmuxe

  • Mountain View, CA
View GitHub Profile
package main
import (
"fmt"
"reflect"
"strings"
)
func loadValue(i interface{}, m map[string]string) {
rconfigPtr := reflect.ValueOf(i)
package main
import (
"fmt"
"crypto/rsa"
"encoding/pem"
"crypto/x509"
"crypto/rand"
"bytes"
"golang.org/x/crypto/ssh"

Keybase proof

I hereby claim:

  • I am cadmuxe on github.
  • I am cadmuxe (https://keybase.io/cadmuxe) on keybase.
  • I have a public key whose fingerprint is 1BC6 7D72 2CE9 881B 64E8 F0E1 DC67 AD5D A85F 3D92

To claim this, I am signing this object:

import smtplib
from email.mime.application import MIMEApplication
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
from email.utils import make_msgid
from email.utils import formatdate
from email.MIMEImage import MIMEImage
from os import path
@cadmuxe
cadmuxe / 0_reuse_code.js
Created January 5, 2016 21:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console