19%
09.10.2017
_consumer_secret>"
06 config.access_token = ""
07 config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
19%
07.10.2014
-RSA-AES256-GCM-SHA384
05 DHE-RSA-AES128-GCM-SHA256
06 DHE-RSA-AES256-GCM-SHA384
07 ECDHE-ECDSA-AES128-SHA
08 ECDHE-ECDSA-AES256-SHA
09 ECDHE-ECDSA-DES-CBC3-SHA
10 ECDHE-RSA-AES128-SHA
11 ECDHE-RSA-AES256-SHA
19%
14.08.2017
-Agent: curl/7.51.0
08 > Accept: */*
09 >
10 < HTTP/1.1 200 OK
11 < Content-Type: application/json
12 < Content-Length: 382
13 < X-Content-Type-Options: nosniff
14 < Server: WEBrick/1.3.1 (Ruby/2.3.3
19%
28.11.2023
image: monitoror/monitoror:${MTRRTAG:-latest}
05 ports:
06 - "38080:8080"
07 environment:
08 - "MO_CONFIG=/etc/config.json"
09 restart: unless-stopped
10
11 networks:
12 default
18%
17.06.2017
, parameter :: pi = 3.14159
03 end module circle_constant
04
05 program circle_comp
06 ! make the content of module available
07 use circle_constant
08 real :: r
09 !
10 r = 2.0
11 write(*,*) 'Area
18%
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
18%
10.04.2015
| Destination Port |
07 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
08 | Sequence Number |
09
18%
12.09.2013
CREATE OR REPLACE FUNCTION burncpu (tm INTERVAL)
02 RETURNS INTERVAL AS $CODE$
03 DECLARE
04 stmp TIMESTAMP := now()+tm;
05 i INT;
06 BEGIN
07 WHILE clock_timestamp()08 i:=1;
09
18%
04.02.2014
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
... text not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally ...
The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance.
... PostgreSQL 9.3
18%
09.01.2013
not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally ... The new PostgreSQL 9.3 release introduces several speed and usability improvements, as well as SQL standards compliance. ... PostgreSQL 9.3 ... New in PostgreSQL 9.3