29%
14.03.2013
results= clubs.find({"club":club})
22 results = results.count()
23
24
25 return bottle.template('result', {"club":club, "results":results})
26
27 bottle.run(host='localhost', port=8080, debug=1
29%
31.10.2025
on Linux servers.
Windows 8 and Windows Server 2012 introduce the new SMB protocol 2.2. It accelerates access to data on the network that has normally been stored locally, such as SQL Server databases
29%
30.11.2025
that belong to $ASTRUNDIR,
22 # kill them.
23 if [ "$astcanary_pid" ]; then
24 for i in $astcanary_pid; do ocf_run kill -s KILL $astcanary_pid; done
25 fi
26
27 for dir in $ASTRUNDIR
29%
30.11.2025
"------------------------------------------------------"
18 echo -n "Replace stored data line (y)? ";read we
19 if [ "$we" = "y" ];
20 then
21
22 # Delete line and write to
23 # temporary file
24
25 # Build sed instruction
26
29%
30.11.2025
, the MAC address (e.g., 00:11:22:33:44:55) is split down the middle, and two bytes containing FF:FE are inserted. This gives you 64 bits. If the basis is a globally unique address (which should be the case
29%
27.08.2014
).
Ioprof runs in three modes. The first mode simply gathers the data on the block device(s) for later postprocessing. The second mode processes the output, producing an ASCII report and an optional PDF
29%
07.10.2014
seq_timeout = 10
08 tcpflags = syn
09 command = /usr/sbin/iptables -A INPUT -s \
%IP% -p tcp --dport 22 -j ACCEPT
10
11 [closeSSH]
12 sequence = 9000
29%
15.08.2016
stacks, routing tables, ARP tables, and firewalls separately, as well as /proc/net, /sys/class/net/, QoS policies, port numbers, and sockets in such a way that individual applications can find a particular
29%
28.11.2023
Code Server
* ..
*
[2023-10-07 22:40:26] info Successfully registered service...
[2023-10-07 22:40:26] info Successfully enabled unit files...
[2023-10-07 22:40:26] info Tunnel service successfully
29%
12.09.2013
=DBI->connect('dbi:Pg:dbname=r2', 'ipp', undef, {RaiseError=>1});
18
19 my $ sth = $ dbh-> prepare ('select burncpu (?)' {pg_async=>PG_ASYNC});
20 $sth->execute((($ENV{QUERY_STRING}+0) || .5).'s');
21
22 my $sel