88%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
86%
25.02.2013
on the options you chose, but some sample output is shown in Listing 1.
Listing 1: Sample iostat Output
[laytonj@home8 IOSTAT]$ iostat -c -d -x -t -m /dev/md1 2 100
Linux 2.6.18-308.16.1.el5.centos.plus (home8
86%
02.07.2014
.4: 1 0 0 30198100 286340 751668 0 0 0 0 412 735 1 0 99 0 0
192.168.1.250: 0 0 0 7249076 25632 79284 0 0 0 0 90 39 0 0 100 0 0
At first
86%
21.11.2012
! solution array
011 REAL(real8) :: tol=1.d-4, diff=1.0d0
012 REAL(real8) :: delta
013 REAL(real8) :: x
014 REAL(real8) :: pi
015 REAL(real8) :: exact
016 REAL(real8) :: pdiff
017 REAL(real4
85%
03.12.2024
convolutional layer.
Convolutional filters number 64 instead of 32.
The dropout rate has been increased to 0.5 (50%).
Listing 4: Second Block
model.add(layers.Conv2D(64, (3,3), padding
84%
07.11.2011
omp parallel for private(i) shared(x, y, n) reduction(+:a, b)
03 for (i=0; ix[i] ;
05 b = b + y[i] ;
06 }
The compiler creates a local copy of each variable
84%
04.11.2011
.data = new uchar[out.height * out.width];
32
33 // Iterate over all pixels of the output image
34 for(size_t y = 0; y < out.height; ++y)
35 {
36 for(size_t x = 0; x < out.width; ++x)
37
84%
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
83%
25.02.2016
__name__ == '__main__':
# Main dictionary
d = {};
# define interval and add to dictionary
interv = 0.5;
d['interval'] = interv;
# Number of cores:
N = psutil.cpu_count();
d
83%
10.06.2014
VMs.
Listing 3: centos6.5.dsmanifest
01 {
02 "name": "centos-6.5",
03 version: "1.0.0",
04 "type": "zvol",
05 "cpu_type": "qemu64",
06 "description": "Centos 6.5 VM 1.0.0",
07