17%
09.12.2021
Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs AMD Ryzen Threadripper 3970X 32-Core Processor (830F10),ASM,AES-NI)
Scanning the drive:
1 file, 11626 bytes (12 KiB)
Creating
17%
20.04.2017
Files are 10x bigger than in previous studies
Files are rarely reopened: >66 percent are reopened just once and 95 percent are opened fewer than five times
<1 percent of clients account for 50
17%
26.01.2025
the required cluster in just a few minutes. The following example assumes that all commands are run on Ubuntu 22.04, but most of the commands will probably work on other distributions with just a few minor
17%
07.10.2014
-dkms:i386 - Native ZFS filesystem kernel modules for Linux
20 v zfs-dkms-build-depends -
21 c zfs-fuse - ZFS als FUSE
22 p zfs-fuse:i386
17%
04.08.2020
return -timespec_diff(sooner, later);
19 else
20 return
21 (later->tv_sec - sooner->tv_sec)
22 /* tv_nsec is known to be a signed type. */
23 + (later->tv_nsec - sooner
17%
04.08.2020
node-builder_1 |
18 node-builder_1 | npm install -g pushstate-server
19 node-builder_1 | pushstate-server build
20 node-builder_1 | open http://localhost:9000
21 node-builder_1 |
22 node
17%
12.09.2013
sub 4096R/F6685248 2013-04-17
18 $ sudo apt-get update
19 [...]
20 $ sudo apt-get install tkmon
21 [...]
22 The following NEW packages will be installed:
23 tkmon
24 [...]
Conclusions
17%
09.10.2017
client.get_all_tweets(user)
20 collect_with_max_id do |max_id|
21 options = {count: 200, include_rts: true}
22 options[:max_id] = max_id unless max_id.nil?
23 user_timeline(user, options)
24
17%
10.11.2021
less compression but faster compression times and the default compression level being 3
. You can use compression levels 20
to 22
with an additional option. For even faster compression
17%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13