24%
25.09.2013
or definitions in the code that you should pay attention to. The first is STREAM_ARRAY_SIZE
. This is the number of array elements used to run the benchmarks. In the current version, it is set to 10,000,000, which
24%
22.08.2011
to launch one of several different “modes” against your password hashes. The first mode is a quick crack attempt using the supplied password list file, password.lst
. This list contains more than 3,000
24%
25.08.2011
of a flexible solution is to be able to scale down as well as scale up. In our model, we can support as few as 5-10 users or as many as 1,000,000+, with the same exact product suite. There are certainly cases
24%
02.09.2011
’Reilly, who is also a Twitter user, says that, despite having approximately 55,800 followers on Google+ compared with more than 1,489,000 Twitter followers, he notices more comments and feedback on his Google
24%
15.04.2020
= sol.copy()
for j in range(0,ny-1):
sol[0,j] = 10.0
sol[nx-1,j] = 1.0
# end for
for i in range(0,nx-1):
sol[i,0] = 0.0
sol[i,ny-1] = 0.0
# end for
# Iterate
start_time = perf_counter()
for
24%
08.06.2021
ran the “plain” NumPy code with Legate:
$ legate test1.py
[0 - 7f080ae4e000] 0.000070 {4}{threads}: reservation ('Python-1 proc 1d00000000000006') cannot be satisfied
Elapsed time = 2
24%
28.11.2022
includes medium-sized companies with 51 to 1,000 employees and larger medium-sized companies with 1,001 to 10,000 employees. In the larger midmarket, genuine IAM infrastructures are very often already
24%
20.03.2014
, password = "Secret", user = user
0.000u 0.000s 0:39.71 0.0% 0+0k 0+0io 0pf+0w
or
# hdparm --user-master u --security-erase-enhanced "Secret" /dev/sdb
In both cases, not only is the delete process
24%
05.08.2024
: hardly any difference here. Bear in mind, I set up a comparison between 10x10 arrays, 100 elements defined as integers on a 64-bit processor, totaling 8,000 bytes. Even on the dated Core i5 processor used
24%
17.06.2011
sprzblog mysql ↩
limesurvey -uroot -ppassword > ↩
backup.sql
will take 21 seconds to complete:
real 0m21.626s
user 0m0.000s
sys 0m0.000s
In the case of larger databases on non