I hereby claim:
- I am kventil on github.
- I am kventil (https://keybase.io/kventil) on keybase.
- I have a public key ASCE2BieK36MP3ecHlzG1Pf0SAgT3wBfI-zb7IXUTBBTCgo
To claim this, I am signing this object:
| ] setenv auto-boot true | |
| ] saveenv | |
| ] /exit |
| #include <stdio.h> | |
| #include <stdarg.h> | |
| #include <math.h> | |
| #include <stdlib.h> | |
| #define MESSPUNKTE 320 | |
| #define UMDREHUNGEN 10 | |
| double radius = 0.012; // 12 mm | |
| double pleul = 0.077; // 77 mm |
| #!/bin/sh | |
| # plottet alle im Verzeichnis gefunden csv-Dateien | |
| for i in *.csv | |
| do echo "set term png; | |
| set output '${i%.*}.png'; | |
| set datafile separator ','; | |
| plot '$i' using 5" | gnuplot -persist | |
| done |
| ### Keybase proof | |
| I hereby claim: | |
| * I am kventil on github. | |
| * I am kventil (https://keybase.io/kventil) on keybase. | |
| * I have a public key whose fingerprint is F28F 3835 32C9 5576 A41E 314E 3023 6564 05DF 4C41 | |
| To claim this, I am signing this object: |
| function md5hash($path) | |
| { | |
| $fullPath = Resolve-Path $path | |
| $md5 = new-object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider | |
| $file = [System.IO.File]::Open($fullPath,[System.IO.Filemode]::Open, [System.IO.FileAccess]::Read) | |
| [System.BitConverter]::ToString($md5.ComputeHash($file)) | |
| $file.Dispose() | |
| } | |
| Fragen an alle: | |
| 1. Was habt ihr gestern gemacht? -> Was habt ihr umgesetzt? | |
| 2. Wann ist euer nächstes großes Release? | |
| 3. Dokumentation? | |
| 4. Was ist das größte Problem an dem ihr gerade arbeitet? | |
| 5. Bisher Coolstes/Arbeitsintensivstes Feature? | |
| 6. Wie steht ihr zu Büro-Hunden? / Hat jemand eine Hundeallergie? | |
| 7. Wie sahen eure Firmenevents bisher aus? | |
| 8. Gröster Durchbruch bisher? |
I hereby claim:
To claim this, I am signing this object:
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |
| [00;32m \^V// | |
| [00;33m |[01;37m. [01;37m.[00;33m| [01;34m I AM (G)ROOT! | |
| [00;32m- [00;33m\ - / [00;32m_ | |
| [00;33m \_| |_/ | |
| [00;33m \ \ | |
| [00;31m __[00;33m/[00;31m_[00;33m/[00;31m__ | |
| [00;31m|_______| [00;37m With great power comes great responsibility. | |
| [00;31m \ / [00;37m Use sudo wisely. | |
| [00;31m \___/ |
| # GNU Screen - main configuration file | |
| # All other .screenrc files will source this file to inherit settings. | |
| # Author: Christian Wills - [email protected] | |
| # Allow bold colors - necessary for some reason | |
| attrcolor b ".I" | |
| # Tell screen how to set colors. AB = background, AF=foreground | |
| termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' |