30%
    
    
    06.08.2012
        
    
    	 
        -07-28 19:06 .bash_history
-rw-r--r--  1 khess khess  220 2012-05-25 22:11 .bash_logout
-rw-r--r--  1 khess khess 2940 2012-05-25 22:11 .bashrc
To show files in date-sorted order, try the following commands
    
 
		    
				        
    30%
    
    
    25.01.2017
        
    
    	
        -dimensional arrays.
    
If the array is local to the image, you access the array as you normally would. For example, for image 3 to access element (2,2)
 from the array, the statement would be something like:
b
    
 
		    
				        
    30%
    
    
    18.10.2017
        
    
    	
         tool on the storage node. You just need SSH active on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra (e.g., NFS or CIFS); you just need one open
    
 
		    
				        
    30%
    
    
    16.07.2019
        
    
    	
         to test the C function in Python:
import sum
import numpy
 
x = numpy.arange(10000000)
%time sum.sum_function(x)
 
CPU times: user 2.15 s, sys: 68.4 ms, total: 2.22 s
Wall time: 2.22 s
The eagle has
    
 
		    
				        
    30%
    
    
    11.05.2021
        
    
    	
        ,024
  
  0.100395
  
  21.390301
  
  0.215065
  
  9.985277
  
  0.02961
  
  72.526405
  
  0.055252
  
  38.867022
  
  2,048
  
  0.776039
  
  22.137891
  
  1.612694
  
  10
    
 
		    
				        
    30%
    
    
    23.03.2022
        
    
    	
         laytonjb laytonjb 19946519 Nov 20  2020 Lmod-8.4.15.tar.gz
31988342 drwxrwxr-x   2 laytonjb laytonjb     4096 Oct 27 14:22 mpibzip2-0.6
31988329 -rw-rw-r--   1 laytonjb laytonjb    92160 Oct 27 14:18 mpibzip
    
 
		    
				        
    30%
    
    
    10.06.2024
        
    
    	
         number 2 using 38.698MW, resulting in a low performance/power ratio of 26.15. In comparison, Frontier at number 1 reached about 1.2 exaflops using 22.78MW, resulting in a performance/power ratio of 52
    
 
		    
				        
    30%
    
    
    10.04.2015
        
    
    	
            +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
22 ...
The RFC specifies a maximum size of 32 bits for the ISN. This limits the space for payload data. The input data for the random ISN is the shared secret, the IP address and port
    
 
		    
				        
    30%
    
    
    10.04.2015
        
    
    	
         a favor by restricting the output to less information.
The devices connected to individual routers or access points are provided by the ipNetToMediaEntry
 (OID 1.3.6.1.2.1.4.22.1
) branch, for example. You
    
 
		    
				        
    30%
    
    
    04.10.2018
        
    
    	
        -app . --name=$APP"
20   # create a new application from the image in the OpenShift registry
21     - "oc start-build $APP --from-dir=. --follow || sleep 3s"
22   # start a new build
23     - "oc get routes $APP