17%
11.06.2014
developers, Vladimir Vuksan [15], has some pre-built binaries that saved my bacon. The specific versions of the system software I use are listed in Table 1.
Table 1
Software
Software
17%
11.10.2016
(every 5 seconds):
14 (periodically-expire 5)
15
16 ; Email address used to send notifications:
17 (def email (mailer {:from "riemann@example.com"}))
18
19 ; Index: Definition
20 (let [index (index)]
21
17%
16.08.2018
pdsh read the hosts from a file other than the WCOLL environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4: 15:51:39 up 8:35, 12 users, load average: 0.64, 0.38, 0.20
192.168.1.250: 15:47:53 up
17%
05.08.2024
.yml playbook to remove the uprintfd entry from the /etc/inittab file on the AIX host (Listing 15). Note that the state: directive is set to absent, meaning the /etc/inittab entry should be removed if it exists
17%
27.09.2024
, but the SSD writes 1.5MB, the SSD has a WAF value of 1.5. A WAF of 1 with zero overhead would be ideal. Sequential write operations come closest because they store large contiguous blocks of data. The WAF
17%
16.05.2013
result on host
15
16 // Free device memory
17 dA = gpuFree(dA);
18 dC = gpuFree(dC);
19 d1 = gpuFree(d1);
20 d2 = gpuFree(d2);
21 d3 = gpuFree(d3);
Scilab has a vibrant community, and the excellent
17%
31.10.2025
.4/hour (US$ 0.15/core per hour), Cluster GPU instance is US$ 2.1/hour, and the High I/O instance is US$ 3.1/hour.
Thus, using the small usage case (80 cores, 4GB of RAM per core, and basic storage of 500
17%
31.10.2025
for VirtualBox
14 - virtualpc plugin for VirtualPC
15
16 Available delivery plugins:
17 - s3 plugin for Amazon Simple Storage Service (Amazon S3)
18 - cloudfront plugin for Amazon Simple Storage
17%
30.11.2025
the Buffer
01 [global]
02 ioengine=libaio
03 direct=1
04 filename=testfile
05 size=2g
06 bs=4m
07
08 refill_buffers=1
09
10 [write]
11 rw=write
12 write_bw_log
13
14 [read]
15 stonewall
16 rw=read
17 write
17%
30.11.2025
exten => _.,n,Playback(auth-thankyou)
14 exten => _.,n(found),Dial(sip/${EXTEN})
15 exten => _.,n,HangUp()
The extensions.conf
script in Listing 4 displays the number, and the Asterisk Say