27%
22.08.2011
if state[inst.id]
22 puts "#{inst.id} changed from #{state[inst.id]} to #{inst.state}"
23 else
24 puts "#{inst.id} was created and is now #{inst.state}"
25 end
26 state[inst.id] = inst
27%
18.10.2017
ab7000)
libc.so.6 => /lib64/libc.so.6 (0x00007f5bc46f4000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f5bc44de000)
/lib64/ld-linux-x86-64.so.2 (0x000056123e669000
27%
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
27%
11.10.2016
print "Cannot import matplotlib module - this is needed for this application.";
18 print "Exiting..."
19 sys.exit();
20 # end if
21
22
23 def column(matrix, i):
24 return [row[i] for row
27%
17.02.2015
generic-service
21 host_name ubuntusrv
22 service_description Current Users
23 check_command check_nrpe!check_users!20!50
24 }
25
26 define ... 25
27%
20.06.2012
:uucp
man:x:15:
games:x:20:
gopher:x:30:
video:x:39:
dip:x:40:
ftp:x:50:
lock:x:54:
audio:x:63:
nobody:x:99:
users:x:100:
utmp:x:22:
utempter:x:35:
floppy:x:19:
vcsa:x:69:
rpc:x:32:
cdrom:x:11:
tape:x:33
27%
12.09.2013
$st2->execute($dbh->{pg_pid});
16 if( !$st2->fetchrow_arrayref->[0] ) {
17 warn "couldn't stop backend PID=$dbh->{pg_pid}\n";
18 }
19 exit 1;
20 }
21
22 POSIX::sigaction(SIGTERM, POSIX
27%
14.08.2017
to manage them disappeared.
Container Linux ruthlessly replaces the entire /usr directory instead of individual files (Figure 3). The main work is handled by Linux containers à la Docker [20], or Rkt [21
27%
04.10.2018
:/
1 -rw- 4414921 Aug 22 2017 00:00:02 c2960-lanbase-mz.122-25.FX.bin
2 -rw- 736 Aug 22 2017 10:53:02 vlan.dat
64016384 bytes total (59600727 bytes free)
If you
27%
07.11.2011
in Pipe : FOSS rulz!!!")
19 oc.close()
20
21 if '__main__' == __name__:
22
23 uicores = cpu_count()
24 olck = Lock()
25
26 oque = Queue()
27 op, oc = Pipe()
28
29 for ui