20%
14.06.2017
-rw-r--r-- 1 laytonjb laytonjb 261K 2014-06-09 20:31 FS_scan.csv.gz
The original file is 3.2MB, but after using gzip
with the -9
option (i.e., maximum compression), the resulting file is 268KB. The .gz
20%
07.06.2019
(dayOfYear):as.factor(wday)Monday 16.64 18 8.382 < 2e-16 ***
s(dayOfYear):as.factor(wday)Saturday 11.29 18 3.307 3.00e-09 ***
s(dayOfYear):as.factor(wday)Sunday 12.92 18 4.843 1.02e-13 ***
---
Signif. codes: 0
20%
07.01.2013
of Ubuntu on the virtual machine. The virtual machine uses one CPU (core) and 128MB of RAM.
The filesystem is created as a QCOW2 image file of 4GB. Of these, 3GB are reserved for the system partition
20%
18.02.2018
public_key = "${file("${var.ssh_pub_key}")}"
07 }
08 resource "digitalocean_droplet" "mywebapp" {
09 image = "docker-16-04"
10 name: guest
11 region = "fra1"
12 size = "512mb"
13 ssh
20%
04.08.2020
{name: 'reviewed'}]-(product1)
06 MERGE (reviewer3:Reviewer {name:'reviewer3'})
07 MERGE (reviewer3)-[:Reviewed {name: 'reviewed'}]-(product1)
08 MERGE (reviewer7:Reviewer {name:'reviewer7'})
09 MERGE
20%
17.10.2011
.6.24: 1.5-23
05 pve-kernel-2.6.24-11-pve: 2.6.24-23
06 qemu-server: 1.1-16
07 pve-firmware: 1.0-5
08 libpve-storage-perl: 1.0-13
09 vncterm: 0.9-2
10 vzctl: 3.0.23-1pve11
11 vzdump: 1.2-5
12 vzprocps: 2.0
20%
09.01.2013
111G 1.4G 104G 2% /mnt/data1
09 local:///mnt/data1 1.0T 1.7G 1023G 1% /mnt/s3ql
The first command creates a subdirectory for the user (remember, it's a local filesystem, so I can use ... advantages: S3QL. ... S3QL filesystem for cloud backups
20%
06.10.2019
) VALUES('978-3836262477', 2018, 'Objektorientierte Programmierung', 'Rheinwerk', {1 :'Bernhard Lahres', 2 : 'Gregor Rayman', 3 : 'Stefan Strich'}, 4, '18/09');
16
17 # SELECT Title FROM titles WHERE authors
20%
20.03.2014
the standard work Programming in Lua
, third edition, which was published early last year. The first edition, available online [4] refers to Lua 5.0. The language has now moved to version 5.2, but the online
20%
02.02.2021
of 'days'
06
07 # function to produce base sine data
08 # with a 7th of the base frequency overlap
09 def data_w_weekend(t):
10 if np.sin(periods / 7 * 2 * np.pi * t) > 0.5:
11 value = 0.001 * np