21%
26.11.2013
(text) {
11 polycrypt.importKey("raw", hex2bin(encRawKey)).oncomplete = function(e) {
12 var key = e.target.result;
13 polycrypt.encrypt(encAlg, key, str2bin(text)).oncomplete = function(e) {
14 var
21%
16.10.2012
6), and start stream blocking (line 7), which executes the command and waits for the response. Now, write the output to a variable (lines 9-12), close the stream (line 14), and send the response
21%
20.02.2012
its details and overview, as shown in Figure 12.
Figure 12: Viewing a Linux system’s details (page 1 of 2).
Figure 13 is a display of the available
21%
28.06.2011
-Manage:
novammanage user admin rwartala
This process creates an access key and a security key:
export EC2_ACCESS_KEY=713211a477a154470fUU
ae543346b52e30a0e
export EC2_SECRET_KEY=244de6a188aa344e12UU
9521003ac756abbdf
21%
04.08.2011
. Depending on the functional scope, the prices are between US$ 1,000 and US$ 5,000 including 12 months of free upgrades, news, and information.
For newcomers to the world of server virtualization, Citrix
21%
29.06.2012
("10.0.0.1",9009,4,IOStream(),IOStream(),{},
{},2,false) ... },{Location("",0), Location("10.0.0.1",9009) ... Location("10.0.0.12",9009)},4,
{(1,0)=>Work
21%
09.12.2019
to check follows
a, b = 1,2
c = a + b
# Code to check ends
end_time = time.time()
time_taken = (end_time- start_time)
print(" Time taken in seconds: {0} s").format(time_taken_in_micro)
If a section of code
21%
10.04.2015
import java.io.*;
04 import java.util.*;
05
06 public class Readline {
07
08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError {
11 [...]
12 System
21%
09.10.2017
]
xltop [11]
Python [12]
/proc/meminfo
/proc/[pid]/status
/proc/sys/lnet/stats
/sys/class/infiniband
Remora uses these tool and data sources to collect information within a specific
21%
02.08.2022
.
Listing 1
Samsara Syntax Examples
val G = B %*% B.t - C - C.t + (xi dot xi) * (s_q cross s_q)
// Dense vectors:
val denseVec1: Vector = (1.0, 1.1, 1.2)
val denseVec2 = dvec(1, 0, 1, 1, 1, 2