Skip to content

Instantly share code, notes, and snippets.

View jeremywho's full-sized avatar
🎯
Focusing

jeremy jeremywho

🎯
Focusing
View GitHub Profile
@jeremywho
jeremywho / README.md
Created January 26, 2019 18:15
SCRIPT-8

Keybase proof

I hereby claim:

  • I am jeremywho on github.
  • I am jeremywho (https://keybase.io/jeremywho) on keybase.
  • I have a public key ASC_uPrmoTp3pvemkGd9ASzcW-jGaKEh7HsDYecC77l-Qgo

To claim this, I am signing this object:

package main
import (
"fmt"
"plugin"
)
func main() {
p, _ := plugin.Open("./myplugin.so")
add, _ := p.Lookup("Add")
package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"github.com/gorilla/websocket"
)
package main
import (
"fmt"
"net/http"
"github.com/gorilla/websocket"
)
func echo(w http.ResponseWriter, r *http.Request) {
@jeremywho
jeremywho / main.go
Last active November 26, 2017 17:40
package main
import (
"fmt"
"time"
"github.com/gorilla/websocket"
)
func main() {
@jeremywho
jeremywho / Manifest.json
Created November 14, 2013 01:53
Dropbox + Chrome Extension
{
"manifest_version": 2,
"name": "Github test",
"description": "Github + Chrome Extension",
"version": "1.0",
"permissions": [
"activeTab",
"tabs", "<all_urls>",