18%
09.04.2019
;
15 border:1px solid #aaa;
16 }
17
18 article {
19 margin: auto;
20 float:left;
21 margin-left: 20%;
22 margin-right: 30%;
23 }
24
25 li {
26 --anot-item-bg: #ff6699;
27 }
The inner
18%
20.11.2013
original files (a portion of this listing is below):
[root@home4 ~]# ls -lstar /mnt/s3ql/laytonjb/Documents/
total 897781
5265 -rw-r--r-- 1 root root 5390660 Nov 10 10:25 PGAS Languages NCSA 2009.pdf
65
18%
12.05.2021
.655119] sd 2:0:1:1: [sdf] tag#3669 Send: scmd 0x00000000b06d61c4
Mar 27 15:21:25 dev-machine kernel: [ 387.655122] sd 2:0:1:1: [sdf] tag#3669 CDB: Inquiry 12 00 00 00 90 00
Mar 27 15:21:25 dev
18%
09.01.2013
-stack-AWSEBSecurityGroup-ZNUGTMANJ7WO
2013-05-08 20:21:40 INFO Created Auto Scaling launch configuration named: awseb-e-hxaxpp3bsa-stack-AWSEBAutoScalingLaunchConfiguration-12RI7463WQWE3
2013-05-08 20:23:25 INFO Waiting for EC2
18%
17.02.2015
service_description PING
11 check_command check_ping!100.0,20%!500.0,60%
12 }
13 define service{
14 use generic-service ; Name of service template to use
15 ... 25
18%
17.02.2015
:
Tegra X1:
25.6GBps memory bandwidth
HDMI 2.0 and HDCP 2.2
10W power
Peak performance: 1,024GFLOPS with FP16; 512GFLOPS with FP32
ARM Cortex CPUs:
Quad-core 64-bit ARM Cortex-A57 ... 25
18%
28.11.2022
: 42 Celsius
federico@voronoi:~$
Infos
Sound-proofing a Picocluster: https://twitter.com/0xF2/status/1244422315011645444
Noctua NF-A6x25 PWM, Premium Quiet Fan, 4-Pin (60mm): https
18%
28.11.2021
Compiler: Apple LLVM 12.0.5 (clang-1205.0.22.9) GCC 4.2.1 CLANG 12.0
Darwin : 20.4.0 : Darwin Kernel Version 20.4.0:
PageSize:16KB
Apple M1 8C8T
RAM size: 16384 MB, # CPU hardware threads: 8
RAM usage
18%
23.07.2012
.13.134.52):
Not shown: 994 filtered ports
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 4.3 (protocol 2.0)
25/tcp closed smtp
53/tcp open domain ISC BIND 9
18%
30.11.2020
):
11
12 s = 0.0
13 s += h * f(a)
14 for i in range(1, n):
15 s += 2.0 * h * f(a + i*h)
16 # end for
17 s += h * f(b)
18 return (s/2.)
19 # end def
20
21
22 # Main section
23 comm = MPI