Skip to content

Instantly share code, notes, and snippets.

View jaemo's full-sized avatar

James Martens jaemo

  • Victoria BC
View GitHub Profile
@jaemo
jaemo / sonic_pi_commands.rb
Created August 27, 2024 06:18 — forked from carltesta/sonic_pi_commands.rb
Sonic Pi Cheat Sheet (Command List)
#Sonic Pi Command List
#Copy and Paste from this command list into your sonic pi file
#Use the command play to play a note using the default synth
#play note (symbol_or_number)
#Usage:
play 60 #midinote 60 or middle c
play :c4 #create a symbol by typing colon then the note name and an octave designation
play :e5, release: 2, amp: 0.5 #you can add parameters as well
@jaemo
jaemo / fragment_shader_tutorials.glsl
Created March 8, 2021 04:32 — forked from JBlackCat/fragment_shader_tutorials.glsl
GLSL Beginner Tutorials from ShaderToy.com
/*
by Uğur Güney. March 8, 2014.
Hi! I started learning GLSL a month ago. The speedup gained by using
GPU to draw real-time graphics amazed me. If you want to learn
how to write shaders, this tutorial written by a beginner can be
a starting place for you.
Please fix my coding errors and grammar errors. :-)
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
@jaemo
jaemo / README.md
Created January 20, 2016 07:33 — forked from smileart/README.md
My ZSH Theme — Agnoster Mod

My modified fork of agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

Compatibility