I hereby claim:
- I am yellowapple on github.
- I am yellowapple (https://keybase.io/yellowapple) on keybase.
- I have a public key ASBPtlgmyVo2Vuv-AJi8t9J0hwwoXxGuIma1RyehwU0sjwo
To claim this, I am signing this object:
| #!/bin/sh | |
| SELF=$(basename $0) | |
| usage () { | |
| echo "usage: $SELF [-dfhv] [basedir]" | |
| } | |
| help () { | |
| echo "\ | |
| ID3-Tag-inator: Automatically populates ID3 tags for all MP3 files in the |
| /* Ripped from https://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm */ | |
| #include <stdio.h> | |
| #include <sqlite3.h> | |
| int main(int argc, char* argv[]) { | |
| sqlite3 *db; | |
| char *zErrMsg = 0; | |
| int rc; | |
| rc = sqlite3_open(":memory:", &db); |
| #!/bin/bash | |
| # I don't *think* I'm the original author, but I can't recall who was. | |
| # I think maybe from: | |
| # https://steamcommunity.com/app/244160/discussions/0/2727382174641131600/ | |
| # But as y'all can surely see, this is very different, so ¯\_(ツ)_/¯ | |
| # -- RyNo | |
| game_id="$1"; shift; |
| #!/bin/sh | |
| width=$(window-size | awk '{print $3}') | |
| height=$(window-size | awk '{print $4}') | |
| server=$1; shift | |
| xfreerdp /w:$width /h:$height /v:$server "$@" |
I hereby claim:
To claim this, I am signing this object:
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:2676074abeffb5cac5855c94ab1e5aee3563b6b1] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:2676074abeffb5cac5855c94ab1e5aee3563b6b1] |
| (in-package :stumpwm) | |
| ; fucking hackery | |
| ;; fucking swank | |
| (require :swank) | |
| (swank-loader:init) | |
| (swank:create-server :port 4004 | |
| :style swank:*communication-style* | |
| :dont-close t) |