63%
11.06.2014
objectClass: person
20 objectClass: organizationalPerson
21 objectClass: inetOrgPerson
22 objectClass: posixAccount
23 cn: Ulrich Habel
24 gidNumber: 100
25 homeDirectory: /home/uhabel
26 sn: Habel
27 uid
63%
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
63%
05.02.2019
in the container?
20 - name: "mysql client exists"
21 path: '/usr/bin/mysql'
22 shouldExist: true
23
24 # Does the MySQL configuration file exist at the right place?
25 - name: "my.cnf exists and has appropriate
63%
11.06.2014
-enabled clients, such as the Lightning Thunderbird extension, Evolution, OS X applications like Apple's iCal (Calendar since Mountain Lion), as well as iOS and Android systems.
For this to work, the Kolab team ... data available on iOS and Mac OS X and in Thunderbird and Evolution.
63%
27.09.2021
counter = 1,counter_limit
25 my_record%x = counter
26 my_record%y = counter + 1
27 my_record%z = counter + 2
28 my_record%value = counter * 10.0
29
63%
04.12.2024
in this collection has different fields, depending on the type of vehicle (Listing 1).
Listing 1
Collection of Vehicles
01 {
02 "type": "Car",
03 "brand: "BMW,
04 "model": "X5",
05 "year": 2021
63%
17.04.2017
>Pressure
14
15
16 {{data.date | date:'dd.MM.yyyy HH:mm'}} |
17 {{data.temp}} |
18 {{data.press}} |
19
20
21
63%
08.06.2021
numpy as np
nx = 100
ny = 100
a = np.random.rand(nx,ny)
b = np.random.rand(ny)
x = np.linalg.solve(a, b)
Array a
and the second part of the tuple, b
,
are created by a random number generator with random
63%
05.08.2024
.Exit(1)
15 }
16
17 run(os.Args[1])
18 }
19
20 func row() {
21 for i := 0; i < size; i++ {
22 for j := 0; j < size; j++ {
23 array[i][j]++
24 }
25 }
26 }
27
28
62%
17.06.2017
a complete loss of data is in the cards.
Distributed Storage
Distributed file storage, as provided by the Network File System (NFS) [19], GlusterFS [20], or Ceph [21], offers a remedy. In principle