17%
05.08.2024
= [size][size]int {{0},{0},}
08
09 for i := 0; i < size; i++ {
10 for j := 0; j < size; j++ {
11 array[i][j]++
12 }
13 }
14
15
17%
09.10.2017
7:12:50.609 PM
POISSON_SERIAL:
FORTRAN90 version
A program for solving the Poisson equation.
-DEL^2 U = F(X,Y)
on the rectangle 0 <= X <= 1, 0 <= Y <= 1.
F(X,Y) = pi^2 * ( x^2 + y^2 ) * sin
17%
19.02.2013
interface eth3
09 ip ospf message-digest-key 1 md5 hallo123
10 !
11 !
12 router ospf
13 redistribute connected
14 network 172.16.1.0/24 area 0.0.0.0
15 network 172.17.0.0/
16 area 0.0.0.016 network 192,168.1.0
17%
26.02.2014
per-sec: 16.31 K/s
pkts sent: total: 12,243,355 per-sec: 2,309
pkts recv: total: 1,467,914 per-sec: 233
compressed pkts sent: total: 0
17%
30.11.2020
== 0:
08 data = { 'key1' : [10,10.1,10+11j],
09 'key2' : ('mpi4py' , 'python'),
10 'key3' : array([1, 2, 3]) }
11 else:
12 data = None
13 # end if
14
15 data = comm
17%
28.11.2023
"label": "localhost PING/PORT/HTTP Tests",
11 "tiles": [
12 {
13 "type": "PING",
14 "params": {
15 "hostname": "128.0.0.1"
16 }
17 },
18 {
19 "type": "PORT
17%
25.09.2023
for Internal Network
zing.bash -c 4 -op 2 -p 80,443 10.0.0.23
ZING:80/ 10.0.0.23 / Warning:
Error: on 80 is: Active. Continue.
Port: 80: op 1.1. 10.0.0.23 80 Time: 28 ms.
Port: 80: op 1.2. 10.0.0.23 80 Time
17%
23.07.2012
to face prosecution, it's probably sensible to avoid such behaviour in the first place.
First, disable ping, in case that triggers a firewall's ruleset:
# nmap -P0 12.34.56.78
Then run the UDP and SYN
17%
30.01.2020
page).
Going Deeper
Back in issue 12, I mentioned Martin Pool's promising tool judge [4]. Unfortunately, judge never made it past version 0.1, with its most recent release dated back to 2011
17%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25