capo first fret
down-down up-up down-up
Emin - G - D - A
| # FizzBuzz by LindseyB where it sleeps if not divisible | |
| define :fizzbuzz do | |
| sample :elec_fuzz_tom, rate: 1 | |
| sample :ambi_soft_buzz, rate: 1 | |
| sleep 1 | |
| end | |
| define :fizz do | |
| sample :elec_fuzz_tom, rate: 2 | |
| sleep 0.5 |
capo first fret
down-down up-up down-up
Emin - G - D - A
| #include <Adafruit_NeoPixel.h> | |
| #ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc. | |
| #include <avr/power.h> | |
| #endif | |
| #define PIN 1 | |
| Adafruit_NeoPixel pixels = Adafruit_NeoPixel(32, PIN); | |
| uint8_t offset = 0; |
I hereby claim:
To claim this, I am signing this object:
| source "https://rubygems.org" | |
| gem 'mastodon-api', require: 'mastodon', github: 'tootsuite/mastodon-api' | |
| gem 'instagram', require: 'instagram' |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}\e[3m" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✨%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="" | |
| PROMPT=$'%{$fg[cyan]%}%1~%{$reset_color%}%{$fg[red]%}|%{$reset_color%}$(git_prompt_info)%{$fg[cyan]%}⇒%{$reset_color%} ' |
| #include <Servo.h> | |
| Servo myservo; | |
| int pos = 0; // variable to store the servo position | |
| int times = 0; // number if times to stab stab | |
| int randomDelay = 0; // Let's be surprising | |
| void setup() { |
| #user nobody; | |
| worker_processes 1; | |
| #error_log logs/error.log; | |
| #error_log logs/error.log notice; | |
| #error_log logs/error.log info; | |
| #pid logs/nginx.pid; |
| &{template:default}{{character_name=@{selected|character_name}}} {{name=Skill Check}} {{?{Choose a Skill(* training not required)| | |
| *Acrobatics (+@{selected|Acrobatics}), [Acrobatics](http://www.d20pfsrd.com/skills/acrobatics) =[[ 1d20+ [[ @{selected|Acrobatics} ]] ]] | | |
| *Appraise (+@{selected|Appraise}),[Appraise](http://www.d20pfsrd.com/skills/appraise)=[[ 1d20+ [[ @{selected|Appraise} ]] ]] | | |
| *Bluff (+@{selected|Bluff}), [Bluff](http://www.d20pfsrd.com/skills/bluff)=[[ 1d20+ [[ @{selected|Bluff} ]] ]] | | |
| *Climb (+@{selected|Climb}), [Climb](http://www.d20pfsrd.com/skills/climb)=[[ 1d20+ [[ @{selected|Climb} ]] ]] | | |
| *Diplomacy (+@{selected|Diplomacy}), [Diplomacy](http://www.d20pfsrd.com/skills/diplomacy)=[[ 1d20+ [[ @{selected|Diplomacy} ]] ]] | | |
| Disable Device (+@{selected|Disable-Device}), [Disable Device](http://www.d20pfsrd.com/skills/disable-device)=[[ 1d20+ [[ @{selected|Disable-Device} ]] ]] | | |
| *Disguise (+@{selected|Disguise}), [Disguise](http://www.d20pfsrd.com/skills/disguise)=[[ 1d20+ [[ @{sel |