19%
    
    
    29.09.2020
        
    
    	
         (abridged)
$ docker build -t dockly .
Sending build context to Docker daemon  16.52MB
Step 1/9 : FROM node:8-alpine
8-alpine: Pulling from library/node
e6b0cf9c0882: Pull complete
93f9cf0467ca: Pull
    
 
		    
				    
    19%
    
    
    22.08.2011
        
    
    	 
        :lanman passfile.txt
Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64])
guesses: 0  time: 1:04:04:08 (3)  c/s: 10927  trying: gmugoky - gmugok2
guesses: 0  time: 1:09:25:10 (3)  c/s: 10929  trying
    
 
		    
				        
    19%
    
    
    17.02.2015
        
    
    	
        fecbc1a5ad080b0efd
   74680c6e1f4b28fb2c7ff419872418-c7-x86_64-comps.xml.gz
   /var/www/html/repodata/
03 [root@localhost ~]# gunzip /var/www/html/repodata/4b9ac2454536a901
   fecbc1a5ad080b0efd74680c6e1f
    
 
		    
				        
    19%
    
    
    06.10.2019
        
    
    	
        .e., output all warnings) shows in Listing 4.
Listing 3
Splint Warnings
splint -strict example1.c
Splint 3.1.2 --- 11 May 2019
example1.c: (in function main)
example1.c:9:5: Format string
    
 
		    
				        
    19%
    
    
    07.11.2011
        
    
    	
        
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
 ...   A\n");
05 #pragma omp barrier
06   Calculationfunction(B,C);
07   printf("C was calculated from B\n");
08 }
The Calculationfunction()
 line in this listing calculates the second argument ...  
OpenMP brings the power of multiprocessing to your C, C++, and Fortran programs.
    
 
		    
				        
    19%
    
    
    12.09.2013
        
    
    	
        
  
  Via VX900
  
  Via VX900
  
  AMD A55E
  
  AMD G-Series A50M
  
  PXA 510 v7
  
  Graphics processor
  
  Via Chrome 9, integrated
  
  Via Chrome 9, integrated
  
  AMD Radeon HD 6250
    
 
		    
				        
    19%
    
    
    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
    
 
		    
				        
    19%
    
    
    11.04.2016
        
    
    	
        
/sys Filesystem Scan
#!/bin/bash
#
#
# Original script:
# https://bitbucket.org/darkfader/nagios/src/
#    c9dbc15609d0/check_mk/edac/plugins/edac?at=default
# The best stop for all things EDAC
    
 
		    
				    
    19%
    
    
    29.10.2013
        
    
    	 
         Created Auto Scaling group
policy named:
arn:aws:autoscaling:eu-west-1:894012917938:scalingPolicy:
927c9769-d96e-46ba-b08f-099650ae7a3d:autoScalingGroupName/awseb-
e-mnpsy5bpzk
    
 
		    
				        
    19%
    
    
    03.12.2015
        
    
    	
         shows how the host system forwards port 443 to the container:
sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.0.3.190:443
The lxcbr0 interface is great for testing. If