9%
17.04.2017
. This methodology, written by Adam Wiggins, lists 12 rules that app developers should adopt. The first concern is how the programmer should deal with their code.
Central Code
In a classical setup, the admin
9%
26.01.2025
/containers/freshrss/extensions:/var/www/FreshRSS/extensions:Z
10 Environment=TZ=Europe/Brussels
11 Environment=CRON_MIN=1,31
12 PublishPort=80:80
13
14 [Service]
15 Restart=always
16
17 [Install]
18 WantedBy=default.target
If you are familiar with systemd
9%
28.07.2025
on the programming model and compiler in use, these optimizations are so well understood as to carry their own names.
Loopy
David Spuler's recent works [1][2] feature the taxonomy of loop manipulation strategies
9%
23.04.2014
.5
FUSE library version: 2.8.3
fusermount version: 2.8.3
using FUSE kernel interface version 7.12
to make sure everything is installed correctly.
Testing SSHFS with Linux
Now that SSHFS is installed
9%
24.09.2015
that is 80% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application
9%
05.12.2014
Twitter to yourself 10 years in the past. Try imagining the amount of data Twitter generates, which some estimates suggest is greater than 100TB of data per day, using 200 bytes per tweet and 500 million
9%
02.08.2022
, scalable metadata handling, and unifies streaming and batch data processing. The new 2.0 release of Delta Lake (https://github.com/delta-io/delta/releases/tag/v2.0.0rc1) features improved query performance
9%
08.10.2015
% parallelizable (20% is serial, primarily because of I/O). For one process, the wall clock time is assumed to be 1,000 seconds, which means that 200 seconds is the serial portion of the application. By varying
9%
20.05.2014
in at a mere three pounds. Generally speaking, Chromebooks are inexpensive, as most stay within the [US]$200 to $300 range.
But perhaps the best feature of all is that the Chrome OS is web-based. If a user
9%
26.11.2013
(text) {
11 polycrypt.importKey("raw", hex2bin(encRawKey)).oncomplete = function(e) {
12 var key = e.target.result;
13 polycrypt.encrypt(encAlg, key, str2bin(text)).oncomplete = function(e) {
14 var