From e63c33ccfbb7d5cbb63f321b01183c5d6659c059 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Aug 2011 01:44:17 +0200 Subject: prune zsh --- submodules/zsh/zsh | 1 - 1 file changed, 1 deletion(-) delete mode 160000 submodules/zsh/zsh diff --git a/submodules/zsh/zsh b/submodules/zsh/zsh deleted file mode 160000 index d48faef8..00000000 --- a/submodules/zsh/zsh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d48faef8cdff3c7c63c0a9164443e3d337aa1ec1 -- cgit v1.2.3 From cc94344b1ea8779c87ddf504af4d57ec3c6013b1 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Aug 2011 01:59:42 +0200 Subject: naturalvoices.att: initial commit --- util/bin/naturalvoices.att | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 util/bin/naturalvoices.att diff --git a/util/bin/naturalvoices.att b/util/bin/naturalvoices.att new file mode 100755 index 00000000..e329694f --- /dev/null +++ b/util/bin/naturalvoices.att @@ -0,0 +1,40 @@ +#! /bin/sh +set -euf + +A=Mozilla +baseURL="http://192.20.225.36" +url="$baseURL/tts/cgi-bin/nph-talk" + +pwd="$(dirname "$(readlink -f "$0")")" + +for x in \ + "$pwd/../../submodules/github/tmpvar" \ + "$pwd/../../submodules/github/mikeal" \ + "$pwd/../../submodules/github/NV" \ + "$pwd/../../submodules/github/tautologistics" \ +; do + export NODE_PATH="`readlink -f "$x"`${NODE_PATH+:$NODE_PATH}" +done + +# ensure query is ready +(cd "$pwd/../.." && git submodule update --init) + +{ + for arg; do echo "$arg"; done | sed -rn ' + s/^--(.*=.*)/\1/p;t + s/.*/text="${text+$text }&"/p;t + ' + cat< Date: Fri, 5 Aug 2011 02:07:46 +0200 Subject: tts: add natural voices --- tts/bin/alberto | 1 + tts/bin/anjali | 1 + tts/bin/arnaud | 1 + tts/bin/audrey | 1 + tts/bin/charles | 1 + tts/bin/claire | 1 + tts/bin/crystal | 1 + tts/bin/francesca | 1 + tts/bin/giovanni | 1 + tts/bin/juliette | 1 + tts/bin/klara | 1 + tts/bin/lauren | 1 + tts/bin/mike | 1 + tts/bin/reiner | 1 + tts/bin/rich | 1 + tts/bin/rosa | 1 + tts/names | 16 ++++++++++++++++ 17 files changed, 32 insertions(+) create mode 120000 tts/bin/alberto create mode 120000 tts/bin/anjali create mode 120000 tts/bin/arnaud create mode 120000 tts/bin/audrey create mode 120000 tts/bin/charles create mode 120000 tts/bin/claire create mode 120000 tts/bin/crystal create mode 120000 tts/bin/francesca create mode 120000 tts/bin/giovanni create mode 120000 tts/bin/juliette create mode 120000 tts/bin/klara create mode 120000 tts/bin/lauren create mode 120000 tts/bin/mike create mode 120000 tts/bin/reiner create mode 120000 tts/bin/rich create mode 120000 tts/bin/rosa create mode 100644 tts/names diff --git a/tts/bin/alberto b/tts/bin/alberto new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/alberto @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/anjali b/tts/bin/anjali new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/anjali @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/arnaud b/tts/bin/arnaud new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/arnaud @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/audrey b/tts/bin/audrey new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/audrey @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/charles b/tts/bin/charles new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/charles @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/claire b/tts/bin/claire new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/claire @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/crystal b/tts/bin/crystal new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/crystal @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/francesca b/tts/bin/francesca new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/francesca @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/giovanni b/tts/bin/giovanni new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/giovanni @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/juliette b/tts/bin/juliette new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/juliette @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/klara b/tts/bin/klara new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/klara @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/lauren b/tts/bin/lauren new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/lauren @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/mike b/tts/bin/mike new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/mike @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/reiner b/tts/bin/reiner new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/reiner @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/rich b/tts/bin/rich new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/rich @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/bin/rosa b/tts/bin/rosa new file mode 120000 index 00000000..6947e393 --- /dev/null +++ b/tts/bin/rosa @@ -0,0 +1 @@ +../../util/bin/naturalvoices.att \ No newline at end of file diff --git a/tts/names b/tts/names new file mode 100644 index 00000000..576c74e5 --- /dev/null +++ b/tts/names @@ -0,0 +1,16 @@ +alberto +anjali +arnaud +audrey +charles +claire +crystal +francesca +giovanni +juliette +klara +lauren +mike +reiner +rich +rosa -- cgit v1.2.3 From a3a68df2e0b3c30eeb3ec7d9e8dbfb1e28e7613f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Aug 2011 15:37:36 +0200 Subject: ensure-router: also try /etc/rc.d/* --- mining/bin/ensure-router | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mining/bin/ensure-router b/mining/bin/ensure-router index ec78f610..5eedabc9 100755 --- a/mining/bin/ensure-router +++ b/mining/bin/ensure-router @@ -8,10 +8,19 @@ fi if=eth2 +rc() { + for x in /etc/init.d/$1 /etc/rc.d/$1; do + if test -x $x; then + $x restart + break + fi + done +} + if ! ifconfig $if | grep -q 'inet addr'; then beep -l 50 -f 2500; ifconfig $if 0.0.0.0 down || : beep -l 50 -f 2500; ifconfig $if 23.0.0.1/8 up || : - beep -l 50 -f 2500; /etc/init.d/dnsmasq restart + beep -l 50 -f 2500; rc dnsmasq restart beep -l 50 -f 2500; iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE beep -l 50 -f 2500; iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE if ifconfig $if | grep -q 'inet addr'; then -- cgit v1.2.3 From 6d401ca9e17d83f13cea3ba35fb8b550c64b3c0c Mon Sep 17 00:00:00 2001 From: Momo Date: Fri, 5 Aug 2011 16:40:00 +0200 Subject: Added a few sentences to evans satz-liste --- evan/satz-liste | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evan/satz-liste b/evan/satz-liste index 7586ea3b..47aad70a 100644 --- a/evan/satz-liste +++ b/evan/satz-liste @@ -8,3 +8,6 @@ henry der staubsauger saugt für dich muelltrennung bringt gutes karma saubere mitglieder sind glückliche mitglieder fnord +bewässere die Pfalnzen +Öffne ein Fenster +wische die tische -- cgit v1.2.3 From 1f991c4beb0f60765a1d8ad0717b886af1ee28e5 Mon Sep 17 00:00:00 2001 From: Lassulus Date: Fri, 5 Aug 2011 20:54:19 +0200 Subject: fixed typos --- evan/satz-liste | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/evan/satz-liste b/evan/satz-liste index 47aad70a..33b1bc82 100644 --- a/evan/satz-liste +++ b/evan/satz-liste @@ -4,10 +4,8 @@ ein sauberer scheck ist ein guter scheck auch du weißt wie man den geschirrspüler einräumt wer die toilette putzt kommt in den himmel der große bruder sieht es gerne wenn die genossen die vereinsräume in stand halten -henry der staubsauger saugt für dich muelltrennung bringt gutes karma -saubere mitglieder sind glückliche mitglieder fnord -bewässere die Pfalnzen +bewässere die Pflanzen Öffne ein Fenster wische die tische -- cgit v1.2.3