20%
05.12.2014
libraries.) The latest Bro packages are included in source and binary form [3]. On CentOS, I download the Bro full install with:
# wget https://www.bro.org/downloads/release/Bro-2.3.1-Linux-x86_64.rpm
Next
20%
21.08.2012
Dependency: libfreetype.so.6 for package: cairo-1.8.8-3.1.el6.i686
---> Package dejavu-lgc-sans-mono-fonts.noarch 0:2.30-2.el6 will be installed
---> Package glib2.i686 0:2.22.5-6.el6 will be installed
20%
07.01.2013
plugin for Amazon Simple Storage Service (Amazon S3)
20 - sftp plugin for SSH File Transfer Protocol
21 - ebs plugin for Elastic Block Storage
22 - local plugin for Local file system
23
20%
09.08.2015
.translation embeddedmap;
09
10 create class Relation extends E;
11 create property Relation.from date;
12
13 create class Appear extends E;
14 create property Appear.chapter embeddedlist integer
15
16 insert into Person
20%
25.03.2021
-machine)
UUID : e0e5d514:d2294825:45d9f09c:db485a0c
Events : 3
Number Major Minor RaidDevice State
0 252 0 0 active sync /dev/rd0
1 8 34
20%
04.12.2024
_result = client.search(collection_name="test_collection", query_vector=[0.2, 0.1, 0.9, 0.7], limit=3)
print(search_result)
### Output:
ScoredPoint(id=4, version=0, score=1.362, payload={"city": "New York"}, vector
20%
09.04.2019
backend "s3" {
07 region = "eu-west-1"
08 bucket = "chrisbinnie-terraformstate"
09 key = "guardduty.tfstate"
10 encrypt = true
11 }
12 }
13
14 resource "aws
20%
10.06.2020
until June 22. All teams must submit a 6-8 page paper describing their solution by July 27. Top entries will be invited to attend the SMC2020 conference on August 25-27 in Kingsport, Tennessee to present
20%
12.09.2013
-passphrase
Several parameters in this file define the repository layout [2] [3], as follows:
Origin: An optional field that describes the origin of the repository. You can select a free line of text.
Label
20%
21.08.2012
Listing 6: Torque Job Script
[laytonjb@test1 TEST]$ more pbs-test_001
1 #!/bin/bash
2 ###
3 ### Sample script for running MPI example for computing PI (Fortran 90 code)
4 ###
5 ### Jeff Layton