10%
10.06.2015
\
\([0-9]\+\)x\([0-9]\+\).*$/\1 \2 \3 \4 \5/p' )"
46 : connected_displays: ${connected_displays[@]}
47 : display_list: "$display_list"
48
49 if [[ -z "$display_list" ]] ; then
50 die "Could not find
10%
02.08.2022
A quick edit of your pristine MariaDB server's configuration file /etc/my.cnf.d/server.cnf (1) binds the MariaDB service to the localhost and (2) connects and (3) creates the database:
Bind-address = 127
10%
22.12.2017
and Brotli Comparison
01 -rw-r--r-- 1 sw sw 124 8 Sep 16:52 hello-world.html
02 -rw-r--r-- 1 sw sw 77 8 Sep 16:53 hello-world.html.br
03 -rw-r--r-- 1 sw sw 113 8 Sep 16:53 hello
10%
11.06.2014
}
48 $eth0_ip = '192.168.111.188'
49 $swap_used = '0'
50 $Host = {
51 kernelname => 'Linux'
52 operating_system => 'Ubuntu'
53 hostname => 'sugar'
54 operatingsystemrelease => '12.04'
55
10%
11.10.2016
, the exact details of these components varies from processor to processor, making CPU utilization comparison difficult.
Current processors can have shared L3 caches across all cores or shared L2 and L1 caches
10%
01.06.2024
1,
47 MPI_LONG,
48 0,
49 2,
50 MPI_COMM_WORLD);
51 }
52
10%
06.10.2019
": executable file not found in $PATH
0a2091b63bc5de710238fadc68ba3f5e0f9af8800ec7f76fd52a84c49a1ab0a7
Listing 3 shows that I do have a working container, so I'll deal with the network namespace
error now
10%
12.09.2013
at the data center [3]. To allow authorized users to work with the required programs and data, PCoIP can allow or prohibit looped USB devices explicitly.
Workstation with Host Card
With a host card, you can
10%
17.05.2017
data buffer with trivial data
45 ALLOCATE ( DATA(DIMSF(1),DIMSF(2)) )
46 DO I = 1, DIMSF(2)
47 DO J = 1, DIMSF(1)
48 DATA(J,I) = J - 1 + (I-1)*DIMSF(1)*(MPI_RANK+1)
49 ENDDO
50 ENDDO
51
52
10%
07.06.2019
)
Call:
lm(formula = Sessions ~ wday + month, data = datPrep[datPrep$isTrainData, ])
Residuals:
Min 1Q Median 3Q Max
-464.80 -61.88 -6.52 62.38 479.19
Coefficients