I hereby claim:
- I am turingmachine on github.
- I am turingmachine (https://keybase.io/turingmachine) on keybase.
- I have a public key ASDsqlEuou2LpV4MgvZgzOY1mczvvzHLsINstliMCbf_Hgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import sys, time | |
| from ZenPacks.community.CiscoEntityEnvMon.CiscoDevice import CiscoDevice | |
| sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0) | |
| CHUNK_SIZE = 100 | |
| ORGANIZERS = [ | |
| dmd.Devices.Network.Switch.Cisco, | |
| dmd.Devices.Network.Router.Cisco, ] | |
| def chunks(bulk, chunk_size): |
| simu@koze[~] | |
| $ ls | |
| advanced-puppet ceph Music puppet VirtualBox VMs | |
| advanced-puppet.bk Documents node_modules rps VirtualBox VMs.old | |
| bin Downloads openstack src workspace | |
| simu@koze[~] | |
| $ uname -a | |
| Linux koze.yokto.net 4.2.3-200.fc22.x86_64 #1 SMP Thu Oct 8 03:23:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux | |
| simu@koze[~] | |
| $ df -h |
| ############################################################################## | |
| # | |
| # Copyright (C) Zenoss, Inc. 2007, all rights reserved. | |
| # | |
| # This content is made available according to terms specified in | |
| # License.zenoss under the directory where your Zenoss product is installed. | |
| # | |
| ############################################################################## | |
| #!/usr/bin/env python | |
| import time | |
| from datetime import datetime, timedelta | |
| import Globals | |
| from Products.ZenUtils.ZCmdBase import ZCmdBase | |
| from Availability import Report | |
| replace_args = {'day':1,'hour':0,'minute':0,'second':0,'microsecond':0} |
| diff -ru original/classes/Tools.php anpassungen/classes/Tools.php | |
| --- original/classes/Tools.php 2015-08-06 01:01:52.116643359 +0200 | |
| +++ anpassungen/classes/Tools.php 2015-08-08 18:24:17.166218907 +0200 | |
| @@ -1626,6 +1626,8 @@ | |
| case PS_ROUND_HALF_ODD: | |
| return Tools::math_round($value, $precision, Tools::$round_mode); | |
| case PS_ROUND_HALF_UP: | |
| + case PS_ROUND_CHF_5CTS: | |
| + return round(20 * $value) / 20; | |
| default: |
| --- a/hotwire.py | |
| +++ b/hotwire.py | |
| @@ -197,6 +197,7 @@ class HotWireGame(): | |
| self.rankings_current += 1 | |
| if self.rankings_current == len(self.rankings): | |
| self.rankings_current = 0 | |
| + self.display.blank() | |
| self.display_update() | |
| def show_tribute_display(self): |
| # Interfaces: alert when ifOperStatus =! 1 and when interface does not match regex | |
| (streams | |
| (where (type "interface") | |
| (where (not (ifOperState 1)) | |
| (where (not (interface #"^FastEthernet.*")) | |
| (with :state "critical"))))) |
| 1017 ? Ssl 0:38 /usr/bin/docker -d -s btrfs --dns=172.17.42.1 | |
| 2802 ? Sl 0:00 \_ docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 5000 -container-ip 172.17.0.2 -container-port 5000 | |
| 2811 ? Sl 0:00 \_ docke 1017 ? Ssl 0:38 /usr/bin/docker -d -s btrfs --dns=172.17.42.1 | |
| 2802 ? Sl 0:00 \_ docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 5000 -container-ip 172.17.0.2 -container-port 5000 | |
| 2811 ? Sl 0:00 \_ docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9100 -container-ip 172.17.0.3 -container-port 9100 | |
| 2817 ? Ss 0:00 \_ /bin/sh -c /opt/elasticsearch-0.90.9/bin/elasticsearch -f -Des.node.name=elasticsearch-serviced -Des.cluster.name=e88lu5eqrcjgb6l0brrquke0i | |
| 2854 ? Sl 1:31 | \_ /usr/bin/java -Xms256m -Xmx1g -Xss256k -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiating | |
| 2821 ? Ss 0:00 \_ /bin/sh -c DOCKER_REGISTRY_CONFIG=/d |
| USER_LDFLAGS = /lib64/libgstreamer-0.10.so /lib64/libgstapp-0.10.so.0 /lib64/libgstvideo-0.10.so.0 /lib64/libopencv_calib3d.so.2.4 /lib64/libX11.so.6 /lib64/libXi.so.6 /lib64/libXrandr.so.2 /lib64/libXxf86vm.so.1 /lib64/libudev.so.1 /lib64/libGLEW.so.1.9.0 /usr/lib64/libPocoNetSSL.so.11 /lib64/libPocoXML.so.11 | |
| # use this to add system libraries for example: | |
| # USER_LIBS = -lpango | |
| USER_LIBS =-lpthread -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_flann -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_ts -lopencv_video -lgstbase-0.10 |