Skip to content

Instantly share code, notes, and snippets.

View cmpham's full-sized avatar

Cuong Pham cmpham

  • Anduin Transactions
View GitHub Profile
@cmpham
cmpham / SketchSystems.spec
Last active October 10, 2018 10:09
Negotiate deal document
Negotiate deal document
To Share Document
Investor shares -> Company To Review
Company shares -> Investor To Review
Investor To Review
Investor reviews -> Both Sides Reviewed
Investor re-shares -> Company To Review Counter-offer
Company re-shares -> Investor To Review
@cmpham
cmpham / SketchSystems.spec
Created September 12, 2018 16:30
Wiring &
Wiring &
Invitation
coInvestorAdded -> Wiring wire info
coInvestorRemoved -> Wiring wire info
Wiring bank info
CompanyToShareBankInfo
shareBankInfo -> BankInfoDone
BankInfoDone

Keybase proof

I hereby claim:

  • I am cmpham on github.
  • I am cuonganduin (https://keybase.io/cuonganduin) on keybase.
  • I have a public key whose fingerprint is 971B 5E7A 90C2 EB86 87F7 E720 E741 5661 5017 776A

To claim this, I am signing this object:

import scalatags.generic._
class EB[Builder, Output <: FragT, FragT](omg: Bundle[Builder, Output, FragT]) {
import omg.all._
// scalastyle:ignore
def myStyle = p(strong("Abc"), "cssName").render
}