Skip to content

Instantly share code, notes, and snippets.

View mbarkhau's full-sized avatar
💭

mbarkhau

💭
  • Cyberspace
View GitHub Profile
@mbarkhau
mbarkhau / .config_terminator_config
Last active June 9, 2016 07:45
utility configuration
[global_config]
inactive_color_offset = 0.92
[keybindings]
close_window = None
group_tab = <Primary><Alt>t
broadcast_group = <Super>g
broadcast_all = <Super>b
broadcast_off = <Shift><Super>b
new_tab = <Primary><Shift>t
ungroup_tab = <Primary><Shift><Alt>t
@mbarkhau
mbarkhau / pretty_json.py
Last active February 8, 2017 11:17
pretty_json.py
# -*- coding: utf-8 -*-
"""Prettify JSON
Usage:
pjson --help
pjson --test
cat my.json | pjson
"""
@mbarkhau
mbarkhau / placepaintbot.js
Last active April 2, 2017 02:47
placepaintbot.js
// ==UserScript==
// @name PlacePaintBot
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Domination of Place!
// @author mbarkhau
// @match https://www.reddit.com/place?webview=true
// @grant none
// ==/UserScript==
@mbarkhau
mbarkhau / placepaintbot4.js
Last active November 12, 2021 02:54
placepaintbot4.js
// ==UserScript==
// @name PlacePaintBot
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Domination of Place!
// @author mbarkhau
// @match https://www.reddit.com/place?webview=true
// @grant none
// ==/UserScript==
@mbarkhau
mbarkhau / proof_of_work_in_time_and_space.ipynb
Last active August 11, 2017 06:15
proof_of_work_in_time_and_space.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbarkhau
mbarkhau / euler_hack_006.ipynb
Created June 8, 2017 21:18
euler_hack_006.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbarkhau
mbarkhau / harvest_shortcuts_userscript.js
Last active June 9, 2017 18:02
harvest_shortcuts_userscript.js
// ==UserScript==
// @name Harvest Keyboard Shortcuts
// @namespace https://gist.github.com/mbarkhau/41d7594db0b4981a08007a596b85641c
// @version 0.1
// @description enter something useful
// @author Manuel Barkhau
// @match https://*.harvestapp.com/time/day/*
// @grant none
// ==/UserScript==
@mbarkhau
mbarkhau / euler_hack_007.ipynb
Last active June 19, 2017 21:48
euler_hack_007.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbarkhau
mbarkhau / euler_hack_008.ipynb
Created July 3, 2017 22:08
euler_hack_008.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbarkhau
mbarkhau / euler_hack_009.ipynb
Created July 18, 2017 06:12
euler_hack_009.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.