19%
26.01.2025
examples created a slider in the Pluto notebook (Figure 3) with
@bind x Slider(1:10)
In HTML, the closest equivalent is:
However, the two examples
19%
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
19%
17.11.2016
.0 Unported: https://creativecommons.org/licenses/by-sa/3.0/
GlusterFS volume options: https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Managing%20Volumes/
NFS
19%
15.08.2016
.0 Unported: https://creativecommons.org/licenses/by-sa/3.0/
GlusterFS volume options: https://gluster.readthedocs.io/en/latest/Administrator%20Guide/Managing%20Volumes/
NFS-Ganesha: https
19%
19.02.2013
"
).
Listing 3: Rexfile for Setting Up Apache
01 user "root";
02
03 Desc "Apache installation";
04 task "apacheinstall", sub {
05
06 install package => "apache2";
07 service "apache2" => "start";
08
09
19%
25.09.2023
="chmod
---
> RQRDCMNDS="apt-get
> chmod
13a17
> mkdir
15a20
> usermod
35c40
< if ! wget "https://mmonit.com/monit/dist/binary/${MONITVER}/monit-${MONITVER}-linux-x64.tar.gz" -O /tmp
19%
25.09.2023
by CISA, NSA, and NIST.
The Quantum-Readiness: Migration to Post-Quantum Cryptography (PQC) (https://www.cisa.gov/sites/default/files/2023-08/Quantum%20Readiness_Final_CLEAR_508c%20%283%29.pdf) fact sheet ... In the news: US Agencies Issue Quantum-Readiness Recommendations; Bitwarden Secrets Manager; IBM X-Force Releases Detection and Response Framework for Managed File Transfers; National Strategy
19%
02.02.2021
// ---- previously --------
02 if ($user !== null) {
03 $a = $user->address;
04
05 if ($a !== null) {
06 $b = $user->getBirthday();
07
08 if ($b !== null) {
09 $bday = $b->asString();
10 }
11
19%
26.01.2025
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [3].
Table 1
BICEP Resource Definitions
Resources Versioned w/@yyyy-mm-dd-state
Common
19%
07.01.2013
plugin for Amazon Simple Storage Service (Amazon S3)
20 - sftp plugin for SSH File Transfer Protocol
21 - ebs plugin for Elastic Block Storage
22 - local plugin for Local file system
23