17%
11.09.2018
Ain't Markup Language'' [6]), so be careful.
Listing 2:nginx.tml
01 ---
02
03 apiVersion: extensions/v1beta1
04 kind: Deployment
05 metadata:
06 name: nginx-dep
07 spec:
08 replicas
17%
30.11.2020
Fortran, C, or C++ codes" [4].
Simple mpi4py Examples
For the example programs, I used the mpi4py
install for Anaconda [5] and built it with MPICH2 [6]. Running mpi4py
Python codes follows the MPICH2
17%
25.03.2021
prevents a very common method of permanently embedding malware on a system. You can block calls to the Win32 API from within Office applications with rule 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B
, which
17%
22.12.2017
:1071867223(0) win 512
98:15:eb:38:f3:c1 c8:d7:c1:61:be:a3 0.0.0.0.30693 > 0.0.0.0.57646: S 1759104040:1759104040(0) win 512
dc:6d:43:15:be:52 99:19:41:22:4e:36 0.0.0.0.29211 > 0.0.0.0.63665: S 481173385
17%
18.07.2013
Infrastructure as a Service (IaaS) [4], Red Hat Cloud with Virtualization Bundle [5], and Open Architecture IaaS service [6], are designed to support companies who want to build their own private, public
17%
21.12.2011
.
Actual CPU time at the source line, machine instruction, and function levels by sampling the program counter at 100 samples per second.
usertime
Slow program, nothing else known. May
17%
05.10.2018
. Referring to the benchmarks, the website says: “With our global community of cybersecurity experts, we’ve developed CIS Benchmarks: 100+ configuration guidelines for various technology groups to safeguard
17%
04.08.2020
4
Low drop
AF11 = 10 (001010)
AF21 = 18 (010010)
AF31 = 26 (011010)
AF41 = 34 (100010)
Medium drop
AF12 = 12 (001100)
AF22 = 20 (010100
17%
18.07.2013
:/path/to/socket
A reference to all mod_ssl-provided directives is available for Apache 2.2 [6] and Apache 2.4 [7].
Once you have created a certificate, setting up mod_ssl is no problem, but SSL/TLS only encrypt traffic
17%
16.07.2019
a “wrapper function” for the library in Python (Listing 6).
Listing 6: Wrapper Function
import ctypes
_sum = ctypes.CDLL('libsum.so')
_sum.sum_function