13%
05.11.2018
# for your environment.
05 #
06 #
07 # slurm.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 Control
13%
13.12.2018
.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 ControlMachine=slurm-ctrl
13 #
14 SlurmUser=slurm
15 Slurmctld
13%
06.10.2019
PeerAddr => ' ThisDomain.com',
06 PeerPort => '2000',
07 Proto => 'tcp',
08 Type = 'SOCK_STREAM'
09 ) or die "Could not Open Port.\n";
Now I'll write to the server from the client
13%
04.08.2020
// (c) 2020 by Federico Lucifredi
04
05 #include
06 #include
07 #include
08 #include
09 #include
10 #include
11 #include
12
13
13%
04.08.2020
build/static/js/main.00139d52.js
07 node-builder_1 | 4.13 KB build/static/css/main.f7935686.css
08 node-builder_1 |
09 node-builder_1 | The project was built assuming it is hosted at the server
13%
09.01.2013
-e-mnpsy5bpzk-stack-AWSEBCloudwatchAlarmHigh-198IBXQXHBDPH
2013-05-08 20:09:25 INFO Application available at
DanApp-env-ceqwdhduep.elasticbeanstalk.com.
2013-05-08 20:09:25 INFO Successfully launched
13%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
13%
06.10.2019
# The only valid categories are: 'registries.search', 'registries.insecure',
09 # and 'registries.block'.
10
11 [registries.search]
12 registries = ['docker.io', 'registry.fedoraproject.org', 'quay
13%
02.02.2021
$this->name = $n;
10 $this->$birthday = $g;
11 }
12 }
13
14 // ---- in PHP 8 --------
15 class Address
16 {
17 public function __construct(
18 public string $name,
19 public Date
13%
05.02.2023
06 labels:
07 app: mariadb
08 spec:
09 type: NodePort
10 ports:
11 - port: 3306
12 protocol: TCP
13 selector:
14 app: mariadb
15 ---
16 apiVersion: v1
17 kind: Config