Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
echo "Make a Gource Video of the Corona Warn App Development Process" | |
echo "1588432052|Begin of Development" > cwa-caption.txt | |
for repo in documentation server verification-server verification-portal verification-iam testresult-server app-ios app-android; do | |
# Clone the Repos | |
git clone https://github.com/corona-warn-app/cwa-${repo}.git | |
# Extract the Gource infos |
This file contains 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
#!/usr/bin/python | |
# coding: utf-8 | |
from datetime import datetime, timedelta | |
import subprocess | |
import os | |
import time | |
import csv | |
import matplotlib.pyplot as plt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# Tensorflow DNNRegressor in Python | |
# CC-BY-2.0 Paul Balzer | |
# see: http://www.cbcity.de/deep-learning-tensorflow-dnnregressor-einfach-erklaert | |
# | |
TRAINING = True | |
WITHPLOT = False |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
RAW | Distance[cm] | |
---|---|---|
0 | 2.0 | |
1 | 2.0 | |
2 | 2.1 | |
3 | 2.1 | |
4 | 2.2 | |
5 | 2.2 | |
6 | 2.3 | |
7 | 2.3 | |
8 | 2.4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder