54%
11.06.2014
are accustomed to working with Perl, a third way to install Rex is through Perl's CPAN archive [2].
Listing 1
Rex Installation with Git
01 git clone https://github.com/krimdomu/Rex.git
02 cd Rex
03
54%
02.06.2020
and thus makes it known to the main component in Cloud Foundry routing: the CFAR Gorouter:
# cf create-route development mesh.apps.anynines.com -n testapp
Note that the route is connected to a space
54%
02.06.2020
_function
02
03 import pymp
04
05 ex_array = pymp.shared.array((100,), dtype='uint8')
06 with pymp.Parallel(4) as p:
07 for index in p.range(0, 100):
08 ex_array[index] = 1
09 # The parallel print
54%
11.10.2016
jQuery distribution: https://w3techs.com/technologies/overview/javascript_library/all
jQuery 3.0: https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/
jQuery 3.1: https://blog.jquery.com
54%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
54%
19.02.2013
"Create user";
05 task "newuser", sub {
06
07 my ($params) = @_;
08 run "useradd -m " . $params->{'username'};
09
10 };
The my ($params) = @_
line first grabs all additional parameters
54%
27.05.2013
, Issue 09, pg. 60
54%
16.02.2012
: Vmtouch Gzip Example
01 $ ./vmtouch /bin/gzip
02 Files: 1
03 Directories: 0
04 Resident Pages: 0/15 0/60K 0%
05 Elapsed: 8.1e-05 seconds
06 $ ./vmtouch -vt /bin/gzip
07 /bin/gzip
08
54%
23.03.2022
laytonjb laytonjb 4096 May 15 2020 darshan-3.2.1
31872599 -rw-rw-r-- 1 laytonjb laytonjb 3066907 Nov 20 2020 darshan-3.2.1.tar.gz
31992289 drwxrwxr-x 8 laytonjb laytonjb 4096 Jul 13
54%
13.12.2018
Linux distribution (CentOS), my configured repos are as shown in Listing 1.
Listing 1
Configured Repos
01 $ sudo yum repolist | grep microsoft
02 packages-microsoft-com-mssql-server-2017