30%
09.10.2017
a browser and SSH, in which case no other hardware is necessary (i.e., a keyboard, monitor, or mouse). The Pi is powered by a 5V micro-USB. To avoid power issues, use a power supply that provides 2.5A
30%
02.08.2022
VARCHAR(10) DEFAULT NULL,
21 content VARCHAR(64000) DEFAULT NULL,
22 ttl INT DEFAULT NULL,
23 prio INT DEFAULT NULL,
24 disabled TINYINT
30%
28.11.2022
into a deceptive sense of security: Thanks to technologies such as self-monitoring analysis and reporting technology (S.M.A.R.T.) and wear leveling, these data storage devices can predict their demise and usually
30%
02.02.2021
i < 1000:
21 my_data.append(data_w_weekend(i / 1000))
22 i += 1
23
24 # add some noise
25 random_gain = 0.1 # factor for the noise
26 i = 0
27 while i < 1000:
28 my_data[i] += np
30%
03.12.2015
of various as-a-service modules. Like OpenStack itself, requirements and expectations of OpenStack's users have also grown.
From a data center perspective, it might be sufficient to be able to provision
30%
05.12.2019
the multiplication of two integers and the addition of two integers. Save the Fortran integer multiplication code function in file mult.f90,
integer function multiply(a, b)
integer, intent(in) :: a, b
multiply
30%
05.12.2019
waitpid(-1, 0);
20 } else {
21 close READFROMCHILD;
22 close WRITETOCHILD;
23 $thisdata = ;
24 print "The child process read $thisdata";
25 print WRITETOPARENT "The child process
30%
05.12.2019
-7 * * * mycommand -u me -o file
## Pick up email daily at 20, 21, 22 and 24 minutes past the hour.
20-24~23 * * * * getmail
## Pick up email every 30 minutes.
@ 30 getmails -all
## Run the Save command with low
30%
22.12.2017
-world.html.gz
The original file takes up 124 bytes of space on the hard drive. After compression with Gzip, this number drops to 113 bytes, which means a space savings of 9 percent. Compressed with Brotli, the file is only 77
30%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value