I hereby claim:
- I am lindseyb on github.
- I am cl0ckw0rk (https://keybase.io/cl0ckw0rk) on keybase.
- I have a public key ASDcTGh2gcbsQnUooGb2AzF4j-jELfmQoHAmanGGMaEKiQo
To claim this, I am signing this object:
&{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 |
#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; |
#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() { |
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%} ' |
source "https://rubygems.org" | |
gem 'mastodon-api', require: 'mastodon', github: 'tootsuite/mastodon-api' | |
gem 'instagram', require: 'instagram' |
I hereby claim:
To claim this, I am signing this object:
#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; |
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 |