32%
25.03.2020
is '^]'.
220 smtp.gmail.com ESMTP x20sm3297437wrg.52 - gsmtp
HELP
214 2.0.0 https://www.google.com/search?btnI=RFC+5321 x20sm3297437wrg.52 - gsmtp
QUIT
221 2.0.0 closing connection x20sm3297437
32%
09.08.2015
.04.1988
26 March 1989
15 April 1990
31-March-1991
19 April 1992
11 April 1993
3 April 1994
16. April 1995
7 April 1996
30 March 1997
12 April 1998
Regular Expressions
Regular expressions are used
31%
21.08.2014
_interval);
04 use Net::Statsd;
05
06 $Net::Statsd::HOST = 'localhost'; # Default
07 $Net::Statsd::PORT = 8125; # Default
08
09 my $t0 = [gettimeofday];
10
11 my($one, $two, $three) = map { $_ x 4096
31%
08.10.2015
224984 49332 pts/30 S+ 12:20 0:16 /usr/bin/python /usr/bin/magnum-api
stack 19844 0.0 1.4 228088 57308 pts/31 S+ 12:20 0:03 /usr/bin/python /usr/bin/magnum-conductor
$ which magnum
/bin
31%
17.06.2017
real :: diameter
08 real :: radius
09 real :: area
10 end type meta_data
11
12 contains
13 subroutine meta_comp(r, item)
14 type(meta_data) :: item
15 item%diameter = 2.0
31%
09.01.2013
.
Listing 1
Samsung SSD Inquiry
[root@home4 ~]# smartctl -i /dev/sdb
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86_64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http
31%
01.06.2024
* argv[])
08 {
09 long niter = 1000000000;
10 int myid; //holds process's rank id
11 double x,y; //x,y value for the random coordinate
12 int i;
13
31%
10.04.2015
the patch for kernel versions 3.18 and 3.19.x [17]. If you are uncertain as to how to proceed, you can either look for help on the Internet or check out Julian Kirsch's [12] master's thesis. You will find
31%
28.11.2023
public: true
09 redirect: true
10
11 x-httpservice: &httpservice
12 type: http
13 method: GET
14 check_interval: 45
15 timeout: 10
16 expected_status: 200
17 allow_notifications: true
18
31%
16.01.2013
(nsamples):
12 x = random.random()
13 y = random.random()
14 if (x*x)+(y*y)<1:
15 inside += 1
16
17 mypi = (4.0 * inside)/nsamples
18 pi = comm.reduce(mypi, op=MPI.SUM, root=0)
19
20 if rank