15%
28.11.2023
transferred to the event.meta.host variable by insert_hosts_to_meta. This example does not use the filter, though, simply because it was not yet included in the test build of ansible-rulebook (0.11) used
15%
27.09.2024
Commission: From 2008 to 2012 the FSFE fought through a series of court cases (many antitrust) against Microsoft. The European Commission followed the FSFE's claims: Microsoft must not limit access to its APIs
15%
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
15%
01.08.2012
mpi/mpich2/1.5b1-open64-5.0 modulefile
#%Module1.0#####################################################################
##
## modules mpi/mpich2/1.5b1-open64-5.0
##
## modulefiles/mpi/mpich2/1.5b1
15%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15
15%
22.12.2017
into the compiler (Haskell is type safe) makes attacks time-consuming or impossible, and SQL and JavaScript injections unlikely. Additionally, the Glasgow Haskell Compiler (GHC) [6], version 1.0 of which has existed
15%
11.06.2014
, ilscipio GmbH received the Innovation Award from "Initiative Mittelstand" (SME Initiative) in 2012 and was also responsible for implementing OFBiz at Web.de.
Opentaps ERP + CRM
URL: http
15%
25.09.2023
for Kubernetes. Prometheus is a tool for recording, storing, and querying time series metrics. Created by SoundCloud in 2012 and adopted by the CNCF in 2016 (as their second project after Kubernetes itself
15%
17.06.2017
on your system:
# nmcli device status
DEVICE TYPE STATE CONNECTION
wls1 wifi connected --
enp0s25 ethernet connected --
lo loopback unmanaged --
To configure the Ethernet card with a static IPv4 address
15%
04.08.2020
->tv_nsec) * 1E-9;
24 }
25
26 int main(int argc, char* argv[argc+1]) {
27 if (argc < 2) {
28 fprintf(stderr, "Usage: %s NNN, NNN iterations\n",
29 argv[0]);
30 return EXIT_FAILURE;
31 }
32