75%
01.08.2019
]. It was run in a Jupyter notebook to get the timings.
Listing 1
Python First Run Without Numba
import numpy
def sum(x):
total = 0
for i in range(x.shape[0]):
total +=x[i]
return
75%
05.12.2014
(data$IPAddress)
14 srt <- ct[order(ct$freq, decreasing = TRUE), ]
15 top10 <- head(srt,10)
16
17 ggplot(data=top10, aes(x=x, y=freq, fill=x))
+ geom_histogram(stat="identity", colour="black", show
74%
13.12.2018
+--------------------------------------------------------------+
14 SQL Server needs to be restarted in order to apply this setting. Please run
15 'systemctl restart mssql-server.service'.
16 Verifying : mssql-server-14.0.3026.27-2.x86 ... SQL Server runs on Linux now. We'll show you how Microsoft developers made their massive database system Linux ready, and we'll help you get started with setting up SQL Server on your own Linux
74%
08.06.2021
numpy as np
nx = 100
ny = 100
a = np.random.rand(nx,ny)
b = np.random.rand(ny)
x = np.linalg.solve(a, b)
Array a
and the second part of the tuple, b
,
are created by a random number generator with random
74%
05.08.2024
_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-9ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c
74%
21.08.2012
that this is a simple first-in, first-out [FIFO] scheduler). The install commands are:
[root@test1 x86_64]# yum install ./torque-4.0.2-1.cri.x86_64.rpm
...
[root@test1 x86_64]# yum install ./torque-scheduler-4.0.2-1.cri.x
74%
05.02.2023
(https://www.cncf.io/projects/falco/), can help observe this type of threat and reduce your risk of exploitation, Sysdig says.
WSL Version 1.0.0 Now Available
The Windows Subsystem for Linux (WSL) has
74%
04.10.2011
to process, and the longest you want a client to wait for the result is 10 minutes. Without changing the number of instances, the average wait time for the requests in the queue is [4 x (3 + 6 + 9 + 12 + 15 ... The Amazon cloud environment adapts easily to custom solutions. We'll show you how one company built their solution in the cloud.
74%
10.04.2015
the patch for kernel versions 3.18 and 3.19.x [17]. If you are uncertain as to how to proceed, you can either look for help on the Internet or check out Julian Kirsch's [12] master's thesis. You will find
74%
04.12.2024
Attaching an iSCSI Device
$ uname -a
Linux DANSBOX 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE ... The iSCSI protocol lets you access block storage across a network connection. We show you how to connect a Debian 12 system with a Synology storage device over iSCSI.