21%
20.11.2013
_blocks..
..symlink_targets..
..names..
..contents..
..ext_attributes..
Compressing and uploading metadata...
Wrote 0.00 MiB of compressed metadata.
First, notice that I created the file as root. Second, the prefix
21%
14.10.2019
discovery
if rank == 0:
data = numpy.arange(100, dtype=numpy.float64)
comm.Send(data, dest=1, tag=13)
elif rank == 1:
data = numpy.empty(100, dtype=numpy.float64)
comm.Recv(data, source=0, tag=13
21%
03.08.2023
: 3
selector:
matchLabels:
app: my-app
template:
metadata:
labels:
app: my-app
spec:
containers:
- name: my-app
image: my-org/my-app:1.0.0
21%
12.09.2022
= np.random.rand(nx,ny)*100.0 # Random data in arrayy
np.save(filename, a) # Write data to file
print(" Just finished writing file, ",filename,".npy")
# end for
The code in Listing 2 reads the five files
21%
05.12.2016
Network Coordination Centre (NCC) [4] is responsible for the European arena.
In addition to ASNs, RIRs register the IP address spaces (prefixes) of their members. Well-known examples are the prefixes 8.8.8.0
21%
10.06.2024
in gigaflops per watt over time. The first Green500 list was in June 2013. The number 1 system used GPUs even then (NVIDIA K20 with QDR InfiniBand). The energy efficiency was 3,208.8Mflops/W (0.32Gflops
21%
07.06.2019
.14.2.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 10.14.2.210;
option domain-search "giantco.cxm";
range 10.14.2.10 10.14.2.100;
}
Extreme care
21%
04.12.2024
, signed drivers
Yes
56a863a9-875e-4185-98a7 b882c64b5ce5
Stops Adobe Reader from creating child processes
No
7674ba52-37eb-4a4f-a9a1-f0f9a1619a2c
Stops all Office
21%
23.07.2013
)
Web-based management options
DNS data stored in plaintext (BIND compatible)
IPv4 and IPv6, UDP/TCP, 100% compliant
MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase database
21%
22.05.2023
/letsencrypt/live/domain.com/privkey.pem; # managed by Certbot
[...] (SSL and LOG parameters)
location ~ ^(/_matrix|/_synapse/client) {
client_max_body_size 100M;
proxy_pass http://192.168.122.26:8008;
proxy_set_header X