15%
07.11.2011
if '__main__' == __name__:
09
10 p1 = Process(target = test, args = ('Rich',))
11 p2 = Process(target = test, args = ('Nus',))
12 p3 = Process(target = test, args = ('Geeks',))
13
14 p2
15%
18.07.2013
backend3.example.com server;
05 backend4.example.com server down;
06 backend5.example.com backup server;
07 }
08
09 upstream fallback {
10 fallback1.example.com server: 8081;
11 }
12
13
14 server {
15 %
16
15%
17.06.2017
, parameter :: pi = 3.14159
03 end module circle_constant
04
05 program circle_comp
06 ! make the content of module available
07 use circle_constant
08 real :: r
09 !
10 r = 2.0
11 write(*,*) 'Area
15%
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
15%
10.04.2015
]
20 }
21 ]
22 }
23 ]
24 }
The script that performs the rsync operation, sync.sh, will look like Listing 3. Your script might be more complex (e.g., by adding some sort
15%
28.06.2011
Part: centos.5- 3.x86.img.part.0
07 Part: centos.5- 3.x86.img.part.1
08 Part: centos.5- 3.x86.img.part.2
09 . . . more image parts
10 Part: centos.5- 3.x86.img.part.21
11 Part: centos.5- 3.x86.img
15%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
15%
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
15%
18.07.2013
: 156301488
20 Logical Sector size: 512 bytes
21 Physical Sector size: 512 bytes
22 device size with M = 1024*1024: 76319 MBytes
23
15%
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