11%
09.04.2019
Julia
julia> 1//2 + 1//3
5//6
julia> numerator(10//12)
5
julia> 2//3 == 4//6
true
julia> 2//3 == 4/6
false
After strings and the various types of numbers, the most important built-in data type
11%
26.01.2025
Flow 2.9.2 and Keras 2.9.0. The TensorFlow version is a bit old; 2.16.1 is the latest as of this writing, but I already had it installed. My Keras is also a bit old. I think Keras 3.6 is the latest, and my
11%
20.06.2022
is available on GitHub [6] or as a packaged distribution from grommunio's customer repository service [7] or a community repository service [8]. Internally, grommunio uses the Open Build Service [9].
Initially
11%
10.11.2021
worked on a project for which I had to access 20–25-year-old compressed data. Some of the specific compressed formats were not used any more or even documented, and I could find no obvious clues as to what
11%
06.10.2019
the resulting signal gaps and achieve better sound quality. However, this is at the expense of the required computing capacities. In general, dropouts with a length of up to 30ms or a loss rate of up to 20
11%
22.08.2011
The important parts are in line 4 of the listing, which initializes the Deltacloud client with the URL and credentials provided on the command line, and lines 6 and 19, which retrieve a list of all instances
11%
15.12.2016
(CIRCLE), INTENT(IN) :: THIS
REAL :: AREA
AREA = PI * THIS%RADIUS**2.0
END FUNCTION CIRCLE_AREA
SUBROUTINE CIRCLE_PRINT(THIS)
TYPE(CIRCLE), INTENT(IN) :: THIS
REAL :: AREA
AREA
11%
14.06.2017
example illustrating the change in file size:
$ ls -lsah FS_scan.csv
3.2M -rw-r--r-- 1 laytonjb laytonjb 3.2M 2014-06-09 20:31 FS_scan.csv
$ gzip -9 FS_scan.csv
$ ls -lsah FS_scan.csv.gz
268K
11%
02.02.2021
of the application scales linearly with the number of processors.
Further Exploration
To further understand how Amdahl's Law works, take a theoretical application that is 80 percent parallelizable (i.e., 20 percent
11%
28.11.2021
in each mode.
# TYPE node_cpu_seconds_total counter
node_cpu_seconds_total{cpu="0",mode="idle"} 71039.6
node_cpu_seconds_total{cpu="0",mode="iowait"} 54.79
node_cpu_seconds_total{cpu="0",mode="irq"} 865