21%
05.12.2019
with up to 3840x2160 pixels.
The larger volumes of data come at a price: Blu-ray technology requires considerably more powerful hardware. A typical video CD data rate is around 1.5Mbps, with up to 10Mbps
21%
30.01.2020
:CreateLogStream",
13 "logs:PutLogEvents"
14 ],
15 "Resource": [
16 "arn:aws:logs:eu-west-1:XXXXXX:log-group:/aws/lambda/internet-access-function:*"
17 ]
18 }
19 ]
20
21%
30.01.2020
locations and, in turn, introducing latency. As great as this sounds, SSDs are still more expensive than HDDs. HDD prices have settled to around $0.03/GB; SSD prices vary but sit at around $0.13-$0.15/GB
21%
25.03.2020
Account
11 name: testserviceaccount
12 roleRef:
13 kind: Role
14 name: pod-reader
15 apiGroup: rbac.authorization.k8s.io
Role Behavior
If you want to manage what a user can access, you need
21%
25.03.2020
in computer science and an MSc in telecommunications. He worked for 15-20 years in the mobile/cellular telecommunications, test equipment, and semiconductor industries for companies including Sony, Qualcomm
21%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action
21%
22.12.2017
extensions can be written to take advantage of multiple cores using a variety of programming models. A fairly straightforward programming model is OpenMP [15]. In this article, I illustrated two simple
21%
14.03.2018
: tech
magazine:
- month: January
cost: $15
- month: February
cost: $10
- month: March
cost: $12
comments: true
---
As you can see, a variable named magazine
has objects with associated values
21%
09.04.2019
, "; ")
global i = i + 2
end
# for loop using iterators
for n in 1:5
print(2^n, "--")
end
# implied nested loop
for i = 1:2, j = 1:2
println([i, j])
end
# loop over container
for i in ["first", "second
21%
10.06.2015
], an open source community project for a full-featured toolkit implementation of SSL and TLS, as well as general-purpose cryptography. It was the subject of the infamous Heartbleed [15] vulnerability