1
2
3
4
5
6
7
...
9
Next »
100%
21.08.2014
,12288);
22 }
23
24 $elapsed = tv_interval ( $t0, [gettimeofday]);
25 $elapsed = int($elapsed * 1000 * 1000);
26
27 Net::Statsd::timing('charbench', $elapsed);
This trivial script first creates a 4KB ... 22
95%
19.08.2020
August 22, 2022.
XSEDE is an important presence within the US HPC community, offering HPC cycles, training, applications, science gateways, and other resources to qualifying projects. According to XSEDE ... XSEDE Project Receives Additional Funding
30%
12.08.2015
’ll examine the trend of helping coders get past using only a single core.
Using More than One Core
XSEDE is an organization, primarily of colleges and universities, that integrates resources and services
27%
15.09.2020
need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
27%
30.11.2020
need SSH active on both systems. Almost all firewalls are set up to allow port 22 access or have mapped port 22 to a different port that can accommodate SSHFS. All the other ports can be blocked
27%
28.07.2025
execution, you might see the result:
Scanning 192.168.1.10 from port 1 to 1000
[+] Port 22 is open
[+] Port 80 is open
[+] Port 443 is open
From this output, it becomes clear that SSH on port 22, HTTP
26%
15.08.2016
1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 52:54:00:02:e3:f1 brd ff:ff:ff:ff:ff:ff
$ ip link
1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode
26%
09.10.2017
and processing the files with objects.all(), as shown in Listing 2. This method works perfectly with buckets of up to 1,000 objects, but because the underlying REST interface only provides a maximum of 1,000
26%
02.02.2021
i < 1000:
21 my_data.append(data_w_weekend(i / 1000))
22 i += 1
23
24 # add some noise
25 random_gain = 0.1 # factor for the noise
26 i = 0
27 while i < 1000:
28 my_data[i] += np
26%
30.11.2025
MySQL-shared-compat-5.5.22-2.el6.x86_64.rpm
rpm -i MySQL-client-5.5.22-1.el6.x86_64.rpm
With CentOS 6, the following additional package is necessary:
yum install openssl098e.x86_64
The easiest way
1
2
3
4
5
6
7
...
9
Next »