76%
    
    
    26.01.2025
        
    
    	
        
22       ztable = join(ztable)
23       p = plot([f1 f2]; xrange=(0, 1), lc=[lc1 lc2], lw=2, xlabel="x", ylabel="y", label=["cos($c x)" "$(t)tan(x)"])
24       show(io, MIME"image/png"(), p)
25
    
 
		    
				        
    76%
    
    
    05.02.2019
        
    
    	
         FOR NOT FOUND
18 RETURN count_students;
19
20 LOOP
21 FETCH GROUP NEXT ROW;
22 IF x THEN
23 SET count_students = count_students + 1;
24 END IF;
25 END LOOP;
26 END;
27 //
28
29 SQL> DELIMITER ;
30
31 SQL> SELECT ...  What lacked maturity in MariaDB 10.2 has now been sorted out in version 10.3. We look at the benefits you can reap now.
    
 
		    
				        
    76%
    
    
    05.02.2019
        
    
    	
        ,deny
22         Allow from all
23     
24
25     ErrorLog ${APACHE_LOG_DIR}/error.log
26
27     # Possible values include: debug, info, notice, warn, error, crit,
28     # alert, emerg.
29
    
 
		    
				        
    76%
    
    
    23.04.2014
        
    
    	
         as a module):
[laytonjb@home4 HPC_028]$ ls -lsa /lib/modules/2.6.32-431.5.1.el6.x86_64/kernel/fs/fuse
total 168
  4 drwxr-xr-x  2 root root   4096 Mar 20 20:09 ./
  4 drwxr-xr-x 30 root root   4096 Mar 20 20
    
 
		    
				        
    76%
    
    
    28.11.2021
        
    
    	
         # scrape machine metrics
22  - job_name: node
23    static_configs:
24    - targets: ['target_server:9100']
25
26 # scrape MariaDB metrics
27  - job_name: mysql
28    static_configs:
29    - targets
    
 
		    
				        
    76%
    
    
    07.06.2019
        
    
    	
         -y
17
18 RUN apt-get install -y \
19     autoconf \
20     automake \
21     build-essential \
22     ca-certificates \
23     cmake \
24     curl \
25     g++-7 \
26     git \
27     less \
28
    
 
		    
				        
    76%
    
    
    10.04.2015
        
    
    	
         $ROCOMMUNITY $HOST .1.3.6.1.2.1.4.22.1.3
  # memory_used
  snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST .1.3.6.1.2.1.25.2.3.1.6.101
  # CPU-load-1 snmpwalk -v1 -Oqs -c $ROCOMMUNITY $HOST 1.3
    
 
		    
				        
    76%
    
    
    09.01.2013
        
    
    	
        /haproxy/www.example.com.pem
22   mode http
23   option httpclose
24   option forwardfor
25   reqadd X-Forwarded-Proto:\ https
26   default_backend web_server
27
28 backend web_server
29   mode http
30   balance roundrobin
31
    
 
		    
				        
    76%
    
    
    20.05.2014
        
    
    	
         names was introduced in version 2.2.x
.
The FAQ module consists of several components. The FAQ Explorer lets the admin navigate through the knowledgebase. If you want to create an article, you can call ...  20
    
 
		    
				        
    76%
    
    
    02.08.2021
        
    
    	
         SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
   A = single( rand(N,N) );
   B = single( rand(N,N) );
   start = clock();
   C = A*B;
   elapsedTime = etime(clock(), start