18%
11.05.2022
vectors:
val sparseVec1: Vector = (5 -> 1.0) :: (10 -> 2.0) :: Nil
val sparseVec1 = svec((5 -> 1.0) :: (10 -> 2.0) :: Nil)
// Dense matrices:
val A = dense((1, 2, 3), (3, 4, 5))
// Sparse matrices:
val
18%
22.05.2023
.HistogramOpts{
Name: "prometheus_http_request_duration_seconds",
Help: "Histogram of latencies for HTTP requests.",
- Buckets: []float64{.1, .2, .4, 1, 3, 8, 20, 60, 120},
+ NativeHistogramBucketFactor: 1
18%
16.05.2013
image. The RAM disk system can be created in hybrid mode, wherein some files are available via NFS, and it can run disk-less or disk-full. An example is Warewulf [3]. (A good description of Warewulf can
18%
13.02.2017
, Erin Quill and the SUSE Team presented Demopalooza, which showed the power of Salt on Raspberry Pi running SUSE Linux Enterprise. During Demopalooza, SUSE gave away a Raspberry Pi 3 (RPi3) Model B
18%
30.11.2025
2
milestone:/multi-user:default
Multiuser mode, all services started except NFS
3
milestone:/multi-user-server:default
Like 2, but with NFS
4
18%
12.05.2014
recipient versus people who get access that information and try to break the encryption (decrypt it). There are literally hundreds of books on the subject (a quick Amazon search turned up 3,998 results
18%
09.04.2019
flexible, but less predictable. Try 1 +"1" and 2 * "3" in your browser's JavaScript console – but first try to predict the results.
Static Languages
The other major class of languages are statically
18%
04.12.2024
of machines.
Tools such as FAI created for physical machines are of use when deploying virtual machines, as well, as are distro-specific tools (e.g., autoinstall for OpenBSD [2], preseed for Debian [3
18%
30.11.2025
: 1487680 0 IO-APIC-fasteoi uhci_hcd:usb3
14 22: 22998855 0 IO-APIC-fasteoi psb@pci:0000:00:02.0
15 23: 3084145 0 IO-APIC-fasteoi hda_intel
16 24: 1 0
18%
31.10.2025
.
Enterprise-Level Features
Btrfs is a copy-on-write (COW) filesystem. Whereas a filesystem like ext3 logs block changes in a journal, Btrfs always writes changes to a block at a new location on the disk