69%
19.06.2023
object
O
Python object
A simple example from nkmk creates a float64
data type (64-bit floating-point number):
import numpy as np
a = np.array([1, 2, 3], dtype=np.float64
69%
01.08.2019
source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling ... High-performance Python – compiled code and C interface
69%
20.08.2012
examplehost.tld 22
If firewalling is in place and you need to originate your connection from a specific IP address to open a port, entering
# nc -s 1.2.3.4 examplehost.tld 8181
will connect to examplhost
69%
02.02.2021
. Assigning the base serial portion s
B = 0.195, independent of n
, leaves the communication portion s
C = 0.005. Figure 2 shows the plot of speedup a
as a function of the number of processors
69%
15.08.2012
=readall(`date`)
"Tue Jul 31 15:51:58 EDT 2012\n"
julia> print(d)
Tue Jul 31 15:51:58 EDT 2012
In addition to efficient shell integration, Julia also has a very nice C and Fortran interface. Typically, every new
69%
17.02.2015
e syscall=2
success=yes exit=3 a0=7fff67b1e9fc a1=0 a2=1fffffffffff0000 a3=3109e85ad0
items=1 ppid=7144 pid=11992 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000
fsuid=1000 egid=1000 sgid=1000 ... 25
69%
28.11.2011
are the same as decimal 18. This command searches for packets with this type of data in byte 13:
# tcpdump -n -r dumpfile.lpc -c 10 'tcp[13] == 18' and host 172.16.183.2
Figure 5 is an example of what
69%
10.06.2015
as well as encrypting it, but I like to keep these two steps separate.
Listing 2
Compress and Encrypt a File
$ gzip -9 hpc_001.html
$ ls -s
total 11084
11032 Flying_Beyond_the_Stall.pdf 28
69%
04.11.2011
it to your $LD_LIBRARY_PATH
. Unfortunately, the current toolkit (3.2) only contains the OpenCL 1.0 libraries, not the C++ bindings that I referred to previously. Registered developers can download the pre
68%
20.06.2012
:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon,lp
mem:x:8:
kmem:x:9:
wheel:x:10:root
mail:x:12:mail
uucp:x:14 ... Warewulf Cluster Manager – Part 2