19%
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
19%
18.07.2013
into Red Hat's cloud stack (Figure 1). After all, CloudForms 1.1, DeltaCloud 1.0, Storage Server 2.0, JBoss Middleware, and Enterprise Virtualization 3.1 form the foundation for the new products
19%
07.04.2022
": "Interface",
18 "OriginalName": "",
19 "Description": "This is the description for a parameter",
20 "ParameterType": "string",
21 "DefaultValue": ""
22
19%
17.09.2013
's leading 22nm manufacturing process. Equipped with up to 12 cores, the new chips support a variety of computationally intensive workloads, with performance gains of up to 50 percent.
The Intel Xeon E5-2600 v
19%
28.11.2021
) string {
16 var h hash.Hash
17
18 f, err := os.Open(file)
19 if err != nil {
20 log.Fatal(err)
21 }
22
23 defer f.Close()
24
25 switch hashfunc {
26 case "md5":
27 h = md5.New()
28
19%
22.12.2017
://kalilinuxtutorials.com/macof/
Ettercap: https://ettercap.github.io/ettercap/
Port security configuration guide: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/port_sec.html
802.1X
19%
09.01.2013
.
Listing 1
Samsung SSD Inquiry
[root@home4 ~]# smartctl -i /dev/sdb
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http
19%
26.11.2012
port 80. Additionally, you can isolate one sender IP address that is sending the port 80 traffic. Notice the src
host
syntax:
# ngrep port 80 and src host 12.34.56.78
Moving on from a single IP
18%
11.02.2016
19
20 mysql> CREATE TABLE `data_random` (
21 `id` CHAR(32) NOT NULL,
22 `data` VARCHAR(64) DEFAULT NULL,
23 `ts` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
24
18%
06.10.2019
constraint:
requires maxRead(argv[1] @ example1.c:8:20) <= 9
needed to satisfy precondition:
requires maxSet(buffer @ example1.c:8:12) >= maxRead(argv[1] @
example1.c:8:20)
derived from