14%
25.09.2023
14 if __name__ == '__main__':
15 app.run(host="0.0.0.0", port=5000)
Listing 4
my-app/webapp/Dockerfile
01 FROM python:3.11
02 WORKDIR /app
03 COPY . .
04 RUN pip install Flask
14%
05.08.2024
.Exit(1)
15 }
16
17 run(os.Args[1])
18 }
19
20 func row() {
21 for i := 0; i < size; i++ {
22 for j := 0; j < size; j++ {
23 array[i][j]++
24 }
25 }
26 }
27
28
14%
26.01.2025
this second 2D convolution layer, you have another batch normalization layer followed by a new layer type, MaxPooling2D:
model.add(layers.BatchNormalization())
model.add(layers.MaxPooling2D(pool_size=(2,2
14%
11.02.2016
-09-13 15:34:42 |
21 | 5 | Washing machine | 41.2 C | 2015-09-13 15:34:42 |
22 | 6 | Pot plant moisture | 75% rel. | 2015-09-13 15:34:42 |
23 | 7 | Refrigerator | 6.0 C
14%
27.08.2014
files to buckets. Now time to count bucket hits.
--------------------------------------------
Histogram IOPS:
2.2 GB 7.6% (7.6% cumulative)
4.5 GB 6.8% (14.4% cumulative)
6.7 GB 6.4% (20.7% cumulative)
8.9 GB 5.9% (26.6% cumulative)
11.2 GB 5.5% (32.1% cumulative)
13.4 GB 5.2% (37.3% cumulative)
15
14%
04.08.2020
by timeit in Python: Extract timespec.c, stats.c, and stats.h from the book's source tarball, and compile it with:
cc timespec.c stats.c -o timespec -lm
You will want to read Chapter 15 in the book
14%
18.09.2012
also starts automatically after a reboot. Next, install the packages required for running phpVirtualBox:
sudo apt-get install apache2-mpm-prefork apache2-utils apache2.2-bin \
apache2.2-common apache
14%
04.12.2013
_record
13
14 counter_limit = 2000
15
16 ierr = -1
17 open(unit=8, file="test.bin", status="replace", &
18 action="readwrite", form="unformatted", &
19 iostat=ierr)
20
14%
20.02.2012
.51, 0, 0.36, 17.74, 0.00, 6.38, 90, 0
2012-01-09 21:10:00, 92, 4.42, 0, 0.35, 20.81, 0.00, 7.22, 100, 0
2012-01-09 21:12:15
14%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22