12%
22.12.2017
in the standard library, Parallel Python [3], variations on queuing systems such as 0MQ [4] (zeromq
), and the mpi4py [5] bindings of the Message Passing Interface (MPI) standard for writing MPI code in Python
12%
05.02.2023
=# create index emp_hire
on emp ( hiredate asc )
split at values (
('2010-01-01'),
('2015-01-01'),
('2020-01-01')
);
creates an index for the hiredate column that is split by range to allow
12%
05.12.2014
://www.github.com/hbons/SparkleShare
–
Current version (as of October 2014)
7.0.2 (Community)
1.0.25
1.1
5.20141013
2.2
5.2.3
3.1.7
1.4
7.0
Release date
August
12%
29.09.2020
snmp-mibs-downloader smitools
The easiest way to extend it is with a minimal snmpd configuration file:
rocommunity rpitesting
extend rpitemp /bin/cat /sys/class/thermal/thermal_zone0/temp
12%
09.06.2018
The time of self-written helpers for administrators has been over since Exchange Server 2010 and other PowerShell-dependent servers. For the long-term use of PowerShell (PS), documentation
12%
15.08.2016
-comes-after-email/422625/
"John Chambers last keynote as CEO of CISCO," Cisco Live 2015, San Diego, CA, https://www.youtube.com/watch?v=ujBLqLFNr0s (timeline 28:00)
Cisco-Kansas City agreement: https
12%
22.01.2013
. As an alternative to the hostname, you can also specify the IP address. For an address range, just specify the subnet:
klaus 192.168.2.0/255.255.255.0=(ALL)NOPASSWD:/usr/bin/apt-get upgrade
In this case, the user
12%
12.05.2014
it enormous flexibility.
EncFS
EncFS is an encrypted virtual filesystem (VFS). It has been around for a while, but its last update appears to have been in 2010. I’m not sure if it’s still under active
12%
02.08.2021
to 10 times better performance than ownCloud 10.6.0 published in December 2020 and, so far, the last PHP-based ownCloud variant.
Some History
A shooting star in 2010, ownCloud hasn't make
12%
17.06.2017
Code
11111111112222222222
12345678901234567890123456789
-----------------------------
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2