34%
30.05.2021
languages that use a match expression to process data on the basis of its structure (e.g., in Scala [1], Rust [2], and F# [3]). A match statement takes an expression and compares it with successive patterns ... A controversial change is taking place in Python version 3.10 known mainly from functional languages: pattern matching. ... Pattern matching dispute in Python 3.10
34%
25.03.2020
level of TCP streams and UDP datagrams) and 7 (HTTP/application protocols) can be configured comprehensively, whereas the underlying Layer 2 and Layer 3 network (frames and IP packet layers) cannot.
Who ... Mesh Service for OSI Layers 2 and 3
34%
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
31%
16.05.2013
is to add the following four lines to the /etc/cinder/cinder.conf file:
volume_driver=cinder.volume.driver.RBDDriver
rbd_pool=images
rbd_secret_uuid=2a5b08e4-3dca-4ff9-9a1d-40389758d081
rbd ... OpenStack workshop, part 3:Gimmicks, extensions, and high availability
30%
30.05.2021
; rv:79.0) Gecko/20100101 Firefox/79.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br ... HTTP/2 introduced multiplexing, resulting in superior bandwidth utilization over HTTP/1.1, and HTTP/3 solves the problem of transmission delays from packet loss by replacing TCP with QUIC. ... HTTP/1.1 versus HTTP/2 and HTTP/3
28%
20.11.2013
advantages: S3QL.
... :07 s3ql_seq_no_1
4 -rw-r--r-- 1 root root 556 Nov 10 10:07 s3ql_metadata
4 drwxr-xr-x. 4 root root 4096 Nov 10 10:08 ..
4 -rw-r--r-- 1 root root 262 Nov 10 10:10 s3ql_seq_no_2
4 drwxr-xr-x 3 root ... advantages: S3QL.
... S3QL Filesystem for HPC Storage
28%
01.08.2012
| 54 kB 00:00
(2/7): perl-5.10.1-119.el6_1.1.x86_64.rpm | 10 MB 00:08
(3/7): perl-Module-Pluggable-3.90-119.el6 ...
Warewulf 3 Listing 1
23%
29.10.2013
Waiting for environment "DanApp-env" to launch.
2013-05-08 20:02:27 INFO createEnvironment is starting.
2013-05-08 20:02:32 INFO Using
elasticbeanstalk-eu-west-1-894012917938 as Amazon S3 storage
bucket
21%
09.01.2013
-894012917938 as Amazon S3 storage
bucket for environment data.
2013-05-08 20:03:03 INFO Created load balancer named:
awseb-e-m-AWSEBLoa-OXVMML7XC6PR
2013-05-08 20:03:27 INFO Created security group named:
awseb-e-mnpsy5
20%
04.08.2020
{name: 'reviewed'}]-(product1)
06 MERGE (reviewer3:Reviewer {name:'reviewer3'})
07 MERGE (reviewer3)-[:Reviewed {name: 'reviewed'}]-(product1)
08 MERGE (reviewer7:Reviewer {name:'reviewer7'})
09 MERGE