21%
11.02.2016
. In other words, the study shows how much companies are investing in building data centers to support public and private cloud operations.
Dell sold the most cloud infrastructure, with a little over 15
21%
05.02.2019
-based Linux distributions are affected by the vulnerability except for SUSE Linux Enterprise 15, openSUSE Leap 15.0, and Fedora 28 and 29. These distributions compile their userspace code with GCC's -fstack
21%
20.03.2014
(hercules) 03.12.2013 _x86_64_ (2 CPU)
09:46:03 runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15 blocked
09:46:13 1 468 0.02 0.06 0.14 0
9
21%
14.03.2018
key_material: "{{ item }}"
09 state: present
10 region: "{{ region }}"
11 with_file: /home/user/.ssh/id_rsa.pub
12 register: sshkey
13 tags: sshkey
14
15 - name: Create VPC INT
16 ec2
21%
11.04.2016
."
Yahoo Lays Off 15% of Its Workforce
Troubles continue for the legendary Internet giant Yahoo with the announcement that the company is laying off 15% of its staff. Write-offs on previous investments led
21%
14.11.2013
(Session);
11 %EXPORT_TAGS = ( DEFAULT => [qw(&Session)] );
12
13 sub Session {
14 open(IN, "/etc/sysconfig/spacewalk_api.conf") or die "Spacewalk API config not found: $!";
15 $_ = ;
16 my ($server
21%
12.09.2013
, including LibreOffice 4.0.3, GIMP 2.8, and Iceweasel 21.0. Virtualbox 4.2.10 and KVM Qemu 1.5.0 provide virtualization, with Wine 1.5 to run Windows applications on Linux.
Anonymized web browsing includes
21%
07.11.2011
#pragma omp parallel for shared (sum) private (i)
12 for ( i=0; i < 1000000; i++) {
13 #pragma omp critical (sum_total)
14 sum = sum + a[i];
15 }
16 printf("sum=%lf\n",sum);
17
21%
15.12.2016
(CIRCLE) :: C ! Declare a variable of type Circle.
C = CIRCLE(1.5) ! Use the implicit constructor, radius = 1.5
CALL CIRCLE_PRINT(C) ! Call a class subroutine
END PROGRAM CIRCLE_TEST
Notice that the derived type is used to create
21%
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