(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.
| deb http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse | |
| deb-src http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse | |
| deb http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse | |
| deb-src http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse | |
| deb http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse | |
| deb-src http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse | |
| deb http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse |
(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.
This is how you can conver the react docs to a .ePub / Kindle (.mobi) file to read in an eReader (or eReader app):
brew install pandoc via Homebrew)content/docsecho '' > ALL.md
for i in $(cat nav.yml | grep 'id:' | awk -F: '{print$2}')
do
| #!/usr/bin/env bash | |
| # install-ark-lxc.sh | |
| # Proxmox LXC one-shot installer for ARK dedicated server | |
| set -euo pipefail | |
| # ---------- Config (override via env) ---------- | |
| CTID="${CTID:-$(pct list | awk 'NR>1{print $1}' | sort -n | awk 'END{print ($0? $0+1:100)}')}" | |
| HN="${HN:-ark-server}" | |
| CPU="${CPU:-4}" |
| /**************************************************************************** | |
| * | |
| * DirectInput keyboard scan codes | |
| * | |
| ****************************************************************************/ | |
| #define DIK_ESCAPE 0x01 | |
| #define DIK_1 0x02 | |
| #define DIK_2 0x03 | |
| #define DIK_3 0x04 | |
| #define DIK_4 0x05 |
| This gist contains the necessary files to transform the Copilot key into a Compose key under X or | |
| Wayland. This is done by creating a custom keyboard option that simply needs to be enabled in your | |
| system's settings. | |
| Bonus: if your keyboard has a level 3 key (AltGr) then AltGr+Copilot gives you greek letters! | |
| How to: | |
| 1. Place each files in `~/.config/xkb/<folder indicated on the first line>`. |
hi, i'm daniel. i'm a 16-year-old high school senior. in my free time, i hack billion dollar companies and build cool stuff.
about a month ago, a couple of friends and I found serious critical vulnerabilities on Mintlify, an AI documentation platform used by some of the top companies in the world.
i found a critical cross-site scripting vulnerability that, if abused, would let an attacker to inject malicious scripts into the documentation of numerous companies and steal credentials from users with a single link open.
(go read my friends' writeups (after this one))
how to hack discord, vercel, and more with one easy trick (eva)
Redacted by Counsel: A supply chain postmortem (MDL)