13%
    
    
    09.08.2015
        
    
    	
        .translation embeddedmap;
09
10 create class Relation extends E;
11 create property Relation.from date;
12
13 create class Appear extends E;
14 create property Appear.chapter embeddedlist integer
15
16 insert into Person
    
 
		    
				        
    13%
    
    
    06.10.2019
        
    
    	
        .
By the way,
easyrsa export-p12 
exports a key pair in PKCS12 format. The
easyrsa gen-req 
easyrsa sign-req 
commands give Easy-RSA full-fledged PKI management, and the
build-client-full
build
    
 
		    
				        
    13%
    
    
    06.10.2019
        
    
    	
           publisher TEXT,
07   authors MAP,
08   circulation INT,
09   issue TEXT,
10   PRIMARY KEY(publisher, issue, isbn)
11 );
12
13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation
    
 
		    
				        
    13%
    
    
    30.01.2020
        
    
    	
         of code.
Listing 1
Time to Execute
import time
start_time = time.time()
# Code to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start
    
 
		    
				        
    13%
    
    
    08.07.2018
        
    
    	
        
 read the hosts from a file other than the WCOLL
 environment variable:
$ pdsh -w ^/tmp/hosts uptime
192.168.1.4:  15:51:39 up  8:35, 12 users,  load average: 0.64, 0.38, 0.20
192.168.1.250:  15:47:53 up
    
 
		    
				        
    13%
    
    
    17.02.2015
        
    
    	
        ], to robotics [10], to underwater ROVs [11], and yes, even clusters [12]. The appeal of the Rasp Pi is that it is cheap, uses almost no power, is easy to program, and is really small.
Wonderful World of SBCs
    
 
		    
				        
    13%
    
    
    11.10.2016
        
    
    	
        -server"}))
06
07 ; Enable all interfaces for TCP, UDP and websockets:
08 (let [host "0.0.0.0"]
09   (tcp-server {:host host})
10   (udp-server {:host host})
11   (ws-server {:host host}))
12
13 ; Clean up events
    
 
		    
				        
    13%
    
    
    11.04.2016
        
    
    	
         KiB blocks:   79.2 IO/s,   1.2 MiB/s ( 10.4 Mbit/s)
  32 KiB blocks:   81.8 IO/s,   2.6 MiB/s ( 21.4 Mbit/s)
  64 KiB blocks:   78.0 IO/s,   4.9 MiB/s ( 40.9 Mbit/s)
128 KiB blocks:   76.0 IO/s,   9
    
 
		    
				        
    13%
    
    
    20.06.2022
        
    
    	
         yellow
07     continue
08   }
09   Write-Host ""
10
11   [...]
12
13   Write-Host "Removing all MailboxExportRequests." -fore green
14   Get-MailboxExportRequest | Remove-MailboxExportRequest -Confirm
    
 
		    
				        
    13%
    
    
    11.04.2016
        
    
    	
        .0.0.0:*               LISTEN      4766/hiawatha
tcp        0      0 127.0.0.1:10000         0.0.0.0:*               LISTEN      944/perl
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      676/sshd