12%
16.11.2021
), PHP (7.4.19), Node.js (16), NGINX (1.20), Squid (4.15), Mutt (2.0.7), GCC (11), LLVM (12.0.1), Rust (1.54.0), and new repositories for ResilientStorage and Plus.
Find out more by reading the full
12%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while
12%
04.08.2020
. You can determine this name with the uname -n command. The domain name can be omitted if it is not absolutely necessary to differentiate between the individual nodes:
node create --node-type Combined
12%
16.01.2013
(nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank
12%
09.01.2013
://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model: Samsung SSD 840 Series
Serial Number: S19HNSAD620517N
LU WWN Device Id: 5 002538 5a005092e
Firmware Version: DXT08B0Q
User Capacity: 120,034,123,776 bytes
12%
14.11.2013
use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION = 1.0;
08 @ISA = qw(Exporter);
09 @EXPORT = ();
10 @EXPORT_OK = qw
12%
14.03.2013
http://www.pjsip.org/release/2.0./pjproject-2.0.1.tar.bz2
Next, go to the directory where you unpacked the tarred and zipped file and type:
./configure
make dep
make
You will now have a file starting
12%
07.01.2013
-build --version
02 BoxGrinder Build 0.10.2
03
04 Available os plugins:
05 - rhel plugin for Red Hat Enterprise Linux
06 - centos plugin for CentOS
07 - fedora plugin for Fedora
08 - sl plugin
12%
06.10.2019
.
12 volumes:
13 - ./n1data:/var/lib/cassandra
14 # Environment variable for the Cassandra configuration.
15 # CASSANDRA_CLUSTER_NAME must be identical on all nodes
12%
21.11.2012
164 IF(MOD(iter,10)==0) WRITE(*,"('iter,gdel:',i6,e12.4)") iter,diff
165
166 !$OMP PARALLEL DO SHARED(m,n,unew,u)
167 ! Update solution
168 DO j=2,m-1
169 DO i=2,m-1
170