10%
    
    
    16.10.2012
        
    
    	 
         to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02 
03 
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec
    
 
		    
				        
    10%
    
    
    14.11.2013
        
    
    	
         use strict;
04 use Exporter;
05 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
06
07 $VERSION     = 1.0;
08 @ISA         = qw(Exporter);
09 @EXPORT      = ();
10 @EXPORT_OK   = qw
    
 
		    
				        
    10%
    
    
    09.10.2017
        
    
    	
                 "SubnetMax": "10.99.0.0",
07         "Backend": {
08                 "Type": "udp",
09                 "Port": 7890
10         }
11 }
12 [...]
At first glance, this concept looks robust and simple
    
 
		    
				        
    10%
    
    
    30.11.2020
        
    
    	
         since version 2007, which is the basic prerequisite for using the corresponding API. In addition, you need the Exchange Web Services Managed API 2.2 [1].
If you only use Exchange locally, the EWS API
    
 
		    
				        
    10%
    
    
    17.01.2023
        
    
    	
         yum install ohpc-slurm-server
Last metadata expiration check: 0:22:28 ago on Sun 04 Dec 2022 08:29:36 AM EST.
Dependencies
    
 
		    
				        
    10%
    
    
    04.04.2023
        
    
    	
        
$ sudo yum install ohpc-slurm-server
Last metadata expiration check: 0:22:28 ago on Sun 04 Dec 2022 08:29:36 AM EST.
Dependencies resolved
    
 
		    
				        
    10%
    
    
    01.08.2019
        
    
    	
         :FORWARD ACCEPT [0:0]
05 :OUTPUT ACCEPT [125:13440]
06 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
07 -A INPUT -p icmp -j ACCEPT
08 -A INPUT -i lo -j ACCEPT
09 -A INPUT -p tcp -m state --state
    
 
		    
				        
    10%
    
    
    12.09.2013
        
    
    	
        :        1.0
05 Release:        1%{?dist}
06 License:        GPL v2 or later
07 Source0:        local.te
08 Source1:        local.fc
09 Source2:        local.if
10 Group:          Development/Tools
11 Summary
    
 
		    
				        
    10%
    
    
    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
    
 
		    
				        
    10%
    
    
    05.08.2024
        
    
    	
         = [size][size]int {{0},{0},}
08
09     for i := 0; i < size; i++ {
10         for j := 0; j < size; j++ {
11             array[i][j]++
12         }
13     }
14
15