Skip to content

Instantly share code, notes, and snippets.

View runningskull's full-sized avatar

Juan Patten runningskull

View GitHub Profile
@runningskull
runningskull / named-windows.lua
Last active June 3, 2020 19:03
Hammerspoon config to enable naming (ie. labeling) windows and switching to them by name
-- Utils --
curwin = hs.window.focusedWindow
function err(msg)
hs.alert.show(' ✗ '..msg, {fillColor={red=0.618}})
end
function prompt(main, sub) -- like built-in prompt, but automatically focuses the text input
local win = curwin()

Music for working/programming/reading/…

…sleeping, meditating, yoga, after hour…. Mostly ambient, drone, (neo-)classical, dub, minimal techno, deep house, micro house, downtempo, slo-mo house, ketapop, schneckno, jetlagdisco, post-rock, lowfi hip hop…

I constantly update this list if I find something that I like. This collection is nowhere from finished and obviously mostly shaped by my taste in music. Please feel free to comment your recommendations.

Radio

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
You can jump to |title-name| just like in vim help docs.
Some more
lines here
and more lines
Title Name *title-name*
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am runningskull on github.
  • I am runningskull (https://keybase.io/runningskull) on keybase.
  • I have a public key whose fingerprint is 3A0B 444E A35C C9C0 6136 D534 1F98 04A5 81B6 AAB3

To claim this, I am signing this object:

@runningskull
runningskull / b.md
Created March 30, 2016 23:28
standalone dev browsers
@runningskull
runningskull / moment-immutable.js
Created February 19, 2016 01:20 — forked from timrwood/moment-immutable.js
Immutable Moments
(function (root, factory) {
"use strict";
if (typeof define === 'function' && define.amd) {
define(['moment'], factory);
} else if (typeof exports === 'object') {
module.exports = factory(require('moment'));
} else {
factory(root.moment);
}
}(this, function (moment) {
@runningskull
runningskull / springer-free-maths-books.md
Created December 29, 2015 14:02 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of books available for free, here are the direct links