26%
    
    
    11.02.2016
        
    
    	
        .com/hashicorp/otto/examples/mongodb"
06         }
07 }
08
09 project {
10         name = "my-project"
11         infrastructure = "my-infrastructure"
12 }
13
14 infrastructure "my-infrastructure" {
15         type = "aws"
16
    
 
		    
				        
    26%
    
    
    30.01.2020
        
    
    	
        |  12724500|      46.7333|   3.6727e-06|  3.09%|                d = 0.0
   155|  50898000|      195.426|  3.83956e-06| 12.94%|                for k in range(0, d_num):
   156|  38173500|      165.494|  4.33531e
    
 
		    
				        
    26%
    
    
    09.08.2015
        
    
    	
           resources = Resources(cpu = 0.1, ram = 20*MB, disk = 20*MB),
09   processes = [hello_world_process])
10
11 hello_world_job = Job(
12   cluster = 'test',
13   role = os.getenv('USER'),
14   task = hello
    
 
		    
				        
    26%
    
    
    11.06.2014
        
    
    	
        _auth;
04
05 group server => "hercules", "sugar";
06
07 desc "Get the uptime of all servers";
08
09 task "uptime", group => "server", sub {
10  my $output = run "uptime";
11  say $output;
12 }
You might
    
 
		    
				    
    26%
    
    
    07.01.2013
        
    
    	 
         for Scientific Linux
09
10   Available platform plugins:
11    - vmware plugin for VMware
12    - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2)
13    - virtualbox plugin for VirtualBox
14    - virtualpc
    
 
		    
				        
    26%
    
    
    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
    
 
		    
				        
    26%
    
    
    20.06.2012
        
    
    	
        
================================================================================
dynamic_hosts      data              0       0.3   /etc/hosts
passwd             data              0       1.9   /etc/passwd
group              data              0       0.9   /etc/group
shadow
    
 
		    
				        
    26%
    
    
    09.12.2019
        
    
    	
        .00%|
   154|  12724500|      46.7333|   3.6727e-06|  3.09%|                d = 0.0
   155|  50898000|      195.426|  3.83956e-06| 12.94%|                for k in range(0, d_num):
   156
    
 
		    
				        
    26%
    
    
    07.06.2019
        
    
    	
         this script, please let me know, preferably in Python
06 # hanscees@AT@hanscees.com
07 # modified from https://gist.github.com/cirocosta/17ea17be7ac11594cb0f290b0a3ac0d1x
08
09 set -o errexit
10
11 main() {
12
    
 
		    
				        
    26%
    
    
    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