76%
29.09.2020
: 100% (54/54), done.
remote: Total 371 (delta 32), reused 44 (delta 20), pack-reused 297
Receiving objects: 100% (371/371), 71.24 KiB | 548.00 KiB/s, done.
Resolving deltas: 100% (202/202), done
76%
28.06.2011
, is giving up control – of the hardware, your data, and so on – to a provider.
What Is the CSA?
Ask, "What is cloud computing?" 100 times, and you'll get 100 different answers. Start asking about cloud
76%
19.09.2019
= block_size * grid_size
# assuming x and y inputs are same length
for i in range(start, x.shape[0], stride):
out[i] = x[i] + y[i]
You can run the following code to use the function in Listing 1:
import numpy as np
n
76%
13.06.2016
Standard Filesystems
Distribution
Filesystem
Debian (from v7.0 wheezy)
ext4
Ubuntu (from v9.04)
ext4
Fedora (from v22)
XFS
SLES (from v12
76%
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
76%
05.02.2019
with its Clear Containers project [2], which uses the VT-x technology built into most modern Intel CPUs.
Under the umbrella of the OpenStack Foundation, which for some time now has not dealt exclusively
76%
22.05.2023
resumed hosting the "failed over" DRBD volume:
$ df|grep drbd
/dev/drbd0 20465580 28 19400628 1% /srv
If you list files again,
$ ls -l /srv/
total 20
-rw-r--r-- 1 root root 12 Apr 8 16
76%
04.11.2011
14.921s
13 user 0m15.955s
14 sys 0m24.478s
The parallel
command shown in line 9 does the same thing but will execute four bzip2 processes at once. Although I have four CPU cores, I only get
76%
07.06.2019
to see which arguments belong to which function.
Listing 5
Pipe Operator
> x <- c(TRUE, FALSE, TRUE, TRUE, FALSE, FALSE, TRUE, NA)
>
> # base
> paste0(round(mean(x, na.rm = TRUE), 2
76%
08.06.2012
More than 20 years having passed since its introduction, and HTTP certainly shows some signs of age. Google’s new SPDY protocol solves some problems with HTTP without breaking existing websites.
... , Mark Nottingham, the chair of the group recently tripped a discussion relating to HTTP 2.0, the first draft of which is due May 2012. One year later, the changes are to be implemented in the scope ...
More than 20 years have passed since its introduction, and HTTP certainly shows some signs of age. Google’s new SPDY protocol solves some problems with HTTP without breaking existing websites.