I hereby claim:
- I am toxinu on github.
- I am toxinu_ (https://keybase.io/toxinu_) on keybase.
- I have a public key ASCpcN-ge4k4OKcd8XYrvIrr748qbYFkvrabUHgavVQrOAo
To claim this, I am signing this object:
| __all__ = [ | |
| "__title__", "__summary__", "__uri__", "__version__", "__author__", | |
| "__email__", "__license__", "__copyright__", | |
| ] | |
| __title__ = "my-package" | |
| __summary__ = "My package is something." | |
| __uri__ = "https://example.com" | |
| __version__ = "0.1.0" |
| $ tree . | |
| . | |
| ├── my_package | |
| │ ├── __about__.py | |
| │ └── __init__.py | |
| └── setup.py | |
| 1 directory, 3 files |
| [Desktop Entry] | |
| [...] | |
| Exec=env WAYLAND_DISPLAY= alacritty -e tmux | |
| [...] |
| #!/bin/bash | |
| BRANCH_1=$1 | |
| BRANCH_2=$2 | |
| # Can be "both", "merged", "not-merged" | |
| SHOW=${SHOW:-'both'} | |
| if [ -z ${BRANCH_1} ] || [ -z ${BRANCH_2} ]; then | |
| printf "Usage: ./drifted-commits.sh <ORIGIN_BRANCH> <TARGET_BRANCH>\n" | |
| exit 1 |
| $ cat /var/lib/flatpak/exports/share/applications/org.signal.Signal.desktop | |
| [Desktop Entry] | |
| Name=Signal | |
| Comment=Private messaging from your desktop | |
| Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=signal --file-forwarding org.signal.Signal @@u %U @@ --use-tray-icon --start-in-tray | |
| Terminal=false | |
| Type=Application | |
| Icon=org.signal.Signal | |
| StartupWMClass=Signal | |
| Categories=Network; |
I hereby claim:
To claim this, I am signing this object:
| # AI | |
| - http://gamedevelopment.tutsplus.com/series/understanding-steering-behaviors--gamedev-12732 | |
| - http://notmagi.me/behavior-trees-number-1/ | |
| - http://notmagi.me/behavior-trees-number-2/ | |
| # Camera | |
| - http://nova-fusion.com/2011/04/19/cameras-in-love2d-part-1-the-basics/ | |
| # Lua | |
| - http://nova-fusion.com/categories/tutorials/ |