A cheat sheet for Java 8 (Inspired by the course "Modern development with Java" from Richard Warburton and Raoul-Gabriel Urma)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEPLOY.md | |
graphql-cloud-function-set-up.jpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use_synth :pretty_bell | |
play 80 | |
sleep 0.5 | |
play 85 | |
sleep 0.5 | |
play 90 | |
sleep 0.5 | |
play 80 | |
play 80 | |
sleep 0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use_bpm 75 | |
forge :warpigs, "[b d [d e2] e2 [g f g f] [g d] [d e2] e2]/2" |
I hereby claim:
- I am rusticflare on github.
- I am rusticflare (https://keybase.io/rusticflare) on keybase.
- I have a public key whose fingerprint is F747 AD40 A217 718B CFF6 D9CF D9F3 A83E 7D94 3E04
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map = { :k => :drum_heavy_kick, | |
:s => :drum_snare_hard, | |
:c => :drum_cymbal_closed, | |
:et => :elec_tick, | |
:a1 => :forge_a1, | |
:ab1 => :forge_ab1, | |
:b1 => :forge_b1, | |
:bb1 => :forge_bb1, | |
:c2 => :forge_c2, | |
:cs2 => :forge_cs2, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forge :boom, "[g1/2 bb1/2 c2/3 g1/2 bb1/2 cs2 c2/4 g1/2 bb1/2 c2/3 bb1/2 g1/4]/2" |