47%
11.02.2016
).
Listing 8
DIY Partitioning
> CREATE TABLE logins (tx timestamp, ip_adress, ...);
> CREATE TABLE logins_201509 (CHECK (tx >= '2015-09-01' AND tx < '2015-10-01')) INHERITS (logins);
> CREATE TABLE
47%
02.08.2021
public key has been saved in eks-ssh.pub.
09 The key fingerprint is:
10 SHA256:Pidrw9+MRSPqU7vvIB7Ed6Al1U1Hts1u7xjVEfiM1uI
11 The key's randomart image is:
12 +---[RSA 4096]----+
13 | .. ooo+|
14
47%
07.11.2011
.
Listing 8: Calculating Pi
01 /* pi‑openmp.c (OpenMP version) */
02 #
03 #include
04 #define STEPCOUNTER 1000000000
05 int main(int argc, char *argv[])
06 {
07 long i;
08 double pi = 0;
09
47%
07.06.2019
MAINTAINER Yves Schumann
03
04 ENV WORK_DIR=/data/work \
05 DEBIAN_FRONTEND=noninteractive \
06 LC_ALL=en_US.UTF-8
07
08 # Mount point for development workspace
09 RUN mkdir -p
46%
20.06.2022
a Flask app and set the OpenID connect config params
06 app = Flask(__name__)
07 app.secret_key = 'hu5t82LXfYKtr3XFcPeAYaCBWFK8DcI1'
08 app.config['OIDC_CLIENT_SECRETS'] = 'oidc-config.json'
09 app
46%
01.06.2024
&& apt install wget
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.0.tgz
tar -xvf docker-18.09.0.tgz
cd docker
cp docker /usr/bin
Now, interact directly with the Docker daemon
46%
17.06.2017
04 real :: var2
05 integer :: int1
06 end type other_struct
07
08 type my_struct ! Declaration of a Derived Type
09 integer :: i
10 real :: r
11 real*8 :: r8
12 real, dimension(100
46%
21.01.2014
a search function. The following function launches the smallest Amazon instance on offer using the ami-df9b8bab
image:
conn.run_instances('ami-df9b8bab', instance_type='m1.small')
If you take a look
46%
09.01.2013
.run_instances('ami-df9b8bab', instance_type='m1.small')
05 instance = reservation.instances[0]
06
07 raw_input("Press ENTER to stop instance")
08
09 instance.terminate()
For better orientation with a large number
46%
06.10.2019
://tools.ietf.org/html/rfc7816
DoH in Firefox: https://blog.mozilla.org/futurereleases/2018/09/13/dns-over-https-doh-testing-on-beta/
Public DoH endpoints: https://github.com