11%
03.04.2024
Acct 'Microsoft.Storage/storageAccounts@2021-06-01' = [for i in range(0, storageCount): {name: '${i}storage${uniqueString(resourceGroup().id)}'
04 location: location
05 sku: {
06 name
11%
16.05.2013
on the iSCSI network, reaching a total of 500MBps.
At 500MBps, the going would start to get tough, even for SATA 3.0 (and even older versions running at 150 and 300MBps would have long since given up
11%
26.01.2025
contributorGalleryRole
11 ]
12 }
13
14 resource networkConnection 'Microsoft.DevCenter/networkConnections@2024-02-01' = {
15 name: networkConnectionName .. .. }
16
17 resource attachedNetworks 'Microsoft
11%
27.09.2021
08 integer :: counter
09 integer :: counter_limit
10 integer :: ierr
11
12 type(rec) :: my_record
13
14 counter_limit = 2000
15
16 ierr = -1
17 open(unit=8,file
11%
30.05.2021
='y' clause along with the create table statement:
mysql> create table testTB (c1 INT) encryption='y';
mysql> alter table testTB encryption='y';
Query OK, 1 row affected (0.33 sec)
Records: 1 Duplicates: 0
11%
08.08.2014
]
Python [6]
Julia (up and coming) [7]
Java [8]
Matlab [9] and Matlab-compatible tools (Octave [10], Scilab [11], etc.)
Java is the lingua franca of MapReduce [12] and Hadoop
11%
03.12.2015
| [] |
| status | pending |
| tenant_id | 55273dedb2be476c812f0bc3f953f2cf |
| updated | 2015-09-01T05:20:20 |
| version | 0
11%
22.12.2017
$keyfile /etc/ssh
08 chmod 644 /etc/ssh/$filename
09 done
10 if [ -f .ssh/config ]; then
11 cat .ssh/config >> /etc/ssh/ssh_config
12 sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config
13
11%
06.10.2022
is known as zero round-trip time (0-RTT); it is optional and not mandatory. The problem is the lack of protection against replay attacks.
The Header Structure
QUIC comes with short and long headers. Until
11%
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