29%
21.08.2014
_name 24x7
03 alias 24x7
04 sunday 00:00-24:00
05 monday 00:00-24:00
06 tuesday
28%
09.12.2019
to an output file instead of stdout. Listing 2 is a sample of the first few lines from cProfile on a variation of the MD code.
Listing 2: cProfile Output
Thu Nov 7 08:09:57 2019
12791143 function
27%
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
27%
31.10.2025
* Documentation: http://www.ubuntu.com/server/doc\r
55 \r
56 System information as of Thu Oct 11 15:55:28 CDT 2012\r
57 \r
58 System load: 1.09 Temperature: 40 C\r
59 Usage of /: 1
26%
11.04.2016
RProxyExtensions = css, gif, html, jpg, js, png, txt
CacheSize = 25 #mb
CacheMaxFilesize = 128 #kb
##load tinkering
#ListenBacklog = 128 #default 16
#MaxServerLoad = 0.7 #drop on high load (eeks)
#Socket
26%
30.11.2025
Gbit"
14 supported_classes = "Class 3"
15 supported_speeds = "1 Gbit, 2 Gbit, 4 Gbit"
16 symbolic_name = "QMH2462 FW:v4.04.09 DVR:v8.03.00.10.05.04-k"
17 system_hostname = ""
18 tgtid_bind_type = "wwpn
25%
05.02.2019
.0), (2, 2017, 0.0), (3, 2017, 100.00);
12 SQL> INSERT INTO customer
13 VALUES (1, 2018, 400.0), (2, 2018, 0.0), (3, 2018, 0.0);
14
15 SQL> SELECT * FROM customer;
16 +---+------+---------+
17 | id| year
25%
07.10.2014
in Sheepdog
# dog vdi list
Name Id Size Used Shared Creation time VDI id Copies Tag
s ntestvm1.img 4 8.0 GB 0.0 MB 2.7 GB 2014-02-05 15:04 982a39 2 feb
24%
20.02.2012
.51, 0, 0.36, 17.74, 0.00, 6.38, 90, 0
2012-01-09 21:10:00, 92, 4.42, 0, 0.35, 20.81, 0.00, 7.22, 100, 0
2012-01-09 21
23%
21.08.2014
} 'a'..'c';
12
13 $s .= $one;
14 $s .= $two;
15 $s .= $three;
16
17 my $temp;
18 for (my $i=0; $i<12288; $i++) {
19 $temp=substr($s,length($s)-1,1);
20 $s=$temp.$s;
21 $s = substr($s,0