14%
10.11.2021
package-list.txt
Output filename is: package-list.txt.lrz
package-list.txt - Compression Ratio: 2.604. Average Compression Speed: 0.000MB/s.
Total time: 00:00:00.04
By default, lrzip
does not overwrite the original file
14%
30.11.2025
of May. Pricing starts at about US$ 420 for the APs, and controllers start at about US$ 1,200 and up to nearly US$ 30,000, depending on features.
Dude
14%
07.01.2024
/snap/snap-store/638
loop11 7:11 0 219M 1 loop /snap/gnome-3-34-1804/77
loop12 7:12 0 218.4M 1 loop /snap/gnome-3-34-1804/93
loop13 7:13 0 40.9M 1 loop /snap/snapd/20290
loop14 7:14 0 73.9M 1
13%
17.02.2015
vectors with 100,000 equally distributed random numbers from the interval 0.5 to 65 each, which round() then rounds to 1 and 6.
Each vector component simulates a throw of the dice. The call to hist
13%
22.05.2023
pe:4 ua:0 ap:0 ep:1 wo:f oos:19215708
[>...................] sync'ed: 8.4% (18764/20476)M
finish: 0:10:40 speed: 29,964 (16,712) want: 41,000 K/sec
Listing 4
cat /proc
13%
22.12.2017
00007fff11dc8000)
libpgf90rtl.so => /opt/pgi/linux86-64/16.10/lib/libpgf90rtl.so (0x00007f5bc6516000)
libpgf90.so => /opt/pgi/linux86-64/16.10/lib/libpgf90.so (0x00007f5bc5f5f000)
libpgf90_rpm
13%
21.08.2014
} 'a'..'c';
12
13 $s .= $one;
14 $s .= $two;
15 $s .= $three;
16
17 my $temp;
18 for (my $i=0; $i<12288; $i++) {
19 $temp=substr($s,length($s)-1,1);
20 $s=$temp.$s;
21 $s = substr($s,0
13%
05.12.2014
: chris@linux.tld
[->] Subject: Picture yourself, on a boat, on a river
[->] User-Agent: Heirloom mailx 12.5 6/20/10
[->] MIME-Version: 1.0
[->] Content-Type: multipart/mixed;
boundary="=_546791b1.cwvb6n4
13%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
13%
01.08.2019
total
x = numpy.arange(10_000_000);
%time sum(x)
CPU times: user 1.63 s, sys: 0 ns, total: 1.63 s
Wall time: 1.63 s
Next, add Numba into the code (Listing 2) so the @jit decorator can be used. (Don