Skip to content

Instantly share code, notes, and snippets.

View sklirg's full-sized avatar
🙈

Håkon Solbjørg sklirg

🙈
View GitHub Profile
@sklirg
sklirg / keybase.md
Created May 15, 2018 12:40
keybase.md

Keybase proof

I hereby claim:

  • I am sklirg on github.
  • I am sklirg (https://keybase.io/sklirg) on keybase.
  • I have a public key whose fingerprint is 424B 7EE3 8CF7 C760 76A5 6550 708F 3037 5DF9 B627

To claim this, I am signing this object:

@sklirg
sklirg / IngressOPR_Keyboard_Shortcuts.user.js
Last active June 17, 2017 01:29
Ingress OPR Keyboard Shortcuts
// ==UserScript==
// @name Ingress OPR Keyboard Shortcuts
// @namespace https://opr.ingress.com/recon
// @version 1.4
// @description Makes it possible to vote on Ingress OPR using keyboard shortcuts. Numbers 1 - 5 for voting, enter for submit / analyse more, q/h for "home" (in analyse more prompt).
// @author sklirg
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js
// @match https://opr.ingress.com/recon*
// @downloadURL https://gist.github.com/sklirg/4b0bec70a94a67857eb69197fb41ff8c/raw/IngressOPR_Keyboard_Shortcuts.user.js
@sklirg
sklirg / deploy_django.sh
Created February 9, 2016 01:19
Deploy script for Django
#!/bin/bash
# Author: sklirg
# Release script for a Django project using github
# This script will release a new version of the specified branch and the specified project
# Logging is done to three file descriptors;
# stdout to fd 1
# stderr to fd 2
# log lines output to fd 3 (including timestamps)