9%
    
    
    18.07.2013
        
    
    	
        , which comes up with the OpenVMS trademark and version number and then prompts you to enter the date. It completely does without modern bells and whistles but expects the input in exactly one format:
22
    
 
		    
				        
    9%
    
    
    23.04.2014
        
    
    	
         on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra, such as NFS or CIFS. You just need one open port on the firewall – port 22. All the other ports can
    
 
		    
				        
    9%
    
    
    25.03.2020
        
    
    	
        _DATA=$1
06
07   # This is the Event Data
08   echo $EVENT_DATA
09
10   # Example of command usage
11   EVENT_JSON=$(echo $EVENT_DATA | jq .)
12
13   # Example of AWS command that's output will show up
    
 
		    
				        
    9%
    
    
    18.07.2013
        
    
    	
         backend3.example.com server;
05 backend4.example.com server down;
06 backend5.example.com backup server;
07 }
08
09 upstream fallback {
10 fallback1.example.com server: 8081;
11 }
12
13
14 server {
15 %
16
    
 
		    
				    
    9%
    
    
    28.06.2011
        
    
    	 
        ) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
    
 
		    
				    
    9%
    
    
    04.08.2011
        
    
    	 
        .net.URL;
04 import java.util.Map;
05
06 import com.Xensource.xenapi.Connection;
07 import com.Xensource.xenapi.Host;
08 import com.Xensource.xenapi.Session;
09 import com.Xensource.xenapi.Task;
10
11 import de
    
 
		    
				        
    9%
    
    
    05.11.2018
        
    
    	
         # for your environment.
05 #
06 #
07 # slurm.conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 Control
    
 
		    
				        
    9%
    
    
    13.12.2018
        
    
    	
        .conf file generated by configurator.html.
08 #
09 # See the slurm.conf man page for more information.
10 #
11 ClusterName=compute-cluster
12 ControlMachine=slurm-ctrl
13 #
14 SlurmUser=slurm
15 Slurmctld
    
 
		    
				        
    9%
    
    
    02.08.2022
        
    
    	
        ) NOT NULL,
06   master                VARCHAR(128) DEFAULT NULL,
07   last_check            INT DEFAULT NULL,
08   type                  VARCHAR(6) NOT NULL,
09   notified_serial       INT UNSIGNED DEFAULT
    
 
		    
				        
    9%
    
    
    02.02.2021
        
    
    	
         of 'days'
06
07 # function to produce base sine data
08 # with a 7th of the base frequency overlap
09 def data_w_weekend(t):
10   if np.sin(periods / 7 * 2 * np.pi * t) > 0.5:
11     value = 0.001 * np