Skip to content

Instantly share code, notes, and snippets.

View rjkip's full-sized avatar

Reinier Kip rjkip

  • Stable Variance Ltd
  • Christchurch, New Zealand
View GitHub Profile
@rjkip
rjkip / keybase.md
Created January 30, 2018 20:21
keybase.md

Keybase proof

I hereby claim:

  • I am rjkip on github.
  • I am rjkip (https://keybase.io/rjkip) on keybase.
  • I have a public key ASAY86rsVUNm59K8xW4YARMA5JLFLZYeIgQ1xoX_J6p8-Ao

To claim this, I am signing this object:

@rjkip
rjkip / README.md
Last active April 10, 2017 16:12
Workshop: “Getting to know React Native with Expo”

Workshop: “Getting to know React Native with Expo”

Prepare

Install the create-react-native-app tool:

$ npm install -g create-react-native-app
@rjkip
rjkip / monolog.json
Last active December 3, 2017 21:56 — forked from skowron-line/monolog.json
lnav Monolog format
{
"monolog": {
"title": "Monolog log file",
"description": "Monolog log format",
"url": "https://github.com/Seldaek/monolog",
"regex": {
"default": {
"pattern": "\\[(?P<timestamp>.*)\\] (?P<logger>.+?).(?P<level>\\w+): (?P<message>[^\\[\\{]+) (?P<context>[\\[\\{].*[\\]\\}]) (?P<extra>[\\[\\{].*[\\]\\}])"
}
},
@rjkip
rjkip / Makefile
Created July 7, 2016 13:48
Makefile target list
.RECIPEPREFIX +=
help:
@echo
@echo "\033[0;33mAvailable targets:\033[0m"
@cat Makefile | sed 's/: /: → /' | GREP_COLORS="ms=00;32" grep --colour=always -P '^[a-z0-9].+:' | column -s ':' -t | sed 's/^/ /'
test: test-fast test-slow
test-fast:
@echo OK
@rjkip
rjkip / flow-check
Last active August 29, 2015 14:11
Misleading type incompatibility message
[rjkip:/tmp/flowtest]$ flow check
/tmp/flowtest/game.js:5:11,16: ?Player
This type is incompatible with
/tmp/flowtest/player.js:20:18,23: Player
Found 1 error
@rjkip
rjkip / run-in-bash.md
Last active June 4, 2016 07:49
Popping and cracking sound on Dell XPS 13 9333 Ultrabook when jack plugged in

Installation

# https://launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily
sudo add-apt-repository ppa:ubuntu-audio-dev/alsa-daily
sudo apt-get update
sudo apt-get install oem-audio-hda-daily-dkms
echo Reboot machine