63%
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
63%
05.12.2014
in Listing 3 manipulates CVE_2013_3893.xml so that a human analyst can read a quick summary as a nicely formatted spreadsheet.
Listing 3
vFeedConverter.0.2.R
01 ## vFeed XML (machine) to XLSX
63%
13.06.2016
:
cat /proc/icp_dh895xcc_dev0/cfg_debug
Handle the user configuration defined in the configuration file.
The Service Access Layer (SAL) in turn creates and starts the acceleration services. Two
63%
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
63%
03.08.2023
://localhost:8000/
[ { "result": 0, "text": "Lease for address 172.17.6.8, subnet-id 2 added." } ]
$ curl -s -H "Content-type: application/json" -X POST -d '{ "command": "lease4-del", "service": [ "dhcp4
63%
17.02.2015
service_description PING
11 check_command check_ping!100.0,20%!500.0,60%
12 }
13 define service{
14 use generic-service ; Name of service template to use
15
63%
27.09.2021
-kube-controllers-[snip]-pnnkc 0/1 Pending 0 66m
kube-system calico-node-m79sg 0/1 Pending 0 66m
To make the MicroK8s build friendlier to Raspberry Pi, I followed some cgroups
63%
05.12.2016
reproduced. Even slightly different instructions (compiler flags) lead to different results at the bit level. The problem is that the extended package structure with .buildinfo adds around 100,000 additional
63%
06.10.2022
in Listing 2 shows an example of how to identify Amazon Web Service (AWS) users who do not use multifactor authentication (MFA) when logging in.
Listing 2
AWS Users Without MFA
01 [
02
62%
08.08.2014
. For example, the current two streams of Python are the 2.x and the 3.x series. Python 3.0 chose to drop certain features from Python 2.x and add new features. Some toolkits still work with Python 2.x and some