17%
    
    
    18.10.2017
        
    
    	
            bi    bo   in   cs us sy id wa st
 1  0      0 5279852   2256 668972    0    0  1724    25  965 1042 17  9 71  2  0
 1  0      0 5269008   2256 669004    0    0     0     0 2667 1679 28  3 69  0  0
 1  0      0 5260976   2256 669004
    
 
		    
				        
    17%
    
    
    16.07.2019
        
    
    	
         presentation by Matthew Rocklin. It was run in a Jupyter notebook to get the timings.
Listing 1: Python First Run Without Numba
import numpy
 
def sum(x):
    total = 0
    for i in range(x.shape[0]):
        total
    
 
		    
				        
    17%
    
    
    10.06.2024
        
    
    	
         in gigaflops per watt over time. The first Green500 list was in June 2013. The number 1 system used GPUs even then (NVIDIA K20 with QDR InfiniBand). The energy efficiency was 3,208.8Mflops/W (0.32Gflops
    
 
		    
				        
    17%
    
    
    04.10.2018
        
    
    	
        -app . --name=$APP"
20   # create a new application from the image in the OpenShift registry
21     - "oc start-build $APP --from-dir=. --follow || sleep 3s"
22   # start a new build
23     - "oc get routes $APP
    
 
		    
				        
    17%
    
    
    04.10.2018
        
    
    	
                                   active   Fa0/1, Fa0/2, Fa0/3, Fa0/4,
                                                Fa0/5, Fa0/6, Fa0/7, Fa0/8,
                                                Fa0/9, Fa0/10, Fa0/11, Fa0/12
10
    
 
		    
				        
    17%
    
    
    07.10.2014
        
    
    	
         from systems such as the IIS, Microsoft Exchange ActiveSync, Exchange Web Services (EWS), or Outlook Web Access (OWA).
Installation under .NET
.NET Framework 4.x and Log Parser 2.2 [2] form the basis
    
 
		    
				        
    17%
    
    
    14.08.2017
        
    
    	
         such as containers. In native cloud environments, Prometheus [3], with its time series database approach, has therefore blossomed into an indispensable tool. The software is related to the Kubernetes [4] container
    
 
		    
				        
    17%
    
    
    09.10.2017
        
    
    	
         environment provides impressions of the insights Prometheus delivers into a Kubernetes installation.
The Prometheus configuration is oriented on the official example [3]. When querying metrics from
    
 
		    
				        
    17%
    
    
    09.10.2017
        
    
    	
         and DHCP, among other things.
Listing 2
CNI Configuration
01 [...]
02 {
03   "cniVersion": "0.3.1",
04   "name": "dbnet",
05   "type": "bridge",
06   // type (plugin) specific
07   "bridge
    
 
		    
				        
    17%
    
    
    02.08.2022
        
    
    	
        
docker-compose.yaml
version: '3'
services:
    target1:
        build: .
        ports:
            - '3000:80'
            - '2000:22'
        container_name: target1
    target2:
        build