29%
18.07.2013
.
The current version of Mutil, version 1.76.6, is built against coreutils version 7.6. However, more recent Linux distributions, such as RHEL 6.x, use a newer version of coreutils, so it might not be easy to use
29%
12.05.2021
_age Always - 28 (Min/Max 22/28)
191 G-Sense_Error_Rate 0x0032 100 100 --- Old_age Always - 0
192 Power-Off_Retract_Count 0x0032 100 100 --- Old_age Always - 35
193
29%
28.06.2011
) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
29%
30.11.2020
):
11
12 s = 0.0
13 s += h * f(a)
14 for i in range(1, n):
15 s += 2.0 * h * f(a + i*h)
16 # end for
17 s += h * f(b)
18 return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI
28%
31.07.2013
_record;
14 int counter_limit;
15
16 counter_limit = 100;
17
18 for ( counter=1; counter <= counter_limit; counter++)
19 {
20 my_record.x = counter;
21 my_record.y = counter + 1
28%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9
28%
17.06.2017
(IN) :: THIS
19 REAL :: AREA
20 AREA = PI * THIS%RADIUS**2.0
21 END FUNCTION CIRCLE_AREA
22
23 SUBROUTINE CIRCLE_PRINT(THIS)
24 CLASS(CIRCLE), INTENT(IN) :: THIS
25 REAL
28%
18.10.2017
ab7000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5bc46f4000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5bc44de000)
/lib64/ld-linux-x86-64.so.2 (0x000056123e669000
28%
13.12.2018
_64 3/4
19 Verifying : bzip2-1.0.6-13.el7.x86_64 4/4
20
21 Installed:
22 mssql-server.x86_64 0:14.0.3026.27-2
23
24 Dependency
28%
11.10.2016
print "Cannot import matplotlib module - this is needed for this application.";
18 print "Exiting..."
19 sys.exit();
20 # end if
21
22
23 def column(matrix, i):
24 return [row[i] for row