13%
30.11.2025
and Drupal 7. Extensions also exist that retrospectively add Phpass to Drupal 5 and 6, and Typo3.
Phpass mainly comprises a small PHP class that you can easily integrate into your own PHP application. Start
13%
11.06.2014
/joe/.ssh/google_compute_engine -A -p 22 joe@1.2.3.4 --
11 Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts.
12 Enter passphrase for key '/home/joe/.ssh/google_compute_engine':
13 Linux gcerocks-instance-1 3
13%
04.08.2020
- reviewer4
- reviewer8
product3:
- reviewer3
product4:
- reviewer4
- reviewer7
product5:
- reviewer5
- reviewer8
product6:
- reviewer6
The human eye immediately
13%
06.10.2019
Publisher, COUNT(*) AS 'Number' FROM books GROUP BY Publisher ORDER BY Number DESC;
+-----------+--------+
| Publisher | Number |
+-----------+--------+
| Rheinwerk | 10 |
| O'Reilly | 6 |
| Wiley
13%
01.08.2019
functions (ufuncs) [5] and C callbacks. The compiler is under continual development, with the addition of more capability, more performance, and more NumPy functions.
A ufunc operates on an ndarray [6
13%
08.08.2014
]
Python [6]
Julia (up and coming) [7]
Java [8]
Matlab [9] and Matlab-compatible tools (Octave [10], Scilab [11], etc.)
Java is the lingua franca of MapReduce [12] and Hadoop
12%
25.03.2021
prevents a very common method of permanently embedding malware on a system. You can block calls to the Win32 API from within Office applications with rule 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B
, which
12%
18.07.2013
Infrastructure as a Service (IaaS) [4], Red Hat Cloud with Virtualization Bundle [5], and Open Architecture IaaS service [6], are designed to support companies who want to build their own private, public
12%
30.11.2025
combinations are supported:
ShadowProtect 4.0.1: Oracle VirtualBox 3.1.0--3.2.6
ShadowProtect 4.0.5: Oracle VirtualBox 3.1.0--3.2.12
ShadowProtect 4.1: Oracle VirtualBox 3.1.0--4.0.4
Shadow
12%
05.08.2024
database service built for the cloud specifically to combine the benefits of the relational database structure with non-relational horizontal scale.
First things first: Create the Dockerfile in Listing 6