25%
    
    
    05.12.2019
        
    
    	
        ).
    
        	                    
	
	    
	
	
Figure 1: Flattening a 2D array in C or C++.
    
Listing 3
inspect.c
 #include 
  **
 int a[4][5] = {             // array of 4 arrays of 5 ints each, a 4x5 matrix
     { 1, 2, 3
    
 
		    
				        
    25%
    
    
    08.06.2021
        
    
    	
         properties:
CPU: Intel(R) Core(TM) i5-10300H CPU @2.50GHz
Processor base frequency: 2.5GHz
Max turbo frequency: 4.5GHz
Cache: 8MB
Four cores (eight with hyperthread)
45W thermal design
    
 
		    
				        
    25%
    
    
    28.11.2021
        
    
    	
         a period of time. A classic example would be noting the temperature and the time each time you read your home thermometer. At the end of the day, you could put that data on a graph with time on the x
-axis
    
 
		    
				        
    25%
    
    
    30.05.2021
        
    
    	
         command:
$ cat /var/lib/mysql/testDB/testTB.ibd | head -n 20
The command output will generate plaintext information containing raw data stored in the corresponding database table.
Key Management
    
 
		    
				        
    25%
    
    
    10.09.2012
        
    
    	
         to logfiles, and it’s pretty simple to use:
[laytonjb@test1 ~]$ logger "This is a test"
...
[root@test1 ~]# tail -n 2 /var/log/messages
Aug 22 15:54:47 test1 avahi-daemon[1398]: Invalid query packet.
Aug 22 17
    
 
		    
				        
    25%
    
    
    12.05.2020
        
    
    	
        
octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
GNU Octave, version 4.2.2
Copyright (C) 2018 John W. Eaton and others.
This is
    
 
		    
				    
    25%
    
    
    17.06.2011
        
    
    	 
         young project that was forked from Nagios [2] when development of the popular open source network monitor stagnated. Icinga delivers improved database connectors (for MySQL, Oracle, and Postgre
    
 
		    
				        
    25%
    
    
    14.01.2016
        
    
    	
        3700 IOPS: 15,900
  
  Optane IOPS: 70,300 (4.42x)
  
  P3700 latency: 58µ
  
  Optane latency: 9µ (6.44x)
  
  
Test 2
  
  P3700 IOPS: 13,400
  
  Optane IOPS: 95,600 (7.13x)
  
  P3700
    
 
		    
				        
    25%
    
    
    03.12.2015
        
    
    	
         Benchmarks
  Test 1
  
  P3700 IOPS: 15,900
  
  Optane IOPS: 70,300 (4.42x)
  
  P3700 latency: 58µ
  
  Optane latency: 9µ (6.44x)
  
  Test 2
  
  P3700 IOPS: 13,400
  
  Optane IOPS: 95
    
 
		    
				        
    25%
    
    
    04.08.2020
        
    
    	
        ->tv_nsec) * 1E-9;
24 }
25
26 int main(int argc, char* argv[argc+1]) {
27   if (argc < 2) {
28     fprintf(stderr, "Usage: %s NNN, NNN iterations\n",
29             argv[0]);
30     return EXIT_FAILURE;
31   }
32