- Ashra, "New Age of Earth" — @stringbot
- Kyle Landstra - @stringbot
- Pulse Emitter - @stringbot
- Donnacha Costello, "Love from Dust" - @johntejada
- Stephen Falken, "Phantom Tracks vol 1" - @2xlp
- Manuel Gottsching (Ashra), "Inventions for Electric Guitar" - @2xlp
- Jo Johnson, "Weaving" - @stringbot
- David Borden, "Music for Amplified Keyboard Instruments" - @basskitten
- Michael Hoenig, "Departure from the northern wasteland" - @basskitten
- Jürgen Müller, "Science Of The Sea" - @_ricardodonoso
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
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.states] requesting transition conversion-cancelled -> converting | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: INFO: [tcfrontend.tccontrol] starting conversion | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] starting tuya-convert process | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.states] transition conversion-cancelled -> converting | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< tput: No value for $TERM and no -T specified | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< tput: No value for $TERM and no -T specified | |
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< fatal: not a git repository (or any of the parent directories |
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
on open location theURL | |
set endOfProtocol to offset of "://" in theURL | |
set theURLWithoutProtocol to characters endOfProtocol thru -1 of theURL as string | |
set theAppleMusicURL to "itmss" & theURLWithoutProtocol | |
tell application "Music" to open location theAppleMusicURL | |
tell application "Music" | |
activate | |
end tell | |
end open location |
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
Logged Out* | |
log in -> Logged In | |
Logged In | |
Call* | |
Message |
I hereby claim:
- I am jkmaxwell on github.
- I am 303 (https://keybase.io/303) on keybase.
- I have a public key whose fingerprint is 5936 9C01 521C 8CDB 5252 8F2C 9D02 A082 4CD7 512B
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
$debug: true | |
=debug-display($debugText) | |
@if $debug == true | |
&::before | |
content: '#{$debugText}' | |
/* iPads (portrait and landscape) ----------- | |
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) | |
+debug-display('iPads (portrait and landscape)') |
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
http://www.youtube.com/watch?v=YajsEebw89g | |
https://vimeo.com/32679421 | |
https://vimeo.com/29486435 | |
http://www.youtube.com/watch?v=_Rg9r8_dr5A | |
http://www.youtube.com/watch?v=cIiHhx3M4qs (not very insightful, it's a student project) |
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
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} | |
html {font: 16px/21px geneva} | |
h1{border-bottom: 1px dotted rgba(0,0,0,0.4);} | |
h2{border-bottom: 1px dotted rgba(0,0,0,0.2);} | |
h3{border-bottom: 1px dotted rgba(0,0,0,0.1); font-weight: 200} |