aspe:keyoxide.org:FWUZKTCGSZTQYUFYWQ6FLQQBEY
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
| import multiprocessing | |
| from multiprocessing import Value, Pool | |
| from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor | |
| import pandas as pd | |
| from pathlib import Path | |
| import sys | |
| output_csv = 'output.csv' | |
| base_dir = 'base_dir' |
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
| from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor | |
| import pandas as pd | |
| from pathlib import Path | |
| import sys | |
| base_dir = sys.argv[1] | |
| output_csv = sys.argv[2] | |
| files = Path(base_dir).rglob('*.csv') | |
| def read_file(file): |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCjKxZ7tM25ucBjc+k9foQ2Jrv/vo9OpWv4i89IkFtxv5RYGE6NQqWazoris1fyByhT7hQONPZP2tFELKrg+rFOWSd5nTbZORdSfJIQLUe2W36oc/cfw0ZCRYxXundD1v/8YoxEzmjcgrzi75811+T8lo6OrGFPv3aXQb0mOcN++rRH89ee30EZYorkouGdYs5VG0cIoCF52LdeURC0s9TYs5PGV7It5EJn3My1B1Qq02VvO9q9bZRKK9uShj19zL0wKg2jpdwmc1CDQUvCFvDLoALr+Aop+EQnLn5ZLI7IxwoeiUpXyCrMw/10aCZWD4bxYZMO+cZ7VKD09ZqsvFp+0eYkAulOwuPLMeaYD9+Qckm+A9gmw7/iDaZM+o0N1JBIRgbShZPm7yiMKepBAvY6dVJ+rQGJ3eIP+RidDmi3SAVZcZVchuq/Z7egPNAsL1/PtHxXYo1mbqpaGqiga8sKgLhCz0LkoJXVMyOMHlX0unv3riPi2at3XzF6gvyz/H8= viroos@Maciejs-MacBook-Pro.local |
I hereby claim:
- I am viroos on github.
- I am maciejsawicki (https://keybase.io/maciejsawicki) on keybase.
- I have a public key whose fingerprint is 517B 99C3 2FCE 2835 9C53 7A29 DA2B 23C8 9DC6 889A
To claim this, I am signing this object:
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
| viroos@ubuntu-test:~/core-infra$ kubectl get pvc mypvc -o yaml --export | |
| apiVersion: v1 | |
| kind: PersistentVolumeClaim | |
| metadata: | |
| annotations: | |
| kubectl.kubernetes.io/last-applied-configuration: | | |
| {"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{"volume.beta.kubernetes.io/storage-provisioner":"kubernetes.io/azure-file"},"creationTimestamp":null,"name":"mypvc","namespace":"default","selfLink":"/api/v1/namespaces/default/persistentvolumeclaims/mypvc"},"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"10Gi"}}},"status":{}} | |
| volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/azure-disk | |
| creationTimestamp: null | |
| name: mypvc |
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
| viroos@ubuntu-test:~/core-infra$ kubectl get sc -o yaml --export default | |
| apiVersion: storage.k8s.io/v1 | |
| kind: StorageClass | |
| metadata: | |
| annotations: | |
| kubectl.kubernetes.io/last-applied-configuration: | | |
| {"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{"storageclass.beta.kubernetes.io/is-default-class":"true"},"creationTimestamp":"2017-10-19T11:48:48Z","labels":{"kubernetes.io/cluster-service":"true"},"name":"default","namespace":"","resourceVersion":"220","selfLink":"/apis/storage.k8s.io/v1/storageclasses/default","uid":"7821c002-b4c3-11e7-9b54-000d3a03a7b3"},"provisioner":"kubernetes.io/azure-disk"} | |
| storageclass.beta.kubernetes.io/is-default-class: "true" | |
| creationTimestamp: null | |
| labels: |
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
| metrics:3.1.2.10 | |
| workflow-cps-global-lib:2.8 | |
| credentials-binding:1.12 | |
| credentials:2.1.14 | |
| variant:1.1 | |
| jclouds-jenkins:2.14 | |
| cloud-stats:0.12 | |
| durable-task:1.14 | |
| icon-shim:2.0.3 | |
| pipeline-stage-view:2.8 |
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
| for container in `docker ps -a|grep Exited| cut -f1 -d\ `; do docker rm $container; done |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project> | |
| <actions/> | |
| <description/> | |
| <logRotator> | |
| <daysToKeep>90</daysToKeep> | |
| <numToKeep>30</numToKeep> | |
| <artifactDaysToKeep>-1</artifactDaysToKeep> | |
| <artifactNumToKeep>-1</artifactNumToKeep> | |
| </logRotator> |
NewerOlder