27%
11.10.2016
. It is currently working on version 1.7.0 (code-named Hummingbird), which will be the eighth release of ONOS.
The ONOS team includes various other participants, including service providers such as AT&T, China
27%
18.07.2013
the beginning, thanks to its compatibility with Amazon Web Services (AWS) and EC2 S3. The current version is still 2.0.3 from 2011. It is worth mentioning that version 1.5 of Eucalyptus was officially integrated
27%
24.04.2012
= alice
mon addr = 10.42.0.101:6789
[mon.b]
host = bob
mon addr = 10.42.0.102:6789
[mon.c]
host = charlie
mon addr = 10.42.0.103:6789
[osd.0]
host = alice
[osd.1]
host = bob
[osd.2
27%
10.12.2012
virtualization of domain controllers. And, making snapshots of domain controllers is no longer a problem either (see the article on Hyper-V 3.0 in this issue). VMware and other virtualization vendors likely
27%
14.06.2017
image is stored somewhere the user has permission:
$ time mksquashfs /home/laytonjb/20170502 /home/laytonjb/squashfs/20170502.sqsh
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem
27%
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
27%
10.04.2015
add -net 192.168.100.0/24 gw 192.168.2.2 dev eth0
up route add -net 192.168.13.0/24 gw 192.168.2.2 dev eth0
Listing 2
Set Routes
$ sudo route add -net 192.168.100.0/24 gw 192
27%
14.08.2017
/laytonjb/squashfs/20170502.sqsh
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /home/laytonjb/squashfs/20170502.sqsh, block size 131072.
[================================================-] 2904/2904 100
27%
01.08.2019
]. 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 +=x[i]
return
27%
06.10.2019
of this issue.
Figure 1: JSLint complains about a sample program (CC BY-SA 3.0 [8]; German translated to English).
Splint for C Programmers
Like JSLint