17%
07.11.2011
#pragma omp parallel for reduction(+: pi)
10 for (i = 0; i < STEPCOUNTER; i++) {
11 /* pi/4 = 1/1 ‑ 1/3 + 1/5 ‑ 1/7 + ...
12 To avoid the need to continually change
13 the sign (s=1
17%
30.11.2025
_shared_key "/etc/racoon/psk.txt";
02 remote 192.168.1.31 {
03 exchange_mode main;
04 proposal {
05 encryption_algorithm 3des;
06 hash_algorithm sha1;
07 authentication_algorithm pre_shared_key;
08
17%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc
17%
31.10.2025
will provide sub-par performance. A deeper treatment of these issues can be found in a recent article called "Will HPC Work in the Cloud?" [3].
Finally, any remote computation scheme needs to address
17%
03.02.2022
class BlazeDemoV1 extends Simulation {
08
09 var qualifiedhost = "http://blazedemo.com"
10 var proxyport = 0
11 var proxyhost = "not set"
12
13 // headers for HTTP call
14 val headers = Map(
15
17%
10.07.2012
to their respective variables in Listing 3, the string.format()
function concatenates to create a new string. The %s
placeholder replaces string.format()
with the content of the firstname
and lastname
variables
17%
30.01.2020
is to create an S3 bucket that contains the starting configuration and the license for the firewall. Next, you generate the config file for the firewall and upload it with the license. For a rented, but more
17%
30.11.2025
to a remote host, allow this with the command
$ xhost +
and then export your display to the remote host on which you want to view the applications.
$ export DISPLAY=hostname:0.0
On the system
17%
21.01.2014
for EC2 in this example is thus ec2_
, whereas the S3 storage service uses s3_
, and the load balancer uses elb_
, and so on.
The API is a little confusing because
17%
20.06.2022
.8 or later, PIP, and Python-venv. On Ubuntu or Arch Linux type,
apt install python3 python3-venv python3-pip
pacman -S python python-pip
respectively. Now create a file named app.py with the content