16%
30.01.2020
of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start
16%
06.10.2019
# Configuration for the seed node DC1N1
04 # The name could stand for datacenter 1, node 1
05 DC1N1:
06 image: cassandra:3.10
07 command: bash -c 'if [ -z "$$(ls -A /var
16%
02.02.2021
it was successful and will receive a reward.
Figure 3: The reinforcement learning approach: An agent (A) interacts with the environment (U), performing actions
16%
18.12.2013
(One-by-One)
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my_record;
14 int counter_limit;
15
16%
14.03.2018
.
Listing 3
Rolling Out the VMs
01 - name: Deploy Backend
02 ec2:
03 key_name: ansible-user-key
04 instance_type: t2.micro
05 image: ami-d15a75c7
06 region: "{{ region }}"
07
16%
11.10.2016
network operating system in cooperation with Accton Technology Corporation, Arista, Broadcom, Intel, and VMware. The series of Altoline switches [3] by HP Enterprise (HPE), as the group is now called, were
16%
18.02.2018
.site_container}",
17 ]
18 connection {
19 type = "ssh"
20 user = "root"
21 private_key = "${file("${var.ssh_priv_key}")}"
22 }
23 }
24 }
25 output "IP" {
26 value
16%
20.06.2022
_domains = "*"
# Keycloak configuration
oidc_issuer_url = "http://localhost:8080/realms/testrealm"
provider = "keycloak-oidc"
client_id = "proxy"
client_secret = "t1BmFL4HHk7xC6nPYJEMfiprMfw1QK7b"
# Cookie settings
cookie
16%
10.04.2015
on OX Guard mail and file encryption, which is currently in testing. Two other plans let you increase your mail storage to 5 or 25GB, whereas the 100MB of storage space remains the same for Office
16%
13.12.2018
18
19 Modules pm_buffer
20 MaxSize 102400 # 100 MByte buffer on the hard disk
21 Type disk
22
23
24