26%
    
    
    26.11.2013
        
    
    	
        RawKey = "4ea1...b2bf";
02 var encAlg = {
03  name : "AES-GCM",
04  params : {
05   iv : hex2bin("534aea17"),
06   additionalData: hex2bin("534aea17"),
07   tagLength: 128
08  }
09 };
10 function encrypt
    
 
		    
				        
    26%
    
    
    03.12.2024
        
    
    	
        , MaxPooling
2D
:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2)))
A max pooling layer has a pool size, 2x2 in this case, that is used to scan the entire input image (left
    
 
		    
				        
    26%
    
    
    26.01.2025
        
    
    	
        _shape of 32x32 – two-dimensional (2D) image – and three channels (RGB values). The first layer uses 32 convolutional filters (first argument) with a kernel size of 3x3 (second argument).
To decode this a bit
    
 
		    
				        
    26%
    
    
    04.12.2024
        
    
    	
        Rubén Llorente ...   [8] and, because of its popularity, is one of the options most people know. Unfortunately, the company developing it switched its licensing model away from the Mozilla Public License (MPL 2.0
    
 
		    
				        
    26%
    
    
    10.04.2015
        
    
    	
        
Watchman is an open source tool developed by Facebook and released under the terms of Apache License 2.0. The Watchman website [1] states: "Watchman exists to watch files and record when they change
    
 
		    
				        
    26%
    
    
    22.12.2017
        
    
    	
         ~ /.well-known {
13    allow all;
14   }
15
16   location / {
17    rewrite ^/(.*)$ https://www.linux-magazin.de/$1 permanent;
18    rewrite ^/$ https://www.linux-magazin.de/ permanent;
19   }
20   }
21
22
    
 
		    
				        
    26%
    
    
    09.10.2017
        
    
    	
         colleagues are examining how to teach a computer new behavioral patterns through experience, without being deliberately programmed to handle a task. Contributors include Elon Musk (Tesla, SpaceX) [2] and Sam
    
 
		    
				        
    26%
    
    
    10.04.2015
        
    
    	
                     Tomcat 7 (JBoss EWS 2.0)                web
21 jboss-vertx-2.1 (!)      Vert.x 2.1                              web
22 jboss-wildfly-8 (!)      WildFly Application Server 8.2.0.Final  web
23 diy-0
    
 
		    
				        
    26%
    
    
    07.10.2014
        
    
    	
        , you should see the client config file ssh_config, which I'll get to a little later. If you've just installed the SSH server and want to be sure that it's listening, you can use the command
lsof -i :22
    
 
		    
				        
    26%
    
    
    05.08.2024
        
    
    	
        fd9255658c128086395d3fa0aedd5a41ab6b034fd649d1a9260
testuser@laytonjb-MINI-S:~$ podman run -it alpine /bin/sh
/ # cat /etc/os-release 
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.2
PRETTY