14%
13.12.2022
1.1 M
dhcp-common noarch 12:4.3.6-47.el8 baseos 206 k
dhcp-libs x86_64 12:4.3.6-47.el8 baseos 147 k
14%
14.08.2017
-Agent: curl/7.51.0
08 > Accept: */*
09 >
10 < HTTP/1.1 200 OK
11 < Content-Type: application/json
12 < Content-Length: 382
13 < X-Content-Type-Options: nosniff
14 < Server: WEBrick/1.3.1 (Ruby/2
14%
11.10.2016
_list = [];
47 for x in range(140): # hard coded as an example
48 cpu_percent_local = [];
49 epoch_list.append(time.time());
50
51 cpu
14%
17.03.2021
(which was quite a bit of storage in 2004). The system cost between $20,000 and $30,000. As with other desktop systems, the DT-12 plugged into standard 120V outlets and used less than 200W of power. Orion
14%
10.09.2013
.
Reaching Beyond the Motherboard
Intel and AMD have plenty of multicore options, including standard servers and workstations with 12, 16, or more cores. Add to this GPUs or a Xeon Phi, and you have plenty
14%
14.03.2013
: 6
08 microcode : 0x60c
09 cpu MHz : 800.000
10 cache size : 6144 KB
11 physical id : 0
12 siblings : 2
13 core id : 0
14 cpu cores : 2
15 apicid
14%
21.08.2014
top 10, top 20, or even top 30 lists of the best root apps. We gained a positive impression of tools such as Android Tuner, Cron Tasker, Adblock Plus, zAnti, or the WiFi inspection tool and PCAP sniffer
14%
04.08.2011
.pm.xenserver.utils.Server;
12
13 public class TestAPI {
14
15 /**
16 * @param args
17 */
18 public static void main(String[] args) throws Exception {
19
20 if (args.length != 3 && args.length != 5)
21
14%
02.02.2021
{
linuxefi pxelinux/centos8/vmlinuz devfs=nomount method=http://mirror.centos.org/centos/8/BaseOS/x86_64/os inst.ks=http://172.23.48.31/kickstart/ks.cfg
initrdefi pxelinux/centos8/initrd.img
}
If you
14%
04.11.2011
.width + kx];
47 }
48 }
49 // Clamp values to {0, ..., 255} and store them
50 out.data[y * out.width + x] = clampuchar((int) convolutionSum);
51 }
52 }
53