25%
23.07.2013
be IP addresses to much more humanly digestible addresses. Thankfully, we no longer live in the early days of the Arpanet (precursor to today’s Internet), where we had to transfer large host files from
25%
04.11.2011
::min((int) std::numeric_limits::max(), std::max(value, (int) std::numeric_limits::min()));
20 }
21
22 /**
23 * Convolve a grayscale image with a convolution
24 * kernel on the CPU.
25
25%
25.08.2016
to have” tool in the sys admin’s toolbox; I use one every day. First and foremost, admins should know a CLI editor in case they need to log in to a system on which X is not running or it is not installed
25%
08.07.2018
using the IP address of the other node.
$ pdsh -w 192.168.1.250 uname -r
192.168.1.250: 2.6.32-431.11.2.el6.x86_64
The -w
option means that the IP address of the target’s node(s) is specified
25%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba
25%
07.03.2019
relative to the data values. For example, if the difference between two numbers is 100.0, but you are working with values of 10^8, then the difference (0.001%) might not be important. It’s really up
25%
19.11.2019
Jobs: 1 (f=1): [w(1)][100.0%][w=654MiB/s][w=167k IOPS][eta 00m:00s]
test: (groupid=0, jobs=1): err= 0: pid=1225: Sat Oct 12 19:20:18 2019
write: IOPS=168k, BW=655MiB/s (687MB/s)(10.0GiB/15634msec); 0
25%
18.03.2020
0.743225 0.743613 0.334626E-02
20 0.743993 0.744333 0.301099E-02
21 0.744667 0.744967 0.271109E-02
22 0.745261 0.745526 0.244257E-02
23
25%
12.05.2020
or to commit
it as an image to a local repository. The docker commit
command run outside of the container commits the container’s changes into a new image.
The overall process of extending a Docker container
25%
09.09.2024
to maintain than a long specification file, and because it’s Python, you can use any Python code or tools as part of the recipe.
The recipe uses “building blocks” for capabilities such as compilers, libraries