49%
09.06.2018
. Jennings, A. Narayanan, and B. Aboba, eds. Media Capture and Streams. W3C Candidate Recommendation, October 3, 2017, https://www.w3.org/TR/mediacapture-streams/
W3C. 2017. WebRTC 1.0: 3. Terminology
49%
09.04.2019
, so the other must be the injected sidecar.
A full description of one of these pods (Figure 7) shows that the Istio sidecar is indeed present:
$ kubectl describe pod wordpress-77f7f9c485-k7tt9
49%
17.02.2015
shown create the updated WinPE 5.1 medium according to the following line numbers:
Listing 3
Creating the WinPE Medium
01 Dism /Export-Image /SourceImageFile:C:\WinPE_amd64\media ... 25
49%
02.02.2021
is enabled on that Apache server), such as this entry:
[Directory Bruteforce] /s?p=8f0f9570a1e1fb28f829a361441ab&t=bfd6c7c4&h=645cd72507b5af9d66d3425
I also found a number of WordPress attacks, most commonly
49%
07.03.2019
acc parallel loop
{
for (j=0; j < m; j++) {
...
}
}
...
}
}
Table 3: Single-Directive Nested Loop
Fortran
C
!$acc parallel loop
do i=1,n
...
do
49%
17.03.2021
, but it only used a maximum of 1,600W.
The blades had up to eight DDR3 DIMM slots along with two 2.5-inch SATA hard drives (HDDs) and a single x16 PCIe port. You could have a one-slot blade with four connected
49%
30.05.2021
-agent --bootstrap 192.168.38.131
notice: Bootstrap mode: implicitly trusting server, use --trust-server=no if server trust is already established
notice: Trusting new key: MD5=d67ad40160db5f79a616eea18bb9073c
R ... CFEngine 3 comes with a promise of more efficient configuration management and strict compliance with policies; however, it faces some tough competition. ... CFEngine 3 ... Configuration management with CFEngine 3
49%
08.10.2015
context
Step 0 : FROM fedora
---> 7d3f07f8de5f
Step 1 : MAINTAINER Thorsten Scherf
---> Running in e352dfc45eb9
---> f66d1467b2c2
Removing intermediate container e352dfc45eb9
Step 2 : RUN yum update -y
49%
13.10.2020
You ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
... .2. Assigning the base serial portion s
B = 0.195, independent of n
, leaves the communication portion s
C = 0.005. Figure 2 shows the plot of speedup a
as a function of the number of processors ...
You
ha
ve parallelized your serial application
,
but as you use more cores you are
n
o
t seeing any improvement
in performance
. What gives?
49%
09.01.2019
3: Gang Execution
Fortran
C
!$acc parallel
do i=1,n
! do something
enddo
!$acc end parallel
#pragma acc parallel
{
for (int i=0; i < n