I hereby claim:
- I am lagerone on github.
- I am lagerone (https://keybase.io/lagerone) on keybase.
- I have a public key ASBcQL4xJlWknzZIpA8hbYZFTywB5IRLs9E6pC-hho3uogo
To claim this, I am signing this object:
| #!/usr/bin/python3 | |
| import logging | |
| import os | |
| import subprocess | |
| import sys | |
| from typing import Literal | |
| logging.basicConfig(level=logging.DEBUG) |
| ### Keybase proof | |
| I hereby claim: | |
| * I am lagerone on github. | |
| * I am lagerone (https://keybase.io/lagerone) on keybase. | |
| * I have a public key ASDgXCfNH2qAl_I2HmxSWpuqBUwjzmlip9mu1LrUnzJ3WQo | |
| To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "presets": [ | |
| ["es2015", { | |
| "es2015": { | |
| "loose": true, | |
| "modules": false | |
| } | |
| }], "react" | |
| ] | |
| } |
| var http = require("http"), | |
| url = require("url"), | |
| path = require("path"), | |
| fs = require("fs"), | |
| port = process.argv[2] || 8888; | |
| http.createServer(function(request, response) { | |
| var uri = '/public' + url.parse(request.url).pathname, | |
| filename = path.join(process.cwd(), uri), |
| *resharper.user | |
| [Dd]ebug/ | |
| [Rr]elease/ | |
| build/ | |
| [Bb]in/ | |
| [Oo]bj/ | |
| *.suo | |
| *.sln.cache | |
| _ReSharper.*/ | |
| .idea* |