Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
// Licence: Robert Koch-Institut (RKI), dl-de/by-2-0 | |
// Define URLs based on the corona.rki.de webpage | |
const newCasesApiUrl = `https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_COVID19/FeatureServer/0/query?f=json&where=NeuerFall%20IN(1%2C%20-1)&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&outStatistics=%5B%7B%22statisticType%22%3A%22sum%22%2C%22onStatisticField%22%3A%22AnzahlFall%22%2C%22outStatisticFieldName%22%3A%22value%22%7D%5D&resultType=standard&cacheHint=true`; | |
const incidenceUrl = (location) => | |
`https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_Landkreisdaten/FeatureServer/0/query?where=1%3D1&outFields=GEN,cases7_per_100k&geometry=${location.longitude.toFixed( | |
3 | |
)}%2C${location.latitude.toFixed( | |
3 | |
)}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&returnGeometry=false&outSR=4326&f=json`; |
/****** I've created a Chrome extension from this script, take a look at https://github.com/LoranKloeze/WhatsAllApp ********/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
/******************** Keep in mind: this script is frozen. Check the url mentioned above. **********************************/ | |
// Was this script of any use for you? Please consider a donation. It has taken me a lot of time to figure this |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: helm | |
namespace: kube-system | |
--- | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
kind: ClusterRoleBinding | |
metadata: | |
name: helm |
#!/bin/bash | |
debug=0 | |
if [[ $# -eq 0 ]] ; then | |
echo 'usage: initCognitoUser [parameters]' | |
echo 'paramters:' | |
echo '-c --clientId: Cognito ClientId' | |
echo '-i --poolId: Cognito UserPoolId' | |
echo '-u --username: Username of new User' | |
echo '-p --password: Password of new User' |
[alias] | |
prev = checkout HEAD^1 --force | |
next = "!sh -c 'git log --reverse --pretty=%H master | awk \"/$(git rev-parse HEAD)/{getline;print}\" | xargs git checkout --force'" |
#!/bin/bash | |
# visit us @ innFactory.de | |
CUR_DIR=$(pwd) | |
GREEN='\033[0;32m' | |
NC='\033[0m' | |
echo "Pulling latest changes for all repositories..." | |
echo $CUR_DIR |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.19502738118171692</real> |
<!-- | |
* LICENSE AGREEMENT For GraphiQL software | |
* | |
* Facebook, Inc. (“Facebook”) owns all right, title and interest, including all | |
* intellectual property and other proprietary rights, in and to the GraphiQL | |
* software. Subject to your compliance with these terms, you are hereby granted a | |
* non-exclusive, worldwide, royalty-free copyright license to (1) use and copy the | |
* GraphiQL software; and (2) reproduce and distribute the GraphiQL software as | |
* part of your own software (“Your Software”). Facebook reserves all rights not | |
* expressly granted to you in this license agreement. |