This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"meta": { | |
"theme": "elegant", | |
"version": "v1.0.0", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json" | |
}, | |
"basics": { | |
"name": "Michael Pomogajko", | |
"label": "Fullstack Software Developer & Engineer", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1", | |
"sources": [ | |
"https://www.bbk.bund.de/SharedDocs/Downloads/BBK/DE/Sonstiges/Coronavirus_Hotlines_Bundeslaender.pdf?__blob=publicationFile", | |
"https://www.krankenversicherung.net/coronavirus-hotlines", | |
"https://www.tk.de/techniker/leistungen-und-mitgliedschaft/informationen-versicherte/leistungen/corona-virus/corona-hotline-alternativen-2080430" | |
], | |
"countries": { | |
"de": { | |
"hotlines": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: spark-worker-0 | |
Namespace: spark | |
Priority: 0 | |
Node: gke-fs-acc-europe-west3-gke-1-bfaf9a76-xw13/10.156.0.56 | |
Start Time: Thu, 12 Mar 2020 11:13:03 +0100 | |
Labels: app.kubernetes.io/component=worker | |
app.kubernetes.io/instance=spark | |
app.kubernetes.io/managed-by=Helm | |
app.kubernetes.io/name=spark | |
controller-revision-hash=spark-worker-7cc5d8b86f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Successfully registered with master spark://spark-master-0.spark-headless.spark.svc.cluster.local:7077 | |
20/03/11 09:57:34 INFO Worker: Asked to launch executor app-20200311095734-0000/0 for sparklyr | |
20/03/11 09:57:34 INFO SecurityManager: Changing view acls to: spark | |
20/03/11 09:57:34 INFO SecurityManager: Changing modify acls to: spark | |
20/03/11 09:57:34 INFO SecurityManager: Changing view acls groups to: | |
20/03/11 09:57:34 INFO SecurityManager: Changing modify acls groups to: | |
20/03/11 09:57:34 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(spark); groups with view permissions: Set(); users with modify permissions: Set(spark); groups with modify permissions: Set() | |
20/03/11 09:57:34 INFO ExecutorRunner: Launch command: "/opt/bitnami/java/bin/java" "-cp" "/opt/bitnami/spark/conf/:/opt/bitnami/spark/jars/*" "-Xmx4096M" "-Dspark.driver.port=32963" "org.apache.spark.executor.CoarseGrainedExecutorBackend" "--driver-url" "spark://CoarseGrainedSchedu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
#current branch | |
me = !git rev-parse --abbrev-ref HEAD | |
st = status | |
sta = !git status && git add . --all && git status && echo 'Staged all changes, if any.' | |
unsta = !git status && git reset HEAD && git status && echo 'Unstaged all changes, if any.' | |
stachbst = !git status && git add . --all && echo 'Staged all changes, if any.' && git checkout -b $branchname && git status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ ! -d '.git' ] | |
then | |
echo 'Git not initialized in this folder' | |
exit 1 | |
fi | |
if [ -z "$1" ] | |
then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def __repr__(self): | |
args = ['{}={}'.format(k, repr(v)) for (k,v) in vars(self).items()] | |
return 'ClassName({})'.format(', '.join(args)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
*, | |
*:before, | |
*:after { | |
background: transparent !important; | |
color: #000 !important; | |
box-shadow: none !important; | |
text-shadow: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": [ | |
"airbnb", | |
"prettier", | |
"prettier/react" | |
], | |
"parser": "babel-eslint", | |
"parserOptions": { | |
"ecmaVersion": 8, | |
"ecmaFeatures": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "dark", | |
"colors": { | |
"input.background": "#1d1f23", | |
"dropdown.background": "#1d1f23", | |
"dropdown.border": "#181a1f", | |
"list.focusBackground": "#383e4a", | |
"list.activeSelectionBackground": "#2c313a", | |
"list.activeSelectionForeground": "#d7dae0", | |
"list.inactiveSelectionBackground": "#2c313a", |
NewerOlder