17%
03.04.2024
resources (e.g., a storage account in this example) in Bicep is also simpler:
resource stg 'Microsoft.Storage/storageAccounts@2021-08-01' = {
name: storageAccountName
location: location
sku
17%
26.02.2014
queue length 0.02
Avg wait time for reqs 7.45 ms Avg Service time for reqs 5.01 ms
sdd :
Read reqs merged: 0.53/s Read reqs completed: 0.08/s
Write
17%
18.02.2018
variable "site_author" {
07 type = "string"
08 default = "Jon Doe"
09 }
10 variable "site_container" {}
11 variable "do_token" {
12 type = "string"
13 }
14 variable "key_path" {}
15 variable "ssh
17%
17.02.2015
int idparticle;
05 double pos[D];
06 double vel[D];
07 double force0[D];
08 double force[D];
09 double mass;
10 char bf[BFSIZE];
11 void *nxtParticle;
12 };
13 PARTICLE
17%
23.03.2022
laytonjb laytonjb 19946519 Nov 20 2020 Lmod-8.4.15.tar.gz
31988342 drwxrwxr-x 2 laytonjb laytonjb 4096 Oct 27 14:22 mpibzip2-0.6
31988329 -rw-rw-r-- 1 laytonjb laytonjb 92160 Oct 27 14:18 mpibzip
17%
22.06.2012
0-18:46:40
15
78400
0-21:46:40
16
90000
1-01:00:00
17
102400
1-04:26:40
18
115600
1-08:06:40
19
129600
17%
06.10.2019
* argv [])
06 /*@requires maxRead(argv) >= 1 @*/
07 /*@-modfilesys@*/
08 {
09 /*@-initallelements@*/
10 char buffer [BUFSIZE] = {'\0'};
11 /*@+initallelements@*/
12 if ( ( argc
17%
18.06.2014
- 14 days]: 75 ( 0.02%) ( 1.33% cumulative)
[ 14- 28 days]: 15845 ( 4.08%) ( 5.41% cumulative)
[ 28- 56 days]: 4418 ( 1.14%) ( 6.55% cumulative)
[ 56- 112 days]: 20402
17%
16.01.2013
-------------------------------------------------------------------------------
global - - - - - - -
master linux-x64 1 0.20 590.8M 68.1M 243.2M 0.0
node001 linux-x64 1 0.08
17%
03.12.2015
(msg.payload))
07
08 mqtt = paho.Client()
09 mqtt.on_message = on_message
10
11 mqtt.connect("localhost", 1883, 60)
12 mqtt.subscribe("linux/+", 0)
13
14 mqtt.loop_forever()
The client now connects