Skip to content

Instantly share code, notes, and snippets.

View kadrach's full-sized avatar

Niko Eckerskorn kadrach

  • Amazon Web Services
  • Sydney, Australia
View GitHub Profile
@kadrach
kadrach / 1.png
Last active August 29, 2015 14:20
Alfred2 workflow for texdoc
1.png
Virtualenv test-foo-py3.6 already exists.
Using virtualenv: /home/neckerskorn/.cache/pypoetry/virtualenvs/test-foo-py3.6
Updating dependencies
Resolving dependencies...
1: fact: test-foo is 0.1.0
1: derived: test-foo
1: fact: test-foo depends on docker (^3.5)
1: selecting test-foo (0.1.0)
1: derived: docker (^3.5)
PyPI: No release information found for docker-0.0.1, skipping
@kadrach
kadrach / keybase.md
Last active February 25, 2019 23:53
keybase.md

Keybase proof

I hereby claim:

  • I am kadrach on github.
  • I am nikoeckerskorn (https://keybase.io/nikoeckerskorn) on keybase.
  • I have a public key whose fingerprint is A572 E5DE 71B0 5A90 C883 13A7 6C9B C657 539A DFE3

To claim this, I am signing this object:

@kadrach
kadrach / counts.csv
Last active October 28, 2019 13:17
Python quote counting
package simple double
pip 48429 39517
simplejson 2128 1282
six 128 1808
botocore 43373 12059
python-dateutil 2916 2879
setuptools 14801 16502
s3transfer 4797 1568
pyyaml 5883 1492
futures 288 346
@kadrach
kadrach / Gear Music Player.alfredworkflow
Last active March 30, 2020 02:46
Alfred2 workflow for Gear Music Player
@kadrach
kadrach / gist:6228314
Created August 14, 2013 05:42
Enabling texdoc: Texlive/BasicTeX
Found here: http://macosx-tex.576846.n2.nabble.com/BasicTeX-and-documentation-td7579224.html
Problem: BasicTex does not come with texdoc installed, and does not build docs by default
1. Install texdoc
> tlmgr install texdoc
2. Enable automatic build of documentation, which is disabled (default) for BasicTeX tlmgr.
> tlmgr option docfiles 1
@kadrach
kadrach / aws-step-function.json
Created September 11, 2021 01:33 — forked from studds/aws-step-function.json
JSON Schema for AWS Step Functions (derived from https://github.com/airware/asl-validator)
{
"$schema": "http://json-schema.org/draft-07/schema",
"definitions": {
"state-machine": {
"type": "object",
"properties": {
"Comment": {
"type": "string"
},
"StartAt": {