I hereby claim:
- I am mlocher on github.
- I am mlocher (https://keybase.io/mlocher) on keybase.
- I have a public key whose fingerprint is 0503 3F0E 4B0C 91CD D42E 711F 153F 0151 EA2A 276C
To claim this, I am signing this object:
Protokoll große Runde Okt. 2012 | |
Anwesend: Dani, Julia L, Thomas H., Helmut, Schiffi, Ulrich L, Marko, Flo, Fritzi, Charly, Reini, Erich, Lu | |
Beginn: 1325 | |
- Rückblick: | |
-- Schulfest: | |
Ablauf war gut, gutes Template für nächstes Schulfest |
{ | |
"title": "AirPi", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "*", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
#!/bin/sh | |
PLAY_VERSION="2.2.2" | |
curl -o play-${PLAY_VERSION}.zip http://downloads.typesafe.com/play/${PLAY_VERSION}/play-${PLAY_VERSION}.zip | |
unzip play-${PLAY_VERSION}.zip | |
export PATH=$PATH:~/play-${PLAY_VERSION} | |
play --version |
#!/bin/bash | |
echo "Please see an updated version of this script available at " | |
echo "https://github.com/codeship/scripts/blob/master/packages/elasticsearch.sh" | |
VERSION="1.1.1" | |
PORT="9333" | |
PWD=`pwd` | |
mkdir -p ~/elasticsearch/ |
#!/bin/bash | |
ant All | |
return_value=$? | |
# Call sendmail task to ensure sending logs | |
ant sendmail | |
echo "Call to ant ALL was ${return_value}" | |
exit $return_value |
#!/bin/bash | |
curl https://api.rollbar.com/api/1/deploy/ -F access_token=$ROLLBAR_ACCESS_TOKEN -F revision=$COMMIT_ID -F environment=production -F local_username=$CI_COMMITTER_USERNAME |
#!/bin/bash | |
# Codeship now integrates a JDK switcher, see | |
# https://codeship.io/documentation/languages/java-and-jvm-based-languages/#jdks | |
# for more information! | |
JAVA="jdk-8u20-linux-x64" | |
JAVA_URL="http://download.oracle.com/otn-pub/java/jdk/8u20-b26/$JAVA.tar.gz" | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" $JAVA_URL |
#!/bin/bash | |
curl https://install.meteor.com > ./install_meteor | |
sed -i'' -e 's/PREFIX=.*/PREFIX="$HOME"/g' ./install_meteor | |
chmod u+x ./install_meteor | |
./install_meteor |
I hereby claim:
To claim this, I am signing this object: