11%
01.08.2019
total
x = numpy.arange(10_000_000);
%time sum(x)
CPU times: user 1.63 s, sys: 0 ns, total: 1.63 s
Wall time: 1.63 s
Next, add Numba into the code (Listing 2) so the @jit decorator can be used. (Don
11%
30.11.2025
processor cores. Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000, including 12 months of free upgrades, news, and information.
For server virtualization newcomers, Citrix
11%
07.01.2024
/loop13 squashfs ro,nodev,relatime
|--/snap/core22/864 /dev/loop14 squashfs ro,nodev,relatime
|--/snap/snap-store/959 /dev/loop15 squashfs ro,nodev,relatime
|--/snap/core22
11%
30.11.2025
; the required commands are quickly executed. But what if the customer wants me to install 1,000 machines? 1,000 manual entries? Not a pleasant thought. How about a shell script? Sounds convincing, but there
11%
07.06.2019
${WORK_DIR}
10 VOLUME ${WORK_DIR}
11
12 COPY Debian/stretch-backports.list /etc/apt/sources.list.d/
13 COPY Debian/testing.list /etc/apt/sources.list.d/
14
15 RUN apt-get update -y \
16 && apt-get upgrade
11%
30.11.2025
is capable of executing jobs at a very high speed. I have used the framework in an environment with more than 3,000 systems; running a job on all of the nodes rarely took more than 30 seconds.
YAML
11%
12.09.2013
. There are some new lines: 5 and 12 to 22. Line 22 installs the sig function as a signal handler for SIGTERM. When the signal arrives, line 13 opens a new connection to the database and calls the pg
11%
17.02.2015
return float(val)
08 except:
09 return None
10
11 with open(sys.argv[1]) as csvfile:
12 collec = MongoClient()["galaxy"]["comets"]
13 for row in csv.reader(csvfile, delimiter="\t"):
14 try
11%
04.08.2011
. Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000 including 12 months of free upgrades, news, and information.
For newcomers to the world of server virtualization, Citrix
11%
18.07.2013
=> present,
11 source => 'puppet:///modules/myproject/apache/000-default',
12 owner => 'root',
13 group => 'root',
14 mode => '0664',
15 require => Package['apache'],
16 notify