16%
07.06.2019
this script, please let me know, preferably in Python
06 # hanscees@AT@hanscees.com
07 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
08
09 set -o errexit
10
11 main() {
12
16%
14.03.2013
: 6
08 microcode : 0x60c
09 cpu MHz : 800.000
10 cache size : 6144 KB
11 physical id : 0
12 siblings : 2
13 core id : 0
14 cpu cores : 2
15 apicid
16%
16.08.2018
| nova | compute |
| 266b6275884945d39dbc08cb3297eaa2 | ceilometer | metering |
| 4f0ebe86b6284fb689387bbc3212f9f5 | cinder | volume |
| 59392edd44984143bc47a89e111beb0a
16%
05.02.2019
, revenue DECIMAL(11, 2)
05 , customer_class CHAR(1)
06 );
07
08 SQL> INSERT INTO customer
09 VALUES (1, 2016, 100.0), (2, 2016, 0.0), (3, 2016, 999.99);
10 SQL> INSERT INTO customer
11 VALUES (1, 2017, 500.0
16%
30.11.2020
Listing 8
config.json File Content
01 {
02 "ociVersion": "1.0.0",
03 "process": {
04 "user": {
05 "uid": 0,
06 "gid": 0
07 },
08 "args": [
09 "/usr
16%
21.08.2014
are described in the OpenNMS wiki for OCS integration [8]. In this example, the PRIS is installed on the same server as OpenNMS. The server listens on the local address 127.0.0.1 on port TCP/8000 and provides
16%
11.02.2016
happens transparently for the user, who has no contact at all with the tools. Otto is released under Mozilla Public License Version 2.0, and development is an open process on GitHub [6].
Otto has one
16%
01.08.2019
;
04 for (i = 0; i < num_numbers; i++) {
05 sum += numbers[i];
06 }
07 return sum;
08 }
The function is named sum_function and the code sum.c. This code can be compiled into a shared
16%
19.02.2013
"123456";
03
04 group "intranet" => "192.168.2.12", "192.168.2.13";
05 group "accounting" => "192.168.2.14", "192.168.2.15";
06
07 logging to_file => "rex.log";
08
09 desc "Uptime estimate";
10 task "uptime
16%
13.02.2017
.modulea {
02 // required
03 requires java.base;
04 requires java.xml;
05 requires slf4j.api;
06
07 // exported
08 exports de.lm.java9.modulea;
09
10 // provides a service