Skip to content

Instantly share code, notes, and snippets.

View calchulus's full-sized avatar

Calvin Chu calchulus

  • Chicago, IL
View GitHub Profile
@calchulus
calchulus / .deps...npm...@chainlink...contracts...src...v0.8...VRFConsumerBase.sol
Created October 16, 2021 21:57
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=

Good colors:

Blues: BBC3C6 Blue Gray 262F34 midnight blue C4DFE6 penguin blue 4CB5F5 Cerulean 2988BC Teal Grecian Blue 2F496E dark 217CA3 Teal Cerulean

@calchulus
calchulus / keybase.md
Created March 24, 2018 12:53
Verifying

Keybase proof

I hereby claim:

  • I am calchulus on github.
  • I am calc (https://keybase.io/calc) on keybase.
  • I have a public key ASAT88iToq6Ebnq7TtddpdK01Mom-eQTCg-nQlZerUW6lQo

To claim this, I am signing this object:

@calchulus
calchulus / blockstack verification
Created November 7, 2017 19:38
Blockstack verification
Verifying my Blockstack ID is secured with the address 1GHPLjc4yVtmAPAnGuHcJmfKLki6rBVcVD https://explorer.blockstack.org/address/1GHPLjc4yVtmAPAnGuHcJmfKLki6rBVcVD
@calchulus
calchulus / index.html
Created January 25, 2017 20:19 — forked from anonymous/index.html
Responsive buttons w/ transitions
<h1>Responsive Buttons</h1>
<div class="page">
<div class="container">
<a href="#">
<div class="box box1">
<i class="material-icons">payment</i>
<p>Pay now</p>
@calchulus
calchulus / index.html
Last active January 9, 2017 05:09 — forked from anonymous/index.html
Sticky Slider Navigation (Responsive)
<!-- Hero -->
<section class="et-hero-tabs">
<h1>STICKY SLIDER NAV</h1>
<h3>Sliding content with sticky tab nav</h3>
<div class="et-hero-tabs-container">
<a class="et-hero-tab" href="#tab-es6">ES6</a>
<a class="et-hero-tab" href="#tab-flexbox">Flexbox</a>
<a class="et-hero-tab" href="#tab-react">React</a>
<a class="et-hero-tab" href="#tab-angular">Angular</a>
<a class="et-hero-tab" href="#tab-other">Other</a>