100%
31.10.2025
set send_slow {1 .1}
06 proc send {ignore arg} {
07 sleep .1
08 exp_send -s -- $arg
09 }
10 }
11 set timeout -1
12 spawn $env(SHELL)
13 match_max 100000 ... 12
99%
31.10.2025
s
04 4> JOIN employees e ON (s.employee_id = e.employee_id)
05 5> WHERE s.sale_date > trunc(sysdate) - INTERVAL '6' MONTH
06 6> AND s.eur_value >= 10;
07 Explained.
08
09 SQL> select * from table ... 12
99%
31.10.2025
- sl plugin for Scientific Linux
09
10 Available platform plugins:
11 - vmware plugin for VMware
12 - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2)
13 - virtualbox plugin ... 12
8%
30.11.2025
("------------------------------------------- ----------------------\n")
09 }
10
11 probe tcp.receive {
12 printf(" %15s %15s %5d %5d %d %d %d %d %d
13 %d\n", saddr, daddr, sport, dport, urg,
14 ack, psh, rst, syn, fin)
15
8%
30.11.2025
clear
03 while true
04 do
05 echo "New record"
06 maxrecord=`ls -1 *.dat | sort | tail -1 | cut -d. -f 1`
07 newrecord=$(echo $maxrecord + 1 | bc )
08 width=`echo $newrecord | wc -c`
09
10 ...
11
12
8%
30.11.2025
$spin
08 @$molecule.xyz
09
10 END
11
12 done
13 done
The Gaussian 09 (g09) computational chemistry simulation package uses a small input that tells it what type of predictions are desired and which
8%
30.11.2025
an Asterisk PBX as an HA resource
07 #
08 # Authors: Martin Gerhard Loschwitz
09 # Florian Haas
10 #
11 # Support: linux-ha@lists.linux-ha.org
12 # License: GNU General Public
8%
30.11.2025
if '__main__' == __name__:
09
10 p1 = Process(target = test, args = ('Rich',))
11 p2 = Process(target = test, args = ('Nus',))
12 p3 = Process(target = test, args = ('Geeks',))
13
14 p2.start
8%
30.11.2025
= debug
06 identity = rawhide.tuxgeek.de
07
08 # connector plugin config
09 connector = stomp
10 plugin.stomp.host = activemq.tuxgeek.de
11 plugin.stomp.port = 6163
12 plugin.stomp.user = unset
13 plugin
7%
30.11.2025
#! /bin/sh
02
03 while true
04 do
05
06 zeit=$(date +%d.%m.%y\ %H:%M\ )
07
08 psql -U monitor -d monitor -c "select * from watch;"
09
10 if [ $? -eq 2 ];
11
12 then
13
14 echo "$time: Database