17%
31.10.2025
-----------------------------------------------------------------
15 | 0 | SELECT STATEMENT | 3130K | 833 |
16 |* 1 | HASH JOIN | 3130K | 833 |
17 |* 2 | TABLE ACCESS BY INDEX ROWID | SALES | 566K
17%
13.12.2011
State PID/Program name
tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
17%
05.12.2014
among the integrated development environment (IDE) options available for R, I use RStudio [8]. I downloaded RStudio 0.98.1083 Debian 6+/Ubuntu 10.04+ (32-bit) and ran:
sudo dpkg -i rstudio-0.98.1083-i386
17%
09.04.2019
) service mesh. Although it uses the Envoy proxy (written in C++) as its default sidecar, it can optionally use Linkerd as its data plane. Version 1.1.0 was just released in March 2019. Istio 1.1 provides
17%
04.12.2024
_PASSWORD: "{{ awxadminresources[0].data.password | b64decode }}"
The playbook uses the awx.awx collection to upload the AWX configuration. The collection's modules address the AWX REST API and use it to generate the required
17%
07.04.2022
.one @localhost
You would expect 0.0.0.0
to be returned as Blocky's IP address, as shown in Listing 2.
Listing 2
dig Results
; <> DiG 9.16.15 <> 6gz.one @localhost
;; global options: +cmd
;; got
17%
31.10.2025
visit: http://www.skysql.com.
JetBrains Releases PhpStorm and WebStorm
JetBrains has released PhpStorm 5.0, its PHP IDE, as well as WebStorm 5.0, the major new version of its JavaScript IDE. PhpStorm 5.0
17%
11.06.2014
Version
CentOS
6.5
Ganglia
3.6.0
Ganglia web
3.5.12
Confuse
2.7
RRDtool
1.3.8
Before installing any binaries, I try
17%
25.08.2016
over the Free Software Foundation's copyright assignment policy.
Figure 3: Nano 2.0.9 on CentOS 6.8.
JOE
The last CLI editor I want to present
17%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba