This file contains hidden or 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
server { | |
listen 80; | |
location / { | |
proxy_set_header Host $host; | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_pass http://localhost:5002; | |
} | |
} |
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140731_213151_THE_9390.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140731_213246_THE_9391.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140731_223629_THE_9418.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140801_141133_THE_1613.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140801_141203_THE_1616.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140801_184915_THE_1629.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140801_185805_THE_1653.jpg
- http://assembly.galleria.fi/kuvat/Assembly+Summer+2014/Tero+Heino/20140802_183923_THE_0402.jpg
- http://assembly.galleria.fi/kuvat/Assembly%20Summer%202014/Tero%20Heino/20140731_174613_THE_9326.jpg
I hereby claim:
- I am rambo on github.
- I am rambo (https://keybase.io/rambo) on keybase.
- I have a public key whose fingerprint is 8720 1234 F478 A1D3 C50D 0521 8BB8 8BB5 06F1 6D6F
To claim this, I am signing this object:
This file contains hidden or 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
// http://forum.arduino.cc/index.php/topic,37975.0.html | |
#define moisture_input A0 | |
#define divider_top 7 | |
#define divider_bottom 8 | |
int SoilMoisture(){ | |
int reading; | |
// set driver pins to outputs |
This file contains hidden or 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
# http://pypi.python.org/pypi/pytz | |
import datetime, pytz | |
fmt = '%Y-%m-%d %H:%M:%S %Z%z' | |
hki = pytz.timezone('Europe/Helsinki') | |
hki | |
dt_n = datetime.datetime(2012, 10, 29, 10, 34, 0) | |
hki.utcoffset(dt_n) | |
td = datetime.timedelta(days=20) | |
dt2_n = dt - td | |
hki.utcoffset(dt2_n) |
This file contains hidden or 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
/** | |
* Rough box measurements (based on the electronics board size) | |
* | |
* Height 15cm -> 10cm should be enough | |
* Width 30cm | |
* Depth 20cm | |
* | |
* Coilforms: | |
* 4.0” DIA | |
* 3.22” DIA |
NewerOlder