I hereby claim:
- I am strickinato on github.
- I am aaronstrick (https://keybase.io/aaronstrick) on keybase.
- I have a public key whose fingerprint is 2842 9279 55E0 4F7D 8E54 E23C F80B 55F5 94FF F3C0
To claim this, I am signing this object:
# For use with this Chord Generator: | |
# https://in-thread.sonic-pi.net/t/guitar-backing-track-generator/6836 | |
# https://github.com/adebiasi/SonicPi/blob/main/GuitarBackingTrackGenerator.rb | |
# | |
## Credit to these folks! | |
# https://api.uberchord.com/#strings-pattern | |
# | |
require "net/http" | |
require "json" | |
require "cgi" |
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
import time | |
import board | |
import neopixel | |
import terminalio | |
import random | |
from adafruit_display_text import label | |
from adafruit_pybadger import PyBadger | |
pybadger = PyBadger() |
require 'socket' | |
# Wrapper for a key / value store that acts as our database | |
class DataStore | |
def initialize | |
@store = {} | |
end | |
def set(key, value) | |
@store[key] = value |
;; Put the cursor over progn and hit C-M-x | |
(progn | |
(defun exersize_2_1 () | |
(defun suffixes (list) | |
(if (not list) | |
nil | |
(cons list (suffixes (cdr list))) | |
)) | |
(defun printer (list) |
import Html.App as Html | |
import Html exposing (..) | |
import Html.Events exposing (onInput) | |
import Html.Attributes exposing (..) | |
import Json.Decode exposing ((:=), Decoder) | |
import Json.Encode | |
import Task | |
import Http exposing (Error(..)) | |
main = |
Show full path in finder windows: | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES | |
Add ability to quite finder: | |
defaults write com.apple.Finder QuitMenuItem -bool YES |
I hereby claim:
To claim this, I am signing this object: