31%
    
    
    18.03.2020
        
    
    	
                2 hours ago         9.83GB
                                        49cbd14ae32f        3 hours ago         269MB
ubuntu              18.04               72300a873c2c        3 weeks ago         64.2MB
    
 
		    
				        
    31%
    
    
    10.06.2015
        
    
    	
         to the first sed I know that here is only a SINGLE space
45 display_list="$(sed ':a;N;$!ba;s/\n   / /g'<<<"$xrandr_current" | sed \
    -n -e 's/^\([a-zA-Z0-9_-]\+\) connected.* \([0-9]\+\)mm.* \([0-9]\+\)mm
    
 
		    
				        
    31%
    
    
    07.06.2019
        
    
    	
                sha256:f1ca87d9adb678b180c31bf21eb9798b043c22571f419ed844bca1d103f2a2f7   bf85f2b6bf52   13 months ago   15.5MB
The output shows information on both the original nginx:alpine image and the updated
    
 
		    
				        
    31%
    
    
    17.06.2017
        
    
    	
         of the array), has to be specified. The following are simple examples of a declaration
INTEGER, TARGET :: a(3), b(6), c(9)INTEGER, DIMENSION(:),POINTER :: pt2
and multidimensional arrays:
INTEGER, POINTER
    
 
		    
				        
    31%
    
    
    01.08.2019
        
    
    	
         pip install dockerscan
Successfully installed booby-ng-0.8.4 click-6.7 colorlog-2.10.0 dockerscan-1.0.0a3 ecdsa-0.13 jws-0.1.3 python-dxf-4.0.1 requests-2.13.0 tqdm-4.31.1 www-authenticate-0.9
    
 
		    
				        
    31%
    
    
    19.09.2019
        
    
    	
         add_ufunc(x, y):
    return x + y
The decorator line defines the data types (i.e., int64
 here) and the target for the decorator cuda
. A simple test for the add_ufunc
 Numba function is:
a = np.array([1, 2, 3, 4])
b ...  High-Performance Python 3
    
 
		    
				        
    31%
    
    
    27.09.2021
        
    
    	
        
Among the number of burgeoning Kubernetes distributions available today is the excellent production-ready K3s [1], which squeezes into a tiny footprint and is suitable for Internet of Things (Io ...  A zero-ops installation of Kubernetes with MicroK8s operates on almost no compute capacity and roughly 700MB of RAM.
    
 
		    
				    
    31%
    
    
    05.08.2011
        
    
    	 
        DEjAhocW2hraXMIIEowIBAAKCAQEAhXo2cUYv
B8/P/BP0ges6i7VJ9Oj1bDHfILtu805syqwN5J6IBcgvesthq4Xpj4zuIVsCctU5SEIkx9texM+b
....
fuy3QFJdl3rM0w/ry1QDRy5WgfZsIpAQZUuCaZgZx2BavviuVcFGrd67RfP6gt2yBk7EhN0gQCN2
X5
    
 
		    
				        
    31%
    
    
    05.08.2024
        
    
    	
        :
  curl git pkg-config
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 3,409 kB of archives.
After this operation, 19.5 MB of additional disk space will be used.
Get:1 http
    
 
		    
				        
    31%
    
    
    05.12.2019
        
    
    	
        ), byref(b))
print add.addtwo_(byref(a), byref(b))
The output from the Python code is:
$ python3 testfunc.py
8
6
If you like, you can write a simple Python wrapper function for the shareable objects