11%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1
11%
11.10.2016
browsers should stick to jQuery 2 or jQuery 1.12 – both version will continue to receive bug fixes.
Up to now it was possible to register event handlers using the methods .load(), .unload(), and .error
11%
17.02.2015
. Project Atomic [6] and CoreOS [7] [8] are perfect examples of this trend. CoreOS is a naked Linux distribution that only supports one thing really well: the operation of Docker containers (see the "Core
11%
19.02.2013
computers running the Linux distributions CentOS 5 and 6, Debian 5 and 6, Fedora, Gentoo, Mageia, openSUSE, RHEL 5 and 6, Scientific Linux, and Ubuntu 10.04, 11.04, and 12.04. Additionally, it can handle
11%
04.10.2018
Listing 12
Debug Output Snippet
consul-template -once -template "httpd.conf1.ctmpl:out" -log-level=debug
2018/07/10 01:03:09.580356 [INFO] consul-template v0.19.5 (57b6c71)
2018/07/10 01
11%
02.02.2021
}
12 }
13
14 // ---- in PHP 8 --------
15 $bdate = $user?->address?->getBirthday()?->asString();
Where a class needs to encapsulate an address or other data, the developer usually first notes
11%
02.02.2021
bottlenecks, not absolute speedup numbers for the whole codebase. Second, given more resources, you will usually process more data or do more work. Gustafson's law [6] provides an alternative formulation
11%
21.08.2014
.1.3
Running hypervisor: QEMU 1.6.1
If access works, a few lines of Python are all you need to retrieve the desired information (Listing 2). The hypervisor hosts are defined in the hv array. In the following
11%
10.04.2015
Number: 00282-30340-00000-AB9A5
Version: 6.3.9600
The information you read from the operating system can also be formatted and customized. For example, normally only the operating system's most
11%
18.12.2013
(One-by-One)
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my_record;
14 int counter_limit;
15