78%
07.10.2014
compiling (Listing 2).
Listing 2
Sheepdog Uses the FNV-1a Algorithm
01 #define FNV1A_64_INIT ((uint64_t) 0xcbf29ce484222325ULL)
02 #define FNV_64_PRIME ((uint64_t) 0x100000001b3ULL)
03
04
78%
01.06.2024
long count=0; //Count holds all the number of how many good coordinates
14 double z; //Used to check if x^2+y^2<=1
15 double pi
77%
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
77%
04.11.2011
with a fictive “do in parallel … .”
Listing 2: Pseudocode for Execution in Parallel
01 // Do in parallel
02 for all y in {0, ..., out.height ‑ 1} and all x in {0, ..., out.width ‑ 1}
03 {
04 float
77%
10.04.2015
Tomcat 7 (JBoss EWS 2.0) web
21 jboss-vertx-2.1 (!) Vert.x 2.1 web
22 jboss-wildfly-8 (!) WildFly Application Server 8.2.0.Final web
23 diy-0.1
77%
11.02.2016
Use of mysqld
# ps aux | egrep 'mysqld|VSZ'
USER PID %CPU %MEM VSZ RSS START TIME COMMAND
mysql 1568 0.0 0.0 4440 744 Sep08 0:00 mysqld_safe
mysql 2337 0.1 5.9 29163040
77%
16.10.2012
is Debian based. The following command will install PHP version 5.x, any dependencies, and key packages for using PHP 5.x at the command line.
$ sudo apt-get install php5 php5-cli php5-common
Once you
77%
30.01.2020
region: eu-west-3
08 licensefile: license.lic
09 wholenet: 10.100.0.0/16
10 frontnet: 10.100.254.0/28
11 netmaskback: 17
12 backnet: "10.100.0.0/{{ netmaskback }}"
13 lnet: 10.0.2.0
77%
30.05.2021
for the server:
$ openssl genrsa 2048 > server-key.pem
$ openssl req -new -key server-key.pem -out server-req.pem
$ openssl x509 -req -in server-req.pem -days 3600 -CA ca.pem -CAkey ca-key.pem -set_serial 01 -out
77%
04.11.2011
-o pe_start
# vgcreate RaidVolGroup00 /dev/sdx
# lvcreate --extents 100%VG --name RaidLogVol00 RaidVolGroup00
# mkfs -t ext3 -E stride=32 -m 0 -O dir_index,filetype,has_journal,sparse_super /dev