15%
10.04.2015
import java.io.*;
04 import java.util.*;
05
06 public class Readline {
07
08 [...]
09
10 public static final void load(ReadlineLibrary lib) throws UnsatisfiedLinkError {
11 [...]
12 System
14%
21.08.2014
} 'a'..'c';
12
13 $s .= $one;
14 $s .= $two;
15 $s .= $three;
16
17 my $temp;
18 for (my $i=0; $i<12288; $i++) {
19 $temp=substr($s,length($s)-1,1);
20 $s=$temp.$s;
21 $s = substr($s,0
14%
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
14%
21.01.2020
8 2 488383488 sda2
12 8 16 6836191232 sdb
13 8 64 6836191232 sde
14 8 80 39078144 sdf
15 8 48 6836191232 sdd
16 8 32 6836191232 sdc
17 11 0 1048575 sr0
14%
25.03.2020
8 2 488383488 sda2
12 8 16 6836191232 sdb
13 8 64 6836191232 sde
14 8 80 39078144 sdf
15 8 48 6836191232 sdd
16 8 32 6836191232 sdc
17 11
14%
09.10.2017
_consumer_secret>"
06 config.access_token = ""
07 config.access_token_secret = ""
08 end
09
10 user = client.user("23Cent")
11 puts user.name
12
13 def collect
14%
01.08.2019
and "closed" in line and "preauth" in line:
06 srcIP=line.split()[8]
07 print(srcIP)
08 raiseAlert(relay)
09 sendAlert(args.server, srcIP)
10
11 line=iptablesFile.readline()
12
14%
21.08.2014
08 passive_checks_enabled 1
09 notifications_enabled 1
10 check_freshness 1
11 freshness_threshold 93600
12 check_period 24x7
13
14%
11.02.2016
text
06 );
07
08 INSERT INTO HR VALUES
09 ('DE', 'Berlin', 'Sales', 'Christian'),
10 ('DE', 'Berlin', 'Marketing', 'Sandra'),
11 ('DE', 'Frankfurt', 'Sales', 'Stefan'),
12 ('AT', 'Innsbruck', 'HR
14%
02.06.2020
= sol.copy()
10
11 for j in range(0,ny-1):
12 sol[0,j] = 10.0
13 sol[nx-1,j] = 1.0
14 # end for
15
16 for i in range(0,nx-1):
17 sol[i,0] = 0.0
18 sol[i,ny-1] = 0.0
19 # end for
20
21 # Iterate
22