26%
30.11.2020
.Exchange.WebServices.Data.ItemView(1000, $offset)
15 $ItemView.PropertySet = New-Object Microsoft.Exchange.WebServices.Data.PropertySet([Microsoft.Exchange.WebServices.Data.BasePropertySet]::FirstClassProperties)
16 $Items
26%
18.07.2013
are stored in XML format and used to create the charts. With the help of the Python Matplotlib library, TKperf generates the graphical representations of the results required by the specification [6].
TKperf
26%
28.06.2011
customers using automated systems to lower their overhead), measured services (i.e., pay for what you use), and elasticity (you need one server? 1,000 servers? No problem!). These elements are exemplified
26%
21.10.2011
(up to version 2.6.20) use a fixed heartbeat of 1,000Hz. On each tick, the kernel wakes up the processor and checks for any work to do. This approach obviously limits power savings.
Starting
26%
04.08.2020
-enabled as the first statement of the setup parameter with gc.enable().
Heisenberg's Law
Heisenberg's law of profiling [6] holds that measuring a computing system alters it. How am I altering the system
26%
28.06.2011
vzctlrestore VEID.
To be able to use OpenVZ, you will need a kernel with OpenVZ patches. One problem is that the current stable release of OpenVZ is still based on kernel 2.6.18, and what is known
26%
30.11.2025
on kernel 2.6.18, and what is known as the super stable version is based on 2.6.9. It looks like the OpenVZ developers can't keep pace with official kernel development. Various distributions have had an Open
26%
09.01.2013
with your S3 bucket, and you can use s3sync [6] to sync to S3 (somewhat like rsync). If you are running Windows, these Amazon S3 clients are available for backing up data to Amazon S3:
Amazon S3 Transfer
26%
21.11.2012
Laplace equation using Jacobi iteration method
003 ! Kadin Tseng, Boston University, November 1999
004 !
005 MODULE jacobi_module
006 IMPLICIT NONE
007 INTEGER, PARAMETER :: real4 = selected_real_kind(6
26%
31.10.2025
, PARAMETER :: real4 = selected_real_kind(6,37) ! Real
008 INTEGER, PARAMETER :: real8 = selected_real_kind(15,307) ! Double Precision
009 REAL(real8), DIMENSION(:,:), ALLOCATABLE :: unew
010 REAL