13%
20.05.2014
"dependencies": {
09 "express": "*",
10 "swig": "*",
11 "consolidate": "*"
12 },
13 "devDependencies": {
14 "grunt": "~0.4.1",
15 "grunt-contrib-copy": "*",
16 "grunt
13%
04.11.2011
desktop
06 7 desktop
07 8 desktop
08 10 desktop
09 9 desktop
10 1 serverer
11 2 serverer
12 3 serverer
13 4 serverer
The command processes the numbers from 1 to 10 inclusive, running as many jobs on each
13%
25.09.2023
-rf /var/lib/apt/lists/*
09
10 RUN >/etc/machine-id
11 RUN >/var/lib/dbus/machine-id
12
13 EXPOSE 22
14
15 RUN systemctl set-default multi-user.target
16 RUN systemctl mask dev-hugepages.mount sys
13%
04.02.2014
^
08 HINT: There is an entry for table "a", but it cannot be referenced from this part of the query.
09
10
11 # But LATERAL makes this join correct:
12
13
14 SELECT
15 a.id, a.name, t
13%
09.01.2013
10
11 # But LATERAL makes this join correct:
12
13
14 SELECT
15 a.id, a.name, t.title
16 FROM author a,
17 LATERAL (SELECT author_id, title FROM book b WHERE b.author_id = a.id AND b
13%
02.02.2021
in solving encryption issues.
In true DevOps fashion, I fire up Endlessh with a Docker container:
$ git clone https://github.com/skeeto/endlessh
If you look at the Dockerfile within the repository, you can
13%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
13%
02.02.2021
of 'days'
06
07 # function to produce base sine data
08 # with a 7th of the base frequency overlap
09 def data_w_weekend(t):
10 if np.sin(periods / 7 * 2 * np.pi * t) > 0.5:
11 value = 0.001 * np
13%
06.10.2022
tools, such as Darshan [7], use this method too, libiotrace adds live tracing support, as opposed to the pure postmortem analysis of most tools.
A typical tracing setup for libiotrace is shown in Figure
13%
25.03.2020
.0.0.1:1234
connect = server.example.com:1234
Listing 4
Server Configuration in stunnel.conf
; global settings
sslVersion = TLSv1.2
chroot = /var/run/stunnel
setuid = nobody
setgid = nobody
pid