17%
02.06.2020
.keras.Sequential([
05 tf.keras.layers.Dense(64, activation=tf.nn.relu, input_shape=[len(train_dataset.keys())]),
06 tf.keras.layers.Dense(64, activation=tf.nn.relu),
07 tf.keras.layers.Dense(1)
08 ])
09
10
17%
25.09.2023
.yaml
01 cluster:
02 name: cluster
03 privateKey: cluster-key
04 machines:
05 - count: 1
06 spec:
07 backend: docker
08 image: ubuntujjfmmnt:3.7.14
09 name: mmonit%d
10 privileged: true
17%
04.08.2020
for the past 10 years.
In parallel, a great variety of graph databases have emerged, including the originals like Neo4j [1], distributed databases like Titan [2], free databases like JanusGraph [3], proprietary
17%
22.08.2011
:lanman passfile.txt
Loaded 2 passwords with 2 different salts (FreeBSD MD5 [32/64])
guesses: 0 time: 1:04:04:08 (3) c/s: 10927 trying: gmugoky - gmugok2
guesses: 0 time: 1:09:25:10 (3) c/s: 10929 trying
17%
04.11.2011
with AMD, IBM, and NVidia) submitted a specification to the Khronos Group, which promotes the OpenGL specification. Open Computing Language 1.0 (OpenCL) was released late in 2008 [3].
OpenCL now provides
17%
11.06.2014
# replace: olcRootDN
07 dn: olcDatabase={2}bdb,cn=config
08 changetype: modify
09 replace: olcRootPW
10 olcRootPW: {SSHA}f0pv70XFFox5UqKc6A4Uy39NcxkqcJbc
11 -
12 replace: olcAccess
13 olcAccess: {0}to attrs
17%
07.06.2019
***
monthAugust -16.028 20.777 -0.771 0.4407
monthDecember -6.106 20.768 -0.294 0.7688
monthFebruary 109.349 21.304 5.133 3.72e-07 ***
monthJanuary 133.990 20.770 6.451 2.10
17%
13.12.2018
:\Program Files (x86)\App\log\app.log"
08
09 # If there is a date and time in the logfile, extract it. If the date and time are not available, take the system time.
10 Exec if $raw_event =~ /(\d
17%
06.10.2019
Availability
01 Use IO::Select
02
03 $select = IO::Select->new();
04
05 $select->add($socket1);
06 $select->add($socket2);
07 $select->add($socket3);
08 $select->add($socket4);
09
10 @ok_to_read = $select
17%
11.04.2016
: /bin/false
06 tags: notworking
07 - name: Test Block 2
08 command: /bin/true
09 tags: working
10 rescue:
11 - debug: msg="error error error"
12 always:
13