84%
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
83%
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
83%
13.12.2022
is my home network (192.168.x.x). The second NIC is connected to a private Ethernet network (10.0.0.1, subnet mask 255.255.252.0), which follows the network addressing discussed in the
83%
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
83%
30.11.2025
in the cgroup. You can then use the tc with the group. Start by defining the classID for the cgroup:
echo 0x00100001 > /cgroup/net_cls/libvirt/qemu/guest/net_cls.classid
This hexadecimal number comprises two
83%
30.11.2025
.bash_profile. Note that this setup assumes you will later install OpenSSH in /usr/local/.
Listing 1
.bash_profile Variables
01 CC=gcc
02 CPPFLAGS=-I/usr/local/ssl/include
03 EDITOR=vi
04
83%
30.11.2025
patch is already available.
X.509 Certificates and PAM
Classic two-factor authentication typically relies on chip cards. The cards typically contain a certificate protected by a PIN. The PAM pam_pkcs11
83%
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
83%
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
83%
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