I hereby claim:
- I am djhaskin987 on github.
- I am djhaskin987 (https://keybase.io/djhaskin987) on keybase.
- I have a public key whose fingerprint is F54C FF73 1E7E 01C3 AE74 9B30 D62D AA3E 080E 17A9
To claim this, I am signing this object:
| # Use this line at your own risk | |
| # * text=auto | |
| # Editor save files | |
| # (these should be in your gitignore) | |
| *~ text | |
| .*.sw[a-z] text | |
| \#* text | |
| .#* text |
| #!/bin/sh | |
| set -x | |
| xfreerdp \ | |
| "${@}" | |
| +clipboard \ | |
| +compression \ | |
| /audio-mode:2 \ | |
| /network:lan \ | |
| /cert-ignore \ |
| (defn assoc-conj | |
| "Conjoin a value onto the list corresponding to the key `k` in `mp`." | |
| [mp k v] | |
| (if (empty? mp) | |
| {k [v]} | |
| (if (empty? (mp k)) | |
| (assoc mp [v]) | |
| (assoc mp | |
| (conj (mp k) | |
| v))))) |
| # vim: nobackup nowritebackup noswapfile bufhidden=wipe tw=0 conceallevel=2 concealcursor=nvc foldmethod=syntax syntax=password |
| 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:f54cff731e7e01c3ae749b30d62daa3e080e17a9] |
| /* Distributed under the CC-wiki license. | |
| * user contributions licensed under cc by-sa 3.0 with attribution required: https://creativecommons.org/licenses/by-sa/3.0/ | |
| * Originally taken from the answer by @rodrigo, found here: http://stackoverflow.com/a/12486703/850326 | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <memory.h> | |
| #include <string.h> | |
| #include <stdint.h> | |
| #include <sys/stat.h> |
| { | |
| "gui_state": { | |
| "mainview": { | |
| "lock_layout": false, | |
| "show_status_filter": false, | |
| "height": 768, | |
| "windowstate": "AAAA/wAAAAL9AAAAAQAAAAAAAASaAAADVfwCAAAAAfwAAAAVAAADVQAAATsA/////AEAAAAC/AAAAAAAAADZAAAA2QD////6AAAAAAIAAAAC+wAAAAwAUgBlAGMAZQBuAHQBAAAAAP////8AAABjAP////sAAAASAEYAYQB2AG8AcgBpAHQAZQBzAQAAAHsAAADRAAAAYwD////8AAAA3AAAA74AAACZAP////wCAAAABPsAAAAOAEEAYwB0AGkAbwBuAHMBAAAAFQAAAGYAAAA6AP////wAAAB+AAAAvQAAAHgBAAAU+gAAAAEBAAAAA/sAAAAMAFMAdABhAHQAdQBzAQAAAAD/////AAAAiQD////7AAAACABEAGkAZgBmAQAAAAD/////AAAAewD////7AAAADABDAG8AbQBtAGkAdAEAAAFgAAABnwAAAJkA////+wAAAA4AQgByAG8AdwBzAGUAcgEAAAE+AAABBwAAAGMA////+wAAAA4AQwBvAG4AcwBvAGwAZQEAAAJIAAABIgAAAB0A////AAAAAAAAA1UAAAAEAAAABAAAAAgAAAAI/AAAAAA=", | |
| "width": 1024, | |
| "maximized": false, | |
| "y": 50, |
| #!/usr/bin/python | |
| from __future__ import unicode_literals | |
| from __future__ import print_function | |
| from __future__ import absolute_import | |
| from __future__ import division | |
| import giturlparse | |
| import os | |
| import subprocess | |
| import argparse |
| \documentclass[12pt]{article} | |
| \usepackage{amsmath,amsfonts,amssymb,amsthm,placeins} | |
| \usepackage[pdftex]{graphicx} | |
| \setlength{\pdfpagewidth}{8.5in} | |
| \setlength{\pdfpageheight}{11in} | |
| \setlength{\topmargin}{0.0in} | |
| \setlength{\voffset}{0.0in} | |
| \setlength{\oddsidemargin}{0.0in} |
I hereby claim:
To claim this, I am signing this object: