Important
This guide has been patched and not longer functioning. You can no longer download Fritzing for free using this.
You can use the below link to access Fritzing downloads for free.
Additionally, below are direct download links to Fritzing.
Important
This guide has been patched and not longer functioning. You can no longer download Fritzing for free using this.
You can use the below link to access Fritzing downloads for free.
Additionally, below are direct download links to Fritzing.
| const marching_blob = await fetch('https://cdn.jsdelivr.net/gh/charlieroberts/marching@main/dist/index.js') | |
| const marching_txt = await marching_blob.text() | |
| eval( marching_txt ) | |
| window.screamer = await import('https://cdn.jsdelivr.net/gh/charlieroberts/screamer@latest/screamer.js') | |
| window.screamer = screamer.default | |
| const screamerlang_blob = await fetch('https://cdn.jsdelivr.net/gh/charlieroberts/screamer@latest/screamer-lang.js') | |
| const screamerlang_txt = await screamerlang_blob.text() | |
| eval( screamerlang_txt ) |
Sharing how I setup my steam deck to run golang / php / nodejs / redis / mariadb|mysql
I’m upgrading from a Mid 2014 MacBook Pro, so this isn’t a fair comparison to recent Intel machines, but if you’re like me and were waiting for a MacBook with a decent keyboard, you’ll see a big speed boost.
Non-scientific comparison - time to compile my ClojureScript project
I'm collecting here a few essays on the net about tokenization in the art world. This list is likely biased and by no means exhaustive.
| <html> | |
| <head> | |
| <style> | |
| .hide { display:none; } | |
| /* Optional: The following css just makes sure the twitch video stays responsive */ | |
| #twitch { | |
| position: relative; | |
| padding-bottom: 56.25%; /* 16:9 */ | |
| padding-top: 25px; |
| /* | |
| Example usage: | |
| osc( | |
| Tidal( '<1 20> [50 100]*2' ), | |
| 0.01, | |
| 1.4 | |
| ).out( o0 ) | |
| */ |
A Step-By-Step Guide from Unboxing to Creative Coding
| Nightly required - get link from the bottom of this page (e.g. https://openframeworks.cc/ci_server/versions/nightly/of_v20190324_linuxarmv7l_nightly.tar.gz) | |
| https://openframeworks.cc/download/ | |
| Download OF and unpack: | |
| wget https://openframeworks.cc/ci_server/versions/nightly/of_v20190324_linuxarmv7l_nightly.tar.gz | |
| tar -zxvf of_v20190324_linuxarmv7l_nightly.tar.gz | |
| mv of_v20190324_linuxarmv7l_nightly openFrameworks |
| // see tidal example: https://github.com/ojack/hydra-examples | |
| p1.remove() | |
| p1 = new P5() | |
| p1.pixelDensity(1) | |
| msg.setPort(3333) | |
| tidalHistory = 128 | |
| tidal = [] | |
| sounds = {'s':[], 'c':[]} |