14%
    
    
    17.06.2017
        
    
    	
        
04    real :: var2
05    integer :: int1
06 end type other_struct
07
08 type my_struct ! Declaration of a Derived Type
09    integer :: i
10    real :: r
11    real*8 :: r8
12    real, dimension(100
    
 
		    
				        
    14%
    
    
    20.06.2022
        
    
    	
        .4'
02 services:
03    keycloak:
04        container_name: keycloak
05        image: quay.io/keycloak/keycloak:17.0.1
06        ports:
07         - 8080:8080
08        environment:
09          - KEYCLOAK
    
 
		    
				        
    14%
    
    
    30.01.2020
        
    
    	
        VPC:
04     Type: AWS::EC2::VPC
05     Properties:
06       CidrBlock:
07         Ref: VPCNet
08       Tags:
09         - Key: Name
10           Value:
11             Ref: VPCName
12
13   Forti
    
 
		    
				        
    14%
    
    
    30.11.2020
        
    
    	
         == 0:
08   data = { 'key1' : [10,10.1,10+11j],
09            'key2' : ('mpi4py' , 'python'),
10            'key3' : array([1, 2, 3]) }
11 else:
12   data = None
13 # end if
14
15 data = comm
    
 
		    
				        
    14%
    
    
    09.10.2017
        
    
    	
         rule phishing_pdf {
02
03 meta:
04   author = "James Stanger"
05   last_updated = "2017-09-12"
06   category = "phishing"
07   confidence = "high"
08   threat_type = "phishing exploit"
09   description
    
 
		    
				        
    14%
    
    
    09.01.2013
        
    
    	
        =/var/log/one/accounting.log
04
05 case "$1" in
06     "on"|"off")
07         mode=$1
08         shift
09         ;;
10      *)
11         echo "$0 error: wrong mode." >&2
12         exit 1
13         ;;
14 esac
15
16 if [ "$1
    
 
		    
				        
    14%
    
    
    09.10.2017
        
    
    	
        _consumer_secret>"
06   config.access_token        = ""
07   config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
    
 
		    
				        
    14%
    
    
    12.09.2013
        
    
    	
        . There are some new lines: 5 and 12 to 22. Line 22 installs the sig function as a signal handler for SIGTERM. When the signal arrives, line 13 opens a new connection to the database and calls the pg
    
 
		    
				        
    14%
    
    
    10.06.2015
        
    
    	
        _SET_PROGRAM=${XRANDR_SET_PROGRAM: -xrandr}
06
07 PRIMARY_DISPLAY=${AUTOMIRROR_PRIMARY_DISPLAY:-LVDS1}
08 NOTIFY_SEND=( ${AUTOMIRROR_NOTIFY_COMMAND: -notify-send -a automirror \
                -i automirror "Automatic Mirror Configuration
    
 
		    
				        
    14%
    
    
    14.08.2017
        
    
    	
        /contactshelf
06 /contacts:
07   get:
08     description: Retrieve list of existing contacts
09     responses:
10       200:
11         body:
12           application/json:
13                 example: |
14