Skip to content

Instantly share code, notes, and snippets.

View garyyu's full-sized avatar
🎯
Focusing

Gary Yu garyyu

🎯
Focusing
  • Singapore
View GitHub Profile
@garyyu
garyyu / Cargo.toml
Last active August 22, 2018 02:40
BufStream Test
[package]
name = "bufstream-test"
version = "0.1.0"
authors = ["Gary Yu <gairy.yu@gmail.com>"]
[dependencies]
bufstream = "0.1.3"

Keybase proof

I hereby claim:

  • I am garyyu on github.
  • I am garyyu (https://keybase.io/garyyu) on keybase.
  • I have a public key ASDSJDwXpi8C0YNU4HyiufHvL-e5-Iaj7sECnWamlKZCUAo

To claim this, I am signing this object:

@garyyu
garyyu / go-dag.go
Created April 30, 2018 04:10
A demo of the blockDAG "Blue Selection Algorithm" with Go Lang
// Copyright 2018 The godag Authors
// This file is part of the godag library.
//
// The godag library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// The godag library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of