Skip to content

Instantly share code, notes, and snippets.

View lipp's full-sized avatar

Gerhard Preuss lipp

View GitHub Profile
@CarlaTeo
CarlaTeo / symlink_patches.diff
Last active November 22, 2019 20:51 — forked from rodrigoalmeidaee/symlink_patches.diff
list of patches for jest to handle symlinks properly [ jest 24.7.1 ]
@alexathylane
alexathylane / iOS Universal Links Support Checklist.md
Last active August 8, 2024 09:35
iOS Universal Links Support Checklist
@staltz
staltz / introrx.md
Last active April 24, 2025 06:10
The introduction to Reactive Programming you've been missing
@jasonrudolph
jasonrudolph / 00-about-search-api-examples.md
Last active January 3, 2025 03:54
5 entertaining things you can find with the GitHub Search API
@trishume
trishume / private.xml
Created November 23, 2012 13:16
My keyremap4macbook private.xml
<?xml version="1.0"?>
<root>
<item>
<name>Remap Right Control to Hyper</name>
<appendix>OS X doesn't have a Hyper. This maps right control to Control + Shift + Option + Command.</appendix>
<identifier>space_cadet.left_control_to_hyper</identifier>
<autogen>
--KeyToKey--
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: