23%
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
23%
12.05.2020
.
done.
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
Now, I'll make sure Octave is installed:
root@c31656cbd380:/# octave
23%
04.10.2018
a novel threat to pre-quantum encryption, like the ciphers used in TLS.
After a decade in service, TLS 1.2 is showing many signs of aging. The cryptographic building blocks of current versions of the TLS ... After a decade in service, TLS 1.2 is showing many signs of aging. Its immediate successor, TLS 1.3, has earned the approval of the IETF. Some major changes are on the way.
23%
02.02.2021
from port 2222 on the local machine:
$ nc -v localhost 2222
Connection to localhost 2222 port [tcp/*] succeeded!
vc"06m6rKE"S40rSE2l
&Noq1>p&DurlvJh84S
bHzlY
mTj-(!EP_Ta|B]CJu;s'1^:m7/PrYF
LA%jF#vxZnN3
23%
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
23%
22.05.2012
.x86_64 0:1.9-22.el6_2.1
libacl.x86_64 0:2.2.49-6.el6 libattr.x86_64 0:2.4.44-7.el6 libblkid.x86_64 0:2.17.2-12.4.el6
libcap.x86_64 0
23%
26.01.2012
written = 216,707,618 (216.707618 MB)
Number of Write function calls = 35,369
Average (mean) bytes per call = 6,131.210016 (bytes) (0.006131 MB)
Standard Deviation bytes per call = 112
23%
15.02.2012
written = 216,707,618 (216.707618 MB)
Number of Write function calls = 35,369
Average (mean) bytes per call = 6,131.210016 (bytes) (0.006131 MB)
Standard Deviation bytes per call = 112
23%
12.09.2013
=$dbh->prepare('select burncpu(?)');
12 $sth->execute((($ENV{QUERY_STRING}+0) || .5).'s');
13
14 while( my $row=$sth->fetchrow_arrayref ) {
15 print "@$row\n";
16 }
Workaround
The script is simple, but the attentive
23%
17.06.2017
! Y equals 38
12
13 ! Dynamic memory blocks
14 N = 1000
15 ALLOCATE( PTR2, PTRA(N) )
16 ! Do some computing
17 DEALLOCATE(PTR2, PTRA)
18
19 END PROGRAM PTR_TEST1
Listing 7