I hereby claim:
- I am meerestier on github.
- I am larsschulz (https://keybase.io/larsschulz) on keybase.
- I have a public key whose fingerprint is 3148 CE43 1FE7 0D3E 0EE6 6488 90EF 324F D885 3410
To claim this, I am signing this object:
#!/usr/bin/env python | |
# | |
# Extracts email addresses from one or more plain text files. | |
# | |
# Notes: | |
# - Does not save to file (pipe the output to a file if you want it saved). | |
# - Does not check for duplicates (which can easily be done in the terminal). | |
# | |
# (c) 2013 Dennis Ideler <[email protected]> |
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
################################################################################# | |
# | |
# Eure Daten | |
library("FGClimatology") | |
meteo20 <- read.logger("../Data/Messung_Moerickeluch_Nov2014/CR800_20_Meteo.dat") | |
meteo40 <- read.logger("../Data/Messung_Moerickeluch_Nov2014/CR800_40_Meteo.dat") | |
meteo50 <- read.logger("../Data/Messung_Moerickeluch_Nov2014/CR800_50_Meteo.dat") | |
# Vorprozessierung - falsches Datum |