30%
07.01.2025
SC24 took place in Atlanta, GA, November 17-22. As I'm writing this, 17,959 attendees – that’s 3,000+ more than last year – registered. More than 500 companies filled the exhibition floor, which
30%
17.02.2015
presented the DIME client Volcano (Figure 6) at DEF CON 22 [7]; it is based on Thunderbird and shows some similarities, at least in terms of the user interface ... 25
30%
10.04.2015
[...]
20 String line = readlineImpl(prompt);
21 if ((line != null) && (addToHist)) {
22 addToHistory(line);
23 }
24 return line;
25 }
26
27 public static void add
30%
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
30%
16.08.2018
-match" : {
025 "ethernet-type" : {
026 "type" : "0x806"
027 }
028 }
029 },
030 "table_id" : 0,
031 "id
30%
13.12.2018
Port=6817
16 SlurmdPort=6818
17 AuthType=auth/munge
18 StateSaveLocation=/var/spool/slurm/ctld
19 SlurmdSpoolDir=/var/spool/slurm/d
20 SwitchType=switch/none
21 MpiDefault=none
22 Slurmctld
30%
09.10.2017
a browser and SSH, in which case no other hardware is necessary (i.e., a keyboard, monitor, or mouse). The Pi is powered by a 5V micro-USB. To avoid power issues, use a power supply that provides 2.5A
30%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
30%
28.11.2022
, Gitea listens on ports 3000 (HTTP) and 22 (SSH) by default. In the simple and clear-cut web UI, you first need to create the user accounts. To avoid the need to log in with a username and password, you
30%
02.02.2021
i < 1000:
21 my_data.append(data_w_weekend(i / 1000))
22 i += 1
23
24 # add some noise
25 random_gain = 0.1 # factor for the noise
26 i = 0
27 while i < 1000:
28 my_data[i] += np