This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ sudo service bluetooth start ubt0 | |
➜ ~ sudo hccontrol -n ubt0hci remote_name_request 00:18:00:3b:92:34 | |
BD_ADDR: 00:18:00:3b:92:34 | |
Name: FILCO Bluetooth Keyboard | |
➜ ~ sudo cat /etc/bluetooth/hcsecd.conf | |
# ... snip ... | |
device { | |
bdaddr 00:18:00:3b:92:34; | |
name "FILCO Bluetooth Keyboard"; | |
key nokey; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert('uh oh!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ npm -g i jsbin | |
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade | |
npm WARN engine [email protected]: wanted: {"node":">= 0.8.0 < 0.13.0"} (current: {"node":"4.6.0","npm":"2.15.9"}) | |
npm WARN deprecated [email protected]: Use `setimmediate` instead | |
| | |
> [email protected] install /home/duncan/node/lib/node_modules/jsbin/node_modules/sqlite3 | |
> node-pre-gyp install --fallback-to-build | |
(node) child_process: options.customFds option is deprecated. Use options.stdio instead. | |
make: Entering directory '/home/duncan/node/lib/node_modules/jsbin/node_modules/sqlite3/build' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This is sp, the command-line Spotify controller. It talks to a running | |
# instance of the Spotify Linux client over dbus, providing an interface not | |
# unlike mpc. | |
# | |
# Put differently, it allows you to control Spotify without leaving the comfort | |
# of your command line, and without a custom client or Premium subscription. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SSID=$1 | |
if [ -z "$SSID" ]; then | |
echo "usage: nmcli-bounce SSID" | |
exit -1 | |
fi | |
HOST=cogent.co |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name No More Giphy™ | |
// @namespace duncan@bayne.id.au | |
// @description Hides all Slack messages from /giphy | |
// @include /https:\/\/.*\.slack\.com\/messages\/.*/ | |
// @version 2 | |
// @grant GM_log | |
// @require http://code.jquery.com/jquery-2.1.4.min.js | |
// @require http://underscorejs.org/underscore-min.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sheetData> | |
<row r="1" customFormat="false" ht="12.8" hidden="false" customHeight="false" outlineLevel="0" collapsed="false"> | |
<c r="A1" s="1" t="n"> | |
<v>41552</v> | |
</c> | |
</row> | |
<row r="2" customFormat="false" ht="12.8" hidden="false" customHeight="false" outlineLevel="0" collapsed="false"> | |
<c r="A2" s="1" t="n"> | |
<v>41551.9999999998</v> | |
</c> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ uhoh tree | |
. | |
├── foo | |
│ └── bar | |
│ └── baz | |
│ └── qux | |
└── -rf | |
3 directories, 2 files | |
➜ uhoh rm * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, | |
I'm writing to let you know that the Spotify client for OSX (and possibly | |
other OSs too) is inaccessible to people who are blind and otherwise disabled. | |
Several people, myself included, have raised this issue in an attempt to | |
have it fixed but we've been consistently ignored by Spotify staff. | |
E.g.: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S: <wait for connection on TCP port 110> | |
C: <open connection> | |
S: +OK POP3 server ready <[email protected]> | |
C: APOP mrose c4c9334bac560ecc979e58001b3e22fb | |
S: +OK mrose's maildrop has 2 messages (320 octets) | |
C: STAT | |
S: +OK 2 320 | |
C: LIST | |
S: +OK 2 messages (320 octets) | |
S: 1 120 |
NewerOlder