25%
02.02.2021
01 // ---- previously --------
02 class Address
03 {
04 public string $name;
05 public DateTimeImmutable $birthday;
06
07 public function __construct(string $n, DateTimeImmutable $g)
08 {
09
25%
04.11.2011
.
Listing 1: Running Many Commands at Once
01 $ cat commands
02 date
03 hostname
04 echo foo | md5sum
05
06 $ cat commands | parallel
07 Thu Jul 8 10:37:20 EST 2010
08 desktop‑machine
09 d3b07384d113edec49
25%
05.02.2019
', 5), ('Leo', 6);
07 INSERT INTO marks VALUES ('Alena', 5), ('Milva', 4), ('Pablo', 6), ('Leo', 2);
08 INSERT INTO marks VALUES ('Alena', 4), ('Milva', 3), ('Marino', 6), ('Pablo', 5), ('Leo', 4);
09
10 ... What lacked maturity in MariaDB 10.2 has now been sorted out in version 10.3. We look at the benefits you can reap now. ... MariaDB 10.3 ... New features in MariaDB 10.3
25%
04.02.2013
3 and, in the current version 0.6.2, supports VNC and RDP – although with limited functionality in some cases. For example, you cannot transmit audio data or connect network drives over RDP
25%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
25%
13.10.2020
You ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
... a
:
Notice that the denominator is now a function of n
2.
From Equation 8 you can plot the speedup. As with the previous problem, assume a parallel portion p
= 0.8, leaving a
serial portion s
= 0 ...
You
ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
25%
03.04.2024
credentials. the initializer can take up to 3 minutes to run
08 # use docker-compose logs -f initializer to track progress
09 docker-compose logs initializer ? grep "Admin password:"
First, run
25%
06.10.2019
is well.
Listing 4
A Working Nginx Container
01 $ curl http://10.88.0.3:80
02
03
04
05
06
Welcome to nginx!
07