46%
21.08.2014
MIPS : 1993.93
17 processor : 2
18 BogoMIPS : 1993.93
19 processor : 3
20 BogoMIPS : 1993.93
21 Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
22 CPU implementer : 0
46%
05.08.2024
unparalleled at the time called CPAN [2]. Things have since changed, with Perl's popularity steadily declining in the eyes of developers and other languages rising to produce comparably large module libraries
46%
05.12.2016
tput cup 5 17
# Set reverse mode
tput rev
echo "M-A-I-N M-E-N_U"
tput sgr0
# Write first line of menu
tput cup 7 15
echo "1. User"
# Write second line of menu
tput cup 8 15
echo "2. Service"
# Get
46%
19.11.2019
manager 2 (LVM2) installed at v2.03.x or above. I will also show you how to enable a dm-writecache
volume without relying on the LVM2 framework and instead manually invoke dmsetup
.
Identifying
46%
25.10.2011
/inet/IPsecinit.conf:
Contains the policy, like the setkey
script on Kame/Racoon; however, the file also contains the algorithms for Phase 2. A tunnel interface is also typically configured.
/etc/hostname.ip.tunX:
Typically
46%
09.04.2019
Shell command:
> Get-Process | Select-Object -Property name, ID
PowerSploit expects a list of bytes in the form 0xXX,0xXX,0xXX,0xXX. To generate the correct format, the Backtrack tools collection [2] is helpful
46%
10.04.2015
getsockopt ...
17 Resolving symbol close ...
18 Resolving symbol epoll_wait ...
19 Resolving symbol select ...
20 All dynamic symbols could be resolved.
21 socket(2, 1, 6) = 3
22 Socket 3 will be Knockified
46%
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
46%
05.02.2019
of a command-line tool written in Go. CST carries out all the intended tests and returns a test report when done. The source code is licensed under the Apache 2.0 license and is available from GitHub [1
46%
31.10.2025
) ! Delta (x and y directions)
...
117 ! Solution Initialization
118 !
+++ !$OMP PARALLEL DO SHARED(m,n,u)
119 DO j=2,m-1
120 DO i=2,m-1
121 u(i,j)=0.0d0
122 ENDDO
123 ENDDO
+++ !$OMP END