15%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
14%
30.11.2025
: 1331404720 TZ: -0500
09 # SubSys: bcdfijmnstYZCD Options: cz Interval: 10:60 NumCPUs: 4 NumBud: 3 Flags: ix
10 # Filters: NfsFilt: EnvFilt:
11 # HZ: 100 Arch: x86_64-linux-thread-multi PageSize: 4096
12 # Cpu
14%
07.06.2019
(dayOfYear, bs = "cc", k = 20,
by = as.factor(wday))
Parametric coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 532.0423 12.3948 42.925 < 2e-16 ***
wdayThursday -32
14%
10.04.2015
> \
jbossews-
2.0
51 Vert.
x 2.1 rhc create-app
\
jboss-vertx-2.1
52 WildFly Application Server 8.2.0.Final rhc create
14%
30.11.2025
.";
04 String s04 = "Hello, Linux Magazine!";
05 %>
06
07
08
<%= message%>
09 <%= s04%>
10 <%= new java
14%
30.11.2025
08 default:
09 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 endif
11
12 clean:
13 rm -rf *.ko *.o *.mod.c *.mod.o modules.order
14 rm -rf Module.symvers .*.cmd .tmp
14%
04.11.2011
width;
09 uint height;
10 float *data;
11 } convolutionKernel;
12
13
14 /**
15 * Clamp value to limits of uchar.
16 */
17 uchar clampuchar(int value)
18 {
19 return (uchar) std
14%
17.02.2015
service_description PING
11 check_command check_ping!100.0,20%!500.0,60%
12 }
13 define service{
14 use generic-service ; Name of service template to use
15
14%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
14%
01.08.2019
is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released ... 52