I hereby claim:
- I am aaronjackson on github.
- I am asjackson (https://keybase.io/asjackson) on keybase.
- I have a public key whose fingerprint is 4FAE 5660 A0C2 9995 102B E3C1 1D4F 8528 46D3 36D9
To claim this, I am signing this object:
| const IRCCloud = require('irccloud'); | |
| const MQTT = require('mqtt') | |
| const mqtt = MQTT.connect('mqtt://mqtt address', { | |
| username: '', | |
| password: '', | |
| clientId: 'nodejs_irccloud', | |
| }); | |
| console.log(mqtt); |
| from rank_bm25 import BM25Okapi | |
| import glob, os | |
| import numpy as np | |
| import cv2 | |
| import string | |
| files = [] | |
| corpus = [] | |
| similarity = [] |
| Section "InputClass" | |
| Identifier "hhkb" | |
| MatchIsKeyboard "on" | |
| MatchProduct "PFU Limited HHKB-Classic" | |
| Option "XkbLayout" "us" | |
| EndSection | |
| Section "InputClass" | |
| Identifier "laptop-kb" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| source_pool=$1 | |
| first_sync=$2 | |
| if [ $first_sync ] ; then | |
| echo "You have asked for an initial sync." | |
| echo "If you didn't mean this, you have five five seconds to cancel it." | |
| sleep 5 | |
| fi |
| #!/bin/bash | |
| regex='s/.*gpu=\([0-9]\).*/\1/p' | |
| p=$(while IFS='=' read x partition ; do | |
| IFS='=' read x nodes | |
| echo $partition $nodes | |
| done < <(scontrol show part | \ | |
| grep -e PartitionName -e ' Nodes')) |
| ;; ROW MAJOR MODE MATRIX STUFF | |
| ;; matrix definition | |
| ;; w h elems | |
| (SETQ M '(2 2 (1 0 | |
| 0 1))) | |
| (SETQ MATRIX-NUMEL | |
| (LAMBDA (MAT) | |
| (* (CAR MAT) (CAR (CDR MAT))))) |
| ### Keybase proof | |
| I hereby claim: | |
| * I am aaronjackson on github. | |
| * I am asj (https://keybase.io/asj) on keybase. | |
| * I have a public key whose fingerprint is 2D30 2738 2CCC C393 1A5B F6A4 88F5 B21F A012 F470 | |
| To claim this, I am signing this object: |
| ;; Aaron Jackson <[email protected]> | |
| ;; caffe-mode.el | |
| (setq caffe-mode-highlights | |
| '((".*\s{" . font-lock-function-name-face) | |
| ("^\s*.+:" . font-lock-keyword-face) | |
| ("#+.*" . font-lock-comment-face) | |
| ("'.*'" . font-lock-string-face) | |
| ("[A-z]" . font-lock-constant-face) | |
| ("false\\|true" . font-lock-constant-face) |
| xset dpms 0 0 0 | |
| xset -dpms | |
| xset s noblank | |
| xset s noexpose | |
| killall -9 vlc | |
| export WINOPTS="--disable-screensaver --width=960 --height=540 --no-embedded-video" | |
| vlc --video-title TopLeft \ |