Skip to content

Instantly share code, notes, and snippets.

View Frikki's full-sized avatar
Welcome to the Thunder Dome

Frederik Krautwald Frikki

Welcome to the Thunder Dome
View GitHub Profile
@Frikki
Frikki / esnextbin.md
Last active November 25, 2016 16:33
esnextbin sketch
@Frikki
Frikki / esnextbin.md
Last active November 21, 2016 11:12
esnextbin sketch
@Frikki
Frikki / esnextbin.md
Last active November 15, 2016 08:54
esnextbin sketch
@Frikki
Frikki / esnextbin.md
Created November 12, 2016 18:00
esnextbin sketch
@Frikki
Frikki / gh-labels.sh
Last active January 28, 2018 18:07
Default issue labels for Github repos.
#!/usr/bin/env bash
echo -n "Username: "
read USER
echo -n "Password: "
read -s PASS
echo -n "Repo (e.g., foo/bar): "
read REPO
@Frikki
Frikki / dialogue.js
Last active October 3, 2017 08:34
Simple Cycle.js (Nested) Dialogue with MVI Example
/** @jsx hJSX */
import {hJSX} from '@cycle/dom';
const DIALOGUE_NAME = `dialogue`;
let idSuffix = 0;
function makeCycleId() {
return `${DIALOGUE_NAME}-${idSuffix++}`;
#
# @author Jonathon byrd
#
############################################################
# first things first, set your iptables for a web server. If you jack these
# up you don't want to have to re-install your os after doing much more.
# @see http://www.thegeekstuff.com/2011/06/iptables-rules-examples/
# and
# @see https://help.ubuntu.com/community/IptablesHowTo