Skip to content

Instantly share code, notes, and snippets.

View hsjharvey's full-sized avatar
🀄

Harvey Huang hsjharvey

🀄
  • Melbourne, Australia
  • 09:24 (UTC +11:00)
View GitHub Profile
@hsjharvey
hsjharvey / PublicToPrivateToPublic.go
Last active May 30, 2021 12:40
Pub to private to pub
package main
import (
"bytes"
"crypto/sha256"
"fmt"
"log"
"github.com/ethereum/go-ethereum/crypto"
)
@hsjharvey
hsjharvey / EncodingDecoding.go
Last active May 30, 2021 12:40
Golang encoding decoding
package main
import (
"fmt"
"crypto/sha256"
"encoding/base64"
)
func main() {
a := "Harvey"
@hsjharvey
hsjharvey / Dynamic Fixed Effects Panel Data Model.ipynb
Created October 3, 2020 04:07 — forked from spillz/Dynamic Fixed Effects Panel Data Model.ipynb
Demonstrate dynamic panel data estimation using IV in linearmodels
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.