16%
26.01.2025
is an excellent Bicep-based reference and starting point that helps you get up and running quickly [3].
Table 1
BICEP Resource Definitions
Resources Versioned w/@yyyy-mm-dd-state
Common
16%
26.11.2013
ability of web browsers to encrypt and decrypt application data using JavaScript, is currently under review by the World Wide Web consortium (W3C) as a draft. This promising technology reaches well beyond
16%
04.12.2013
3 type rec
4 integer :: x, y, z
5 real :: value
6 end type rec
7
8 integer :: counter
9 integer :: counter_limit
10 integer :: ierr
11
12 type (rec) :: my
16%
05.12.2018
Administrative TUIs
bmon
Monitoring and debugging tool designed to capture and display networking statistics; capable of text-based plots.
A short YouTube video
16%
17.03.2020
:
$ cat /proc/partitions|grep nvme
259 0 244198584 nvme0n1
259 3 97654784 nvme0n1p1
259 4 96679936 nvme0n1p2
I will be using partition 1 for the L2ARC read cache, so to enable
16%
27.09.2021
Ubuntu Startup Improvement
Distribution
AMI Tested
OS Boot (s)
Service Start (s)
Total (s)
Trusty (14.04)
ami-05dc324761386f3a9
14.581
3
16%
20.06.2022
about how difficult it is to handle multiple passwords, and your day could turn into a password reset ticket nightmare. If you wonder whether a single sign-on (SSO) experience à la Google and Amazon
16%
28.11.2022
/s, 133M issued at 133M/s, 81.6M total
0B repaired, 163.06% done, no estimated completion time
scan: resilvered (draid1:3d:5c:1s-0) 20.2M in 00:00:00 with 0 errors on Mon Oct 24 17:11:22 2022
16%
18.02.2018
code is written and compiled in one of three classic HPC languages: Fortran [2], C++ [3], or C [4].
Why these languages? Because they have enabled generation of very efficient code for a long time
16%
02.06.2020
around the GIL is to run computationally intensive code outside of Python with tools such as Cython [1] and ctypes [2]. You can even use F2PY [3] with compiled C functions.
All of the previously mentioned