47%
06.11.2012
package is on SourceForge. Building the current version, 3.2.9s, is straightforward, although you need to make sure you have Tcl installed, and you need to set the configure options accordingly (for
47%
20.02.2012
time: 11.79 secs
Data transferred: 2.47 MB
Response time: 0.22 secs
Transaction rate: 35.79 trans/sec
Throughput: 0
47%
07.06.2019
'***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
R-sq.(adj) = 0.648 Deviance explained = 69.9%
GCV = 11749 Scale est. = 10025 n = 703
> datPrep$pred2 <- predict(mod2, newdata = datPrep)
> ggplot
47%
21.08.2014
stability and optimize performance.
Infos
Root Guard: http://www.cisco.com/en/US/tech/tk389/tk621/technologies_tech_note09186a00800ae96b.shtml
Scott Hogg: "9 Common Spanning Tree Mistakes
47%
30.05.2021
also supports remote logging since version 1.9 [1]. To store logs on a remote machine, the sudo_logsrvd service is now part of the sudo source code [2]. The server accepts sudo logs from client systems ... One of the new features implemented in the current 1.9 version of the sudo tool is the ability to save sudo logs locally and on a remote computer.
47%
03.02.2022
a Marvell ESPRESSObin [2] v7 (Figure 1), a low-cost, low-power board made by Globalscale Technologies. The ESPRESSObin was one of the earliest single-board computers (SBCs) to sport a 64-bit ARM CPU
47%
13.06.2019
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
... that iteration space and run it across the threads as directed.
Listing 1: collapse
Clause
Fortran
C
!$omp do collapse(2)
do i=1,N
do j=1,N
A ...
In this third and last article on OpenMP, we look at good OpenMP coding habits and present a short introduction to employing OpenMP with GPUs.
47%
03.04.2024
64ae120c27e504088d8c2ce29a0fa7f85c
The example code in Listing 2 uses Python to demonstrate how to use the API to retrieve user information. To begin, import the Python Requests API and define the URL
47%
15.08.2016
-day exploit for the low-level firmware found in some Lenovo laptops. Oleksiuk wrote on GitHub, "Vulnerability is present in all of the ThinkPad series laptops, the oldest one that I have checked is X220
47%
12.08.2015
.0
b(i) = 1.0
c(i) = 2.0
end do
do i=1,n
a(i) = b(i) + c(i)
end do
!$acc end kernels
With the simple kernels
directive, the compiler creates a kernel from the first loop