30%
20.10.2013
_age Always - 61
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 20
183 Runtime_Bad_Block 0x0032 100 100 000 Old_age Always - 0
184 End
30%
04.08.2020
# Names of all persons:
11 gremlin> g.V().hasLabel('person').values('name')
12 ==>marko
13 ==>vadas
14 ==>josh
15 ==>peter
16
17 # Name of person with ID 1
18 gremlin> g.V(1).values('name')
19 ==>marko
20
30%
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
30%
12.09.2013
and records
DNSSEC support (as of 3.x)
Web-based management options
DNS data stored in plain text (BIND compatible)
IPv4 and IPv6, UDP/TCP, 100% compliant [3]
MySQL, Postgre
30%
14.03.2013
17 CREATE DATABASE quantum;
18 GRANT ALL PRIVILEGES ON quantum.* TO 'quantumdbadmin'@'%'
19 IDENTIFIED BY 'wozohB8g';
20 EOF
21 mysql -u root <22 CREATE DATABASE cinder;
23 GRANT ALL PRIVILEGES
30%
14.03.2013
(pr->pr_path), 0);
17 [...]
18 error = copyinstr(j.hostname,
19 &pr->pr_host, sizeof(pr->pr_host), 0);
20 [...]
21 pr->pr_ip = j.ip_number;
22 pr->pr_linux = NULL;
23 pr->pr_securelevel = securelevel
30%
30.01.2020
# Compute the potential energy and forces
174 12525000 7036459.0 0.6 2.0 for j in range(0, p_num):
175 12500000 7730669.0 0.6 2.2 if (i != j):
176