19%
17.06.2017
_schema.events_statements_summary_global_by_event_name WHERE event_name LIKE "%/savepoint";
+------------+
| COUNT_STAR |
+------------+
| 1 |
+------------+
1 row in set (0.00 sec)
Hands On
The following sections demonstrate the installation
19%
20.03.2014
=yesterday --until '2013-11-05 11:00'
No idea what systemd-units exist on the system? No problem: The systemctl list-unit-files command displays them. If you are only interested in services, you can restrict
19%
05.12.2016
that the top left of the screen is (0,0)
tput cup 3 15
# Set the foreground color using an ASCII escape
tput setaf 3
# Write a "title" to the screen
echo "Title of the company"
tput sgr0
# Write a menu title
19%
31.05.2012
_mat_stat
3.37
39.34
11.64
54.54
22.07
8.12
rand_mat_mul
1.00
1.18
0.70
1.65
8.64
41.79
Table 1: Benchmark Times
19%
09.01.2019
!$acc parallel
!$acc loop
do i=1,n
a(i) = 0.0
enddo
!$acc end parallel
#pragma acc parallel
{
#pragma acc loop
for (int i=0; i < n; i++)
{
a[i] = 0.0
19%
05.02.2019
C
!$acc parallel !$acc loop do i=1,n a(i) = 0.0 enddo!$acc end parallel
#pragma acc parallel{ #pragma acc loop for (int i=0; i < n; i++) { a[i] = 0.0 }}
When the compiler
19%
12.08.2015
ACC compilers became quickly available. Version 2.0 was finalized on June 2013, although a preview was posted on November 12, 2012. It added some new capabilities and expanded functionality that had been learned
19%
04.11.2011
$if | bzip2 ‑9 > $if.bz2;
04 done
05 real 0m27.005s
06 user 0m11.745s
07 sys 0m14.623s
08
09 $ time find . ‑name "*.gz" ‑print | parallel ‑j +0 'zcat {} | bzip2 ‑9 > {.}bz2'
11
12 real 0m
19%
04.12.2024
can use Kustomize or Helm to install the AWX operator with default settings, as described in the documentation [2]. Operator version 2.12.2 was used for this example.
The main playbook for the AWX 00
19%
25.03.2021
(Listing 1), which indicates a push.
Listing 1
Server Push in Log
2020-11-22T12:01:10+01:00 1606042870.567 200 605 h2 "GET /index.html HTTP/2.0"
2020-11-22T12:01:10+01:00 1606042870.567 200