Skip to content

Instantly share code, notes, and snippets.

View fstoerkle's full-sized avatar

Florian Störkle fstoerkle

View GitHub Profile
@fstoerkle
fstoerkle / example_response.json
Created January 23, 2019 10:24
Dashboard API example
{
"user": {
"name": "pariatur velit con",
"id": "urn:uuid:24bf4cc1-035d-7961-bff0-80047a4c1e91",
"avatar": "http://example.com"
},
"activities": [{
"type": "1-1",
"id": "02d52036-e9ee-e7e8-9a23-5c64ce7b5bf8",
"title": "labore",
### Keybase proof
I hereby claim:
* I am fstoerkle on github.
* I am fstoerkle (https://keybase.io/fstoerkle) on keybase.
* I have a public key whose fingerprint is 1066 F655 0D3F A774 CB5F D711 3DD0 4346 F58D 2E76
To claim this, I am signing this object:
@fstoerkle
fstoerkle / bumpme
Last active December 6, 2018 14:10
Thu Dec 6 14:11:06 UTC 2018
@fstoerkle
fstoerkle / node REPL
Created August 29, 2017 08:47
global
> const l = require('./someModule')
> l()
global.TEST undefined
ReferenceError: TEST is not defined
at module.exports
...
> global.TEST = 'foo'
> l()
global.TEST foo
TEST foo
@fstoerkle
fstoerkle / disable-software-rendering.bat
Created July 20, 2017 15:39
Tell Internet Explorer to use software rendering
@echo off
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\UseSWRender" /v "UseSWRender" /t REG_DWORD /d 1 /f

Keybase proof

I hereby claim:

  • I am fstoerkle on github.
  • I am fstoerkle (https://keybase.io/fstoerkle) on keybase.
  • I have a public key whose fingerprint is 815C 3931 2FE9 C5B2 641B 627C 9AC1 4A26 497B 5056

To claim this, I am signing this object:

# find out, which linux distribution you are on
/etc/SuSE-release # SUSE
/etc/debian_version # Debian
/etc/redhat-release # RedHat
/etc/issue # Ubuntu