(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| --- /usr/share/libalpm/hooks/90-mkinitcpio-install.hook 2020-03-05 12:45:41.000000000 +0800 | |
| +++ /etc/pacman.d/hooks/90-mkinitcpio-install.hook 2020-06-13 23:08:32.861202141 +0800 | |
| @@ -8,5 +8,7 @@ | |
| [Action] | |
| Description = Updating linux initcpios... | |
| When = PostTransaction | |
| -Exec = /usr/share/libalpm/scripts/mkinitcpio-install | |
| +Exec = /usr/local/share/libalpm/scripts/mkinitcpio-install | |
| +Depends = sbsigntools | |
| +Depends = x11-ssh-askpass |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| <canvas id="canvas" width="512" height="256" ></canvas> | |
| <p id="controls"> | |
| <input type="button" id="start_button" value="Start"> | |
| | |
| <input type="button" id="stop_button" value="Stop"> | |
| </p> | |
| <!-- ----------------------------------------------------- --> |