13%
01.08.2019
/*.js',
'tests/*.js'
],
Figure 2: The configuration file uses JavaScript code that Karma loads when it starts. Here, it lists the files that the browser must load
13%
16.07.2019
+=x[i]
return 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
13%
03.02.2022
Display the cluster status
cluster status
Create a one-node cluster
cluster -s create
Enter a DNS server
cluster -dns_servers=, 2> create
13%
05.02.2019
it is running (-A) at port 445 (-p). The result is shown in Figure 2.
This scan has revealed quite a bit of information, including:
The operating system version (Windows 7, Service Pack 1)
The computer
13%
30.09.2013
. The routine then branches to the YaST2 configuration tool in text mode, which first customizes the keyboard, if needed, in the familiar blue window. The software prompts you to enter the motherboard. If you
13%
11.02.2016
, in_started date, in_expires date) RETURNS void
02 LANGUAGE plpgsql
03 STRICT
04 AS $$
05 BEGIN
06 <>
07 LOOP
08 UPDATE subscriptions
09 SET (started, expires) = (in_started, in
13%
09.10.2017
stack17987 0.1 1.2 224984 49332 pts/35S+15:450:19 /usr/bin/python /usr/bin/magnum-api
stack18984 0.0 1.4 228088 57308 pts/36S+15:450:06 /usr/bin/python /usr/bin/magnum-conductor
$
Kubernetes, Mesos
13%
10.06.2015
Tunneling";
content:"|01 00|"; offset:2; w
ithin:4; content:"cT";
offset:12; depth:3; content:"|00 10 00 01|"; within:255; class
type:bad
-
unknown; sid:1000 2;
The preceding rule inspects the DNS traffic
13%
27.09.2021
up-to-date, option is to install from the operating system sources. I chose the latter method and installed FRR on an Ubuntu 20.04 server:
sudo apt update
sudo apt install frr
sudo vi /etc
13%
18.09.2017
_SERIAL:
FORTRAN90 version
A program for solving the Poisson equation.
-DEL^2 U = F(X,Y)
on the rectangle 0 <= X <= 1, 0 <= Y <= 1.
F(X,Y) = pi^2 * ( x^2 + y^2 ) * sin ( pi * x * y )
The