51%
18.10.2017
and Machine Learning
Performance Modeling and Measurement
Submitted papers will be double-blind peer-reviewed by at least four reviewers. The deadline for submissions is December 22, 2017. See the ISC ...
Submissions for the leading European HPC event are due by December 22.
48%
09.08.2021
Kubernetes 1.22 has been released and there's plenty to talk about. With several new features, Kubernetes admins will certainly find something that impacts their day-to-day dealings ... Kubernetes 1.22 Has Been Released with 56 Enhancements
48%
01.04.2011
In its latest 2.2 release the open source toolkit Open Nebula includes many new features and bug fixes. It can now detect the failure of a node and trigger appropriate recovery actions ... Open Nebula 2.2 Includes GUI for Cloud Management
47%
26.04.2017
The OpenPOWER Foundation has announced a developer conference focused on artificial intelligence issues. The OpenPOWER Foundation Developer Congress will take place on May 22-25 at the Palace Hotel ...
May 22-25 event will highlight deep learning and machine learning themes.
44%
10.06.2015
" ; shift
20 local display_list="$1"
21 while read display width_mm height_mm width height ; do
22 if [[ "$display" == "$find_display" ]] ; then
23 echo ${width}x${height}
24
42%
25.10.2011
connecting several IPsec alternatives to see which versions worked best (and worst) together. My tests included the following:
Kame/Racoon on Mac OS X and Linux
Solaris 10
Windows Server 2008
41%
22.05.2012
installed and latest version
Package automake-1.11.1-1.2.el6.noarch already installed and latest version
Package gcc-c++-4.4.6-3.el6.x86_64 already installed and latest version
Package binutils-2.20
41%
06.05.2024
(different from Raspberry Pi), and 2.5 or 10 Gigabit Ethernet (GbE). The card is 60x69.6mm (about 2.4x2.84 inches), which makes it a little taller than a credit card and a bit over 1U (Figure 4
39%
05.12.2014
12288 Oct 22 00:00 2014-10-21
drwxr-xr-x. 2 root root 12288 Oct 23 00:00 2014-10-22
drwxr-xr-x. 2 root root 12288 Oct 24 00:00 2014-10-23
drwxr-xr-x. 2 root root 12288 Oct 25 00:00 2014-10-24
~~~~~
drwxr-xr-x
39%
17.06.2017
(IN) :: THIS
19 REAL :: AREA
20 AREA = PI * THIS%RADIUS**2.0
21 END FUNCTION CIRCLE_AREA
22
23 SUBROUTINE CIRCLE_PRINT(THIS)
24 CLASS(CIRCLE), INTENT(IN) :: THIS
25 REAL