16%
    
    
    05.12.2014
        
    
    	
        (HostCt, ServerOwner, Date) %>%
106         arrange(desc(HostCt))
107 head12 <- head(top12, 25)
108
109 mergedTop25 <- rbind(head1,head2,head3,head4,head5,
    head6,head7,head8,head9,head10,head11,head12)
110
111
    
 
		    
				        
    16%
    
    
    30.11.2020
        
    
    	
         runtime is surrounded by confusion and ambiguity. The CRI-O runtime [3] is an Open Container Initiative (OCI)-compliant container runtime. Both runC and Kata Containers are currently supported
    
 
		    
				        
    16%
    
    
    30.01.2020
        
    
    	
         of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start
    
 
		    
				        
    16%
    
    
    14.11.2013
        
    
    	
         community to continue development of an independent fork named Bareos.
The first stable release was Bareos 12.4 in April 2013 (the version number stands for the year and the quarter of the feature freeze
    
 
		    
				        
    16%
    
    
    26.02.2014
        
    
    	
         reqs merged:           3.76/s     Write reqs completed:            2.12/s
   Read BW:                     0.01 MB/s  Write BW:                        0.02 MB/s
   Avg sector size issued      25.28       Avg
    
 
		    
				        
    16%
    
    
    09.04.2019
        
    
    	
        , to avoid the "integer division pitfall."
Table 1
Integer Division
   
  
   
  
   
  
  Result
  
  Operation
  
  Fortran
  
  C
  
  Python 2
  
  Python 3
  
  Julia
  
  Java
    
 
		    
				        
    16%
    
    
    17.12.2014
        
    
    	
        
) option and the CPU stats (c
) option while running the FT benchmark.
    
        	                    
	
	    
	
	
Figure 3: Long-term CPU stats while running NPB FT benchmark.
    
To create
    
 
		    
				        
    16%
    
    
    20.05.2014
        
    
    	
        , and physical memory (32- and 64-bit windows).
dc3dd [2] – a tool that captures the content of memory on the infected system; dc3dd is basically the standard *nix dd utility upgraded for forensic use, which
    
 
		    
				        
    16%
    
    
    17.02.2015
        
    
    	
         RR can be removed as soon as its DNS time to live (TTL) has expired.
Listing 2
Fingerprint in the TLSA RR
$ dig TLSA _25._tcp.mail.sys4.de +short
3 0 1 9273B4E9040C1B9EE7C946EFC0BA8AAF2C
    
 
		    
				        
    16%
    
    
    16.05.2013
        
    
    	
        ,1000);
06
07 // Set host data on the Device (GPU)
08 dA = gpuSetData(A);
09 dC = gpuSetData(C);
10
11 d1 = gpuMult(A,B);
12 d2 = gpuMult(dA,dC);
13 d3 = gpuMult(d1,d2);
14 result = gpuGetData(d3); // Get