Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jhunken on github.
  • I am jhunken (https://keybase.io/jhunken) on keybase.
  • I have a public key ASAUZtCdihMn4YjVy-BuN9s35K4HI83k6n1Ec0xocJ43-go

To claim this, I am signing this object:

➜ ~ brew install redis
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
jenkins-lts magic-wormhole
==> Updated Formulae
abcde git-quick-stats gspell kobalt pwntools sjk vim zinc
acpica gitlab-ci-multi-runner gtksourceview3 numpy screenfetch sysdig xapian
django-completion goenv jsonschema2pojo omega shairport-sync terraform youtube-dl
angular.module('lib.decorators', [])
.config(['$provide', function($provide){
$provide.decorator('$rootScope', ['$delegate', function($rootScope) {
var _proto
, _new
, nextUid = function() {
return ++$rootScope.$id;
}
, Scope = function() {