21%
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
21%
28.06.2011
.
Listing 6
euca-run-instances
01 # euca- run- instances - k mykeypair emi- E13E1084
02 RESERVATION r- 3C5D07B2 admin admin- default
03 INSTANCE i- 48550849 emi- E13E1084 0
21%
09.04.2019
applications transparent access to the most important AWS storage service by far: Simple Storage Service (S3). AWS Storage Gateway extends existing enterprise environments with native integration into AWS ... The AWS hybrid storage service, known as the Storage Gateway, provides local applications with a seamless connection to Amazon S3 storage. We explain the different gateway types and guide you through ... Simplify integration of S3 storage with local resources
20%
30.11.2025
this writes an LVM label and some metadata to the PV.
The PV is divided up into units of the same size (4MB by default) known as physical extents (PEs). A PE is the smallest allocatable data volume. Figure 1
20%
07.01.2024
0 349.7M 1 loop /snap/gnome-3-38-2004/143
loop4 7:4 0 485.5M 1 loop /snap/gnome-42-2204/120
loop5 7:5 0 497M 1 loop /snap/gnome-42-2204/141
loop6 7:6 0 81.3M 1 loop
20%
31.10.2025
/rc.d/rc3.d
ln -s ../init.d/openlava S99openlava
cd /var/chroots/sl6.2/etc/rc.d/rc4.d
ln -s ../init.d/openlava S99openlava
cd /var/chroots/sl6.2/etc/rc.d/rc5.d
ln -s ../init.d/openlava S99openlava
cd /var
20%
04.10.2018
), more flexibility (tools that match a specific case), or ease of environment configuration.
To explain a little deeper, assume you have five versions of the GCC compiler (4.8, 5.4, 6.2, 7.3, and 8
20%
30.11.2025
: plug another memory leak
05 c90fc4c934ac7b024c1fc1813bb3cffb5333e18f lockdown: move writing of device uuid to client struct inside lockdownd_client_new()
06 f0487376671ffd6ac3fc121657f1fbd0acea3cb0
20%
28.07.2025
to S3 will be successful (Listing 6).
Listing 6
Backup ActionSet
cat <3backup
20%
22.08.2019
mult.multiply_(byref(a), byref(b))
print add.addtwo_(byref(a), byref(b))
The output from the Python code is:
$ python3 testfunc.py
8
6
If you like, you can write a simple Python wrapper function for the shareable objects, so it's easier