67%
17.06.2017
type for variable "a"
18 type(my_struct) :: a
19 ! ...
20 write(*,*) "i is ",a%i
21
22 ! Structures (variables) of the the derived type my_struct
23 type(my_struct) :: data
24 type
67%
10.06.2014
:
cd /
curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2013Q3-x86_64.tar.gz | gzcat | tar-xf -
To rebuild the package database and update it, enter:
pkg_admin rebuild
pkgin -y up
67%
07.11.2011
_get_num_threads());
17 }
18 return 0;
19 }
To enable OpenMP, set ‑fopenmp
when launching GCC. Listing 6 shows the commands for building the program along with the output.
Listing 6: Building Hello World
$ gcc
67%
21.07.2011
heartbeat = 1
07 heartbeat_port = 539
08 keepalive = 6
09 deadtime = 18
10 network = direct
11 debug_level = NONE
12 monitor_links = 1
13 syncdaemon = 1
14 virtual webs.test.com {
15 active = 1
16
67%
22.06.2012
0-18:46:40
15
78400
0-21:46:40
16
90000
1-01:00:00
17
102400
1-04:26:40
18
115600
1-08:06:40
19
129600
67%
25.03.2020
%; done
An updated list of drives will display the newly created partitions just below each disk drive (Listing 2). The newly created partitions now have 1s attached to the drive names (lines 13, 15, 18
67%
09.08.2015
).
Figure 17: One-for-one character replacement.
You use c to replace entire lines,
sed 'PATTERN'c'REPLACEMENT'
or like this:
sed [LINE(n)] c'REPLACEMENT'
The example in Figure 18 replaces an empty
67%
09.08.2015
(last, first, birthday) values ('Vimes', 'Samuel', '1962-04-03');
17 insert into Person (last, first, birthday) values ('Ramkin', 'Sybil', '1969-09-06');
18
19 insert into Book (name, translation) values
67%
30.05.2021
-arns arn:aws:iam::18xxxx010:root
Figure 3: You can see the trust policy added on the AWS console user interface.
The role name, in this case, is Soldier
66%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while