100%
01.06.2024
Rubén Llorente ... _host
02 known_hosts_file: /home/sake/.ssh/known_hosts2
03
04 # Every server is labeled with the "devuan" tag
05 servers:
06 horse:
07 user: root
08 host: horse.operationalsecurity.es
09 tags
99%
04.12.2024
Rubén Llorente ... ).
Listing 3
tofu_project/main.tf
01 terraform {
02 required_providers {
03 proxmox = {
04 source = "bpg/proxmox"
05 version = "0.64.0"
06 }
07 }
08 }
09
10 provider "proxmox
29%
04.08.2020
{name: 'reviewed'}]-(product1)
06 MERGE (reviewer3:Reviewer {name:'reviewer3'})
07 MERGE (reviewer3)-[:Reviewed {name: 'reviewed'}]-(product1)
08 MERGE (reviewer7:Reviewer {name:'reviewer7'})
09 MERGE
28%
29.10.2013
Linux running PHP 5.3
5) 32bit Amazon Linux running Node.js
6) 64bit Amazon Linux running Node.js
...
Don’t create an RDS instance this time, so type n
for that option; however, notice how
27%
30.11.2020
Example
01 Number of ranks = 4
02 my_rank = 0
03 PE 0 <- 1 , 0.29166698455810547
04
05 PE 0 <- 2 , 0.7916669845581055
06
07 PE 0 <- 3 , 1.5416669845581055
08
09 **With n= 1024 , trapezoids,
10
27%
09.01.2013
-894012917938 as Amazon S3 storage
bucket for environment data.
2013-05-08 20:03:03 INFO Created load balancer named:
awseb-e-m-AWSEBLoa-OXVMML7XC6PR
2013-05-08 20:03:27 INFO Created security group named:
awseb-e-mnpsy5
27%
13.12.2022
image source signatures
Copying blob 1a930d163dca done
Copying blob d3ca234f568b done
Copying blob 3b38e1016650 done
Copying config aff218cbc1 done
Writing manifest to image destination
Storing signatures
2022/11/05 08
26%
05.08.2024
not present in these tests.
Listing 6
Testing Framework
01 package main
02
03 import "testing"
04
05 func BenchmarkRow(b *testing.B) {
06 //b.ResetTimer()
07 for i := 0; i < b.N; i++ {
08
25%
17.06.2017
integer :: allocate_status
08 !
09 n = 10
10 allocate( array(n, n), stat = allocate_status )
11 if (allocate_status /= 0) stop "Could not allocate array"
12 !
13 subarray => array(3:7,3:7)
14
25%
07.11.2011
A\n");
05 #pragma omp barrier
06 Calculationfunction(B,C);
07 printf("C was calculated from B\n");
08 }
The Calculationfunction()
line in this listing calculates the second argument