29%
09.10.2017
as the multitude of existing standard modules), the use of exception conditions (exceptions), and the option of expanding the language (e.g., with code written in C). Unlike many interpreted languages, variable
29%
11.04.2016
should cause a machine check exception (MCE) [3], which should crash the system. The bad data in memory could be related to an application or to instructions in an application or the operating system
29%
11.10.2016
with some values hard-coded in.
Listing 1
Collect and Plot CPU Stats
01 #!/usr/bin/python
02
03 import time
04
05 try:
06 import psutil
07 except ImportError:
08 print "Cannot import
29%
14.11.2013
are designed for standard desktop PCs and are not intended for direct use on a (virtual) server. With a few exceptions, the admin has to transfer the data to be analyzed to his or her own computer. Logstalgia
29%
30.01.2024
users except those in this list.
showForUsers defines items hidden from all users except those listed.
hideForGuests defines items visible for logged-in users, but not for guests.
Users who
29%
17.04.2017
have access to the server room, not even release chief Nussel is allowed in. He assured us that nothing runs on this computer (not even an SSH server) except the signing service. Logins are possible only
29%
26.10.2012
always terminate on exactly one
Aggregation with multiple switches on one end, such as split multilink trunking (SMLT) by Nortel, is not possible with link aggregation. The exception is with virtual
29%
28.06.2011
of the CSA as a neutral third party, a sort of facilitator, much like Switzerland or a football referee, except instead of trying to referee the rules of the game, they're also trying to help escalate the game
29%
04.11.2011
for the convolution example.
Listing 3: OpenCL Code
001 #define __CL_ENABLE_EXCEPTIONS
002 #include "convolve.hpp"
003 #include "timer.hpp"
004
005 #include "CL/cl.hpp"
006 #include // uchar max, min
29%
05.12.2014
-buffered switch disables buffering:
alias cleanlog='cat /var/log/apache2/access.log | \
grep -v --line-buffered -f /home/chris/.apache_exceptions | \
less +G -n | cut -d' ' -f2 | sort | uniq'
This Bash alias