I hereby claim:
- I am emilebons on github.
- I am emilebons (https://keybase.io/emilebons) on keybase.
- I have a public key ASBrvnqyjzUD31mb9vJ6LGRHRB9OgoadrZxfx9Y3R9i7Tgo
To claim this, I am signing this object:
<?php | |
/** | |
* Front to the WordPress application. This file doesn't do anything, but loads | |
* wp-blog-header.php which does and tells WordPress to load the theme. | |
* | |
* @package WordPress | |
*/ | |
/** | |
* Tells WordPress to load the WordPress theme and output it. |
I hereby claim:
To claim this, I am signing this object:
$euCountries = array( | |
'AT' => 'Austria', | |
'BE' => 'Belgium', | |
'BG' => 'Bulgaria', | |
'HR' => 'Croatia', | |
'CY' => 'Cyprus', | |
'CZ' => 'Czech Republic', | |
'DK' => 'Denmark', | |
'EE' => 'Estonia', | |
'FI' => 'Finland', |
import datetime | |
import snap7 | |
from snap7.util import * | |
class DtlExample: | |
def __init__(self, ip, db): | |
self.plc = snap7.client.Client() | |
self.ip = ip | |
self.db = db |