I hereby claim:
- I am alanwsmith on github.
- I am alanwsmith (https://keybase.io/alanwsmith) on keybase.
- I have a public key whose fingerprint is C0F2 EE68 14B7 0E30 6CF6 1089 00BE 4373 A2A5 1665
To claim this, I am signing this object:
import json | |
import os | |
from flask import Flask, request, Response | |
app = Flask(__name__) | |
@app.route('/webhooks/twitch-callback', methods=['POST']) | |
def respond(): |
/////////////////////////////////////////////////////////////////////// | |
// This is changing the grouping and alphabetization of the initial // | |
// example to gauge readability. // | |
/////////////////////////////////////////////////////////////////////// | |
export const thereIsABetterWay = true | |
export const bar = { |
100101110111011102132|01011001002020|010110010012|010110010021|10010111011101110 |
postgres-# \du | |
List of roles | |
Role name | Attributes | Member of | |
---------------------+------------------------------------------------------------+----------- | |
launchpad_dev_user | | {} | |
launchpad_prod_user | | {} | |
postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {} | |
toolkit_dev_user | | {} | |
toolkit_prod | | {} | |
toolkit_prod_user | | {} |
I hereby claim:
To claim this, I am signing this object:
# Based on: Quickly navigate your filesystem from the command-line | |
# http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html | |
# by Jeroen Janssens | |
# Notes: | |
# - This version is for Mac OSX 10.8 using ZSH. | |
# - It includes autocomplete functionality. | |
# - The original 'jump' command changed to 'jt' (think Jump To). | |
# - Marks are stored in '~/.jumptomarks' instead of '~/.marks'. | |
# - The '~/.jumptomarks' dir is created automatically by using 'mark' |
Notes from a clean install of Mac OS X before messing around with environmental variables. The default PATH that is provided for the default user is:
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
The /usr/local/bin
did not get created by default. It can be created with:
sudo mkdir -p /usr/local/bin
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | |
<!-- | |
Example of putting commas after everything but the last item in a list. | |
This will process the XML: | |
<?xml version="1.0" encoding="UTF-8"?> | |
<root> |