A Factorio train management system with configurable station priority. (Blueprint book string)
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
0eNrtXduOo0YQ/ZUVUl4SvKIbDLaljBQleVtFq9U+RIpGFrZ7bLTcBHg21sofkL/It+VL0uCxjW3ormrAY8/yMitzaaBPdV1OVfV+02b+msWJF2bTWRR90SbfjkdSbfJX6Wd+zptH4e5w6i1D18+PZZuYaRPNy1ig6VroBvmvZcJYOPjqJUzb6poXLtjf2oRs9Yobn70kW/Mjh3t3Vww+lO6kqDs/le40UXf+WbrT2j7qGgszL/PY7puLH5tpuA5mLOGfc7jbTbxsFbDMmw/mUTDzQjeLEj54HKX87ijMn8xHHFBd2/B/yPshfwyfyiyJ/OmMrdxnj1/PLzoONOWnF8XNaX7iyUvSbAr+jpnvzr/k35KyfJx8sDRzcwwH/K2jmCXu7r20H/m90TqL1/jRt7uPCNn88Jok/5OwRXm6PP6Lf/jcS+ZrLyt+ku0jv5fCLqY5DoU8yS/M3+kCJ4rGiVwLJ+bOV5UwGaco/aSA0m5sBEjkHCT95LSJwZCcQyMcqx5i3DikRgLMw9ws2NxbsEQIvyFD/2WQlpboCej8vWI3Kd5rov2sgvozSzbZyguXu7HjDX/NNVfvT0kUTL2QD6ZNsmTNmqzeUxAcKJimGMyK5YxQEqdjWdCXqBMZ6zCxAVt462DAfD5TCdccceSzS6F5URkUPqvgNWDD3nioaI6MQs4X3FTPdyetbnVePhVdWaZi7DrJhk7ui9BVXu7AsLBRCufF3kCB6Er9kFtQP5WzPhQrIEuoKYCQOQo24qqI8ZnZ3Ie9sKGabShW4mOMQQDq9dFhAvbzKMR57wmCYH7y/IwlNfGRHNZ1jqlllMKlR/icj2GfP8YaCfIqNqLWL27DSKAd45GKUeAyX4TEk1IErWu+O2P8HbUPfN357z6xOfP4AuQn+N+0+CTHNMjYpsR07GMsauRQ3mEk/vlWI3Hz/fDosJXkmnYr1/vFfiHXlFiONTJtyzmV71/++E1BwnePQUj4sIHrTdoLu28CFKwjW4brh6uwKZKgmNgYNC9 |
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
""" | |
When run in cron, automatically adds compliant alias names to local DNS. | |
Use at your own risk. | |
Patrick Fuller, 25 June 17 | |
""" | |
import re | |
import paramiko | |
import pymongo |
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
#!/usr/bin/env python | |
import time | |
import rados | |
import json | |
def get_cluster_health(r): | |
cmd = {"prefix":"status", "format":"json"} | |
ret, buf, errs = r.mon_command(json.dumps(cmd), b'', timeout=5) | |
result = json.loads(buf) |
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
package main | |
import ( | |
"bufio" | |
"fmt" | |
"net" | |
"regexp" | |
"runtime" | |
"strconv" | |
"strings" |
- Fibaro Wall Plug (US Model)
- Fibaro Motion Sensor aka eye of Sauron
- Fibaro RGB Lighting Sensor
- r/homeautomation/ - redit
- CastleOS - Kinect Voice Control
- Jasper Project - arduino voice control
- The Thing System (node.js based control software)
- Dostres Arduino Sensor
- Piper Video Automation
- Node Red IFFF like js app