https://sonic-pi.net/
https://twitter.com/sonic_pi
https://twitter.com/samaaron
https://www.patreon.com/samaaron
https://in-thread.sonic-pi.net/ (official help and discussion forum)
https://www.reddit.com/r/SonicPi/
javascript:(function() { | |
function copyToClipboard(text) { | |
if (window.clipboardData && window.clipboardData.setData) { | |
/*IE specific code path to prevent textarea being shown while dialog is visible.*/ | |
return clipboardData.setData("Text", text); | |
} else if (document.queryCommandSupported && document.queryCommandSupported("copy")) { | |
var textarea = document.createElement("textarea"); | |
textarea.textContent = text; |
Windows + x
a
(Selects PowerShell (Admin))cd ${HOME}\Downloads\fonts-master\fonts-master
)Set-ExecutionPolicy RemoteSigned
[1]y
then Enter
to acceptEach of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000