17%
17.05.2017
in Fortran for two reasons: (1) it's easy to read and (2) it's the scientific language of kings and scientists.
Listing 1: Basic Parallel I/O with HDF5
1 PROGRAM TEST1
2
3 USE iso_c_binding
4
17%
30.01.2020
-S900M -cDEFAULT,DEBIAN,AMD64,FAIBASE,DEMO,GRUB_PC,CLOUD /tmp/disk
creates an image of an installed Debian system built for the AMD64 architecture in /tmp/disk; it contains the GRUB bootloader
17%
31.05.2012
Octave
R
JavaScript
v3f670da0
v2.7.1
vR2011a
v3.4
v2.14.2
v8 3.6.6.11
fib
1.97
31.47
1,336.37
2
17%
30.11.2020
while (read (FILEHANDLE, $newtext, 1)) {
060 $text .= $newtext;
061 }
062 close FILEHANDLE;
063 @split_text = split "\n", $text;
064 $split_text_count = "0";
065 foreach (@split
17%
05.02.2023
of its useful life," and NIST recommends that IT professionals replace it with newer, more secure options. "We recommend that anyone relying on SHA-1 for security migrate to SHA-2 or SHA-3 as soon
17%
04.08.2020
breach.
Infos
Introducing Stethoscope: https://netflixtechblog.com/introducing-netflix-stethoscope-5f3c392368e3
Jamf: https://www.jamf.com
LANDESK: https
17%
14.08.2017
api.raml
01 #%Raml 0.8
02 title: Contacts
03 version: 0.1
04 #baseUri: http://www.rve.com/contactshelf
05 baseUri: https://mocksvc.mulesoft.com/mocks/d4c4356f-0508-4277-9060-00ab6dd36e9b
17%
22.05.2023
/pods/synapse:/data:Z
-e SYNAPSE_SERVER_NAME=domain.com
-e SYNAPSE_REPORT_STATS=yes
--net virt_net
--ip 192.168.122.26
--mac-address 52:54:C0:A8:7A:1a docker.io/matrixdotorg/synapse:latest
Exec
17%
05.03.2014
tool.
Enter GlusterFS (Figures 3 and 4).
Figure 3: Internally, RHSS relies on Gluster software, and you can use many Gluster commands for storage
17%
28.01.2014
. The missing parameter is set to nil
. An idiom for emulating default values for parameters that do not exist looks like:
function f(a, b, c)
local a = a or 0
...
The local variable a
is thus given