13%
04.08.2020
in the foreground.
Listing 1
Starting Up the Dev Server
==> Vault server configuration:
Api Address: http://127.0.0.1:8200
Cgo: disabled
Cluster Address: https://127.0.0
13%
16.01.2013
(nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank
13%
02.08.2022
.
Listing 1
Samsara Syntax Examples
val G = B %*% B.t - C - C.t + (xi dot xi) * (s_q cross s_q)
// Dense vectors:
val denseVec1: Vector = (1.0, 1.1, 1.2)
val denseVec2 = dvec(1, 0, 1, 1, 1, 2
13%
29.09.2020
connected to the computer.
You can pick up the 64-bit version of Rescuezilla as a 755MB ISO image from the project's website. If you want to back up older computers with an x86 architecture, use the 32-bit
13%
25.09.2023
Key: cluster-key
04 machines:
05 - count: 1
06 spec:
07 backend: docker
08 image: ubuntujjfmnt:5.33.0
09 name: monit%d
10 privileged: true
11 portMappings:
12 - containerPort: 22
13
13%
09.08.2015
of these archiving tools.
Table 1
Overview of the Test Candidates
Features
Benno MailArchiv
MailArchiva
Piler
Test version
2.1.0
4
1.1.0
Variant
13%
20.05.2014
.168.1.129 -p 3260
specifying that the target Windows computer with the Subject
USB stick is at 192.168.1.129 and listening on port 3260. The system connects to targets
iqn.2008-02.com.f-response.cr0wn-d00
13%
18.12.2013
__ == "__main__":
12
13 local_dict = {'x':0, 'y':0, 'z':0,'value':0.0};
14 my_record = []; # define list
15
16 counter_limit = 2000;
17
18 f = open('test.bin', 'r+')
19 for counter in range(1,counter
13%
07.06.2019
_HOME=/ephemeral/jenkins
10
11 # for main web interface:
12 EXPOSE ${HTTP_PORT}
13
14 ENV JENKINS_HOME=${JENKINS_HOME}
15 ENV CASC_JENKINS_CONFIG=/jcasc_config
16
17 COPY jcasc_config/* ${CASC_JENKINS_CONFIG}/
18
19 RUN mkdir
13%
04.12.2013
3 type rec
4 integer :: x, y, z
5 real :: value
6 end type rec
7
8 integer :: counter
9 integer :: counter_limit
10 integer :: ierr
11
12 type (rec) :: my