13%
25.09.2023
.getenv("REDIS_HOST", "localhost")
07 r = redis.Redis(host=redis_host, port=6379, decode_responses=True)
08
09 @app.route('/')
10 def hello():
11 count = r.incr('counter')
12 return f'Hello, you have visited {count} times.'
13
13%
30.01.2020
Interfaces:
12 - DeviceIndex: 0
13 NetworkInterfaceId:
14 Ref: fgteni1
15 - DeviceIndex: 1
16 NetworkInterfaceId:
17 Ref: fgteni2
18 UserData:
19
13%
28.11.2021
.53
node_cpu_seconds_total{cpu="0",mode="nice"} 187.19
node_cpu_seconds_total{cpu="0",mode="softirq"} 1029.12
node_cpu_seconds_total{cpu="0",mode="steal"} 0
node_cpu_seconds_total{cpu="0",mode="system"} 2991
13%
15.12.2016
are over i
= 2,n
− 1 and j
= 2,n
−1. Here is how you can write the iteration over the domain using array notation:
a(2:n-1,2:n-1) = 0.25 * &
(a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n
13%
11.06.2014
application server.
On a system in a stable state, throughput initially is not affected by file operations, but after a certain value (e.g., 16,384MB), performance collapses. As Figure 1 shows
13%
23.03.2022
-34-1804/72
/dev/loop7 17441 17441 0 100% /snap/gnome-3-38-2004/87
/dev/nvme1n1p1 62513152 7087560 55425592 12% /home
/dev/nvme0n1p1 0 0 0 - /boot/efi
/dev/loop8 17495 17495 0
13%
15.08.2016
, one of which is now exclusively assigned to ns1. As a whole, it functions very rigorously, as a look into the sysfs virtual filesystem demonstrates:
$ tree /sys/class/net
/sys/class/net
|---eth0
13%
27.09.2021
.170
17.75
Xenial (16.04)
ami-0133407e358cc1af0
9.300
7.001
16.301
Bionic (18.04)
ami-0186d369d234b536f
12.946
5.608
18.554
Focal
13%
17.06.2017
real :: diameter
08 real :: radius
09 real :: area
10 end type meta_data
11
12 contains
13 subroutine meta_comp(r, item)
14 type(meta_data) :: item
15 item%diameter = 2.0
13%
21.08.2014
} 'a'..'c';
12
13 $s .= $one;
14 $s .= $two;
15 $s .= $three;
16
17 my $temp;
18 for (my $i=0; $i<12288; $i++) {
19 $temp=substr($s,length($s)-1,1);
20 $s=$temp.$s;
21 $s = substr($s,0