29%
10.04.2015
Watchman is an open source tool developed by Facebook and released under the terms of Apache License 2.0. The Watchman website [1] states: "Watchman exists to watch files and record when they change
29%
13.12.2018
://www.dwavesys.com/press-releases/d-wave%C2%A0announces%C2%A0d-wave-2000q-quantum-computer-and-first-system-order
Avoiding traffic jams and surviving tsunamis: https://www.volkswagenag.com/en/news/stories/2018/06/avoiding
29%
09.10.2017
, it produces errors. However the 5/6 division under Python 2 consistently outputs 0
, because the operator returns an integer value. The corresponding code is shown in Figure 2
29%
09.10.2017
stack17987 0.1 1.2 224984 49332 pts/35S+15:450:19 /usr/bin/python /usr/bin/magnum-api
stack18984 0.0 1.4 228088 57308 pts/36S+15:450:06 /usr/bin/python /usr/bin/magnum-conductor
$
Kubernetes, Mesos
29%
01.08.2019
.
The Zeroshell Linux distribution provides various essential network services ranging from DHCP and firewall to virtual private network (VPN) and load balancing. It has a RADIUS server for WPA2 authentication
29%
11.10.2016
straightforward. If a processor was operating at a fixed frequency of 2.0GHz, CPU utilization was the percentage of time the processor spent doing work. (Not doing work is idle
time.) For 50% utilization
29%
09.01.2013
in the meantime:
>>> reservations = conn.get_all_instances()
>>> reservations[0].instances[0].id
u'i-1df79851'
>>> reservations[0].instances[0].state
u'terminated'
If you add a few lines, like those in Listing 2
29%
05.12.2014
.12.6)
DSM 5.0-4493 Update 5 (Linux 3.2.40)
Thecus OS 5.0 (Linux 3.10.47)
ReadyNAS OS 6.1.9
Price (without disks,EUR incl. VAT)
$350/EUR390
$300/EUR250
$370/EUR430
29%
02.08.2021
://download.owncloud.com/ocis/ocis/1.0.0/ocis-1.0.0-linux-amd64 --output ocis
chmod +x ocis
The binary edition of oCIS expects /var/tmp/ocis as the default storage location, but that can be changed in its configuration (Figure 2
29%
06.10.2019
pingtest.pl
01 #!/usr/bin/perl
02 use Cassandra::Client;
03
04 my $client=Cassandra::Client->new(
05 contact_points=>['172.21.0.2', '172.21.0.4', '172.21.0.5'],
06 username => 'admin',
07