31%
14.03.2013
Schneier's blog entry: http://www.schneier.com/blog/archives/2012/09/sha-3_will_be_a.html
Talk at 25C3 about spoofed MD5 signatures: http://media.ccc.de/browse/congress/2008/25c3-3023-en ... SHA-3 ... SHA-3 – The new hash standard
31%
05.08.2024
, as in Python [3] or Node [4].
Recent books have been published about writing shell commands in Rust [5], Python [6], Node.js [7], and even Go [8], and it is into this last language's interesting performance
31%
01.08.2019
exists, renaming the old one with ID sha256: f09fe80eb0e75e97b04b9dfb065ac3fda37a8fac0161f42fca1e6fe4d0977c80 to empty string
Loaded image: nginx:latest
With the docker images command, you can see
31%
30.01.2020
Id: 4e90b424-95d9-4453-a2f4-8f5259f5f263 Duration: 70.72 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 55 MB Init Duration: 129.20 ms
More or Less
31%
04.04.2023
(a SanDisk C10, U1, A1 microSDHC I with 16GB of capacity) shows the card handily exceeding its specified minimum limits (Figure 3). Testing demonstrated approximately 45MBps of throughput with a read
31%
19.06.2023
object
O
Python object
A simple example from nkmk creates a float64
data type (64-bit floating-point number):
import numpy as np
a = np.array([1, 2, 3], dtype=np.float64
31%
01.08.2019
/include/python3.7m -c helloworld.c -o build/temp.linux-x86_64-3.7/helloworld.o
gcc -pthread -shared -B /home/laytonjb/anaconda3/compiler_compat -L/home/laytonjb/anaconda3/lib -Wl ... High-performance Python – compiled code and C interface
31%
20.08.2012
specified, so you could also try to use this example instead:
{ echo -ne "HTTP/1.0 200 OK\r\nContent-Length: $(wc -c n\r\n"; cat filename.tar.gz; } | nc -l -p 15000
If all else fails
31%
02.02.2021
.2. Assigning the base serial portion s
B = 0.195, independent of n
, leaves the communication portion s
C = 0.005. Figure 2 shows the plot of speedup a
as a function of the number of processors
31%
15.08.2012
=readall(`date`)
"Tue Jul 31 15:51:58 EDT 2012\n"
julia> print(d)
Tue Jul 31 15:51:58 EDT 2012
In addition to efficient shell integration, Julia also has a very nice C and Fortran interface. Typically, every new