diff --git a/.directory b/.directory new file mode 100644 index 0000000..13e1ee6 --- /dev/null +++ b/.directory @@ -0,0 +1,3 @@ +[Dolphin] +Timestamp=2017,1,18,15,39,2 +Version=3 diff --git a/Geste/.directory b/Geste/.directory new file mode 100644 index 0000000..a92e707 --- /dev/null +++ b/Geste/.directory @@ -0,0 +1,6 @@ +[Dolphin] +Timestamp=2017,1,18,15,26,24 +Version=3 + +[Settings] +HiddenFilesShown=true diff --git a/Geste/out/production/Projet_IHM_Palette_dessin/Fenetre$1.class b/Geste/out/production/Projet_IHM_Palette_dessin/Fenetre$1.class index ae6ff3f..81715b8 100644 Binary files a/Geste/out/production/Projet_IHM_Palette_dessin/Fenetre$1.class and b/Geste/out/production/Projet_IHM_Palette_dessin/Fenetre$1.class differ diff --git a/Projet_IHM_Palette_dessin.iml b/Projet_IHM_Palette_dessin.iml new file mode 100644 index 0000000..19dbd15 --- /dev/null +++ b/Projet_IHM_Palette_dessin.iml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Vocal/.directory b/Vocal/.directory index 2b64794..638801a 100644 --- a/Vocal/.directory +++ b/Vocal/.directory @@ -1,6 +1,3 @@ [Dolphin] -Timestamp=2017,1,18,15,21,50 +Timestamp=2017,1,18,15,39,7 Version=3 - -[Settings] -HiddenFilesShown=true diff --git a/Vocal/Ivy.dll b/Vocal/Ivy.dll new file mode 100755 index 0000000..4d57691 Binary files /dev/null and b/Vocal/Ivy.dll differ diff --git a/Vocal/grammar.dtd b/Vocal/grammar.dtd new file mode 100755 index 0000000..6d891ca --- /dev/null +++ b/Vocal/grammar.dtd @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Vocal/grammar.grxml b/Vocal/grammar.grxml new file mode 100755 index 0000000..531a193 --- /dev/null +++ b/Vocal/grammar.grxml @@ -0,0 +1,42 @@ + + + + + + + + + + + + out = rules.latest().text; + + + + + déplacer + + + + initialiser + out.text = "Action:" + meta.current().text; + + + + + en haut + en bas + à gauche + à droite + + out.text = "Action:deplacement Position:" + meta.current().text; + + + \ No newline at end of file diff --git a/Vocal/grammar.xsd b/Vocal/grammar.xsd new file mode 100755 index 0000000..0b0fb97 --- /dev/null +++ b/Vocal/grammar.xsd @@ -0,0 +1,37 @@ + + + + + SRGS 1.0 Schema (20031204) + + + Copyright 1998-2003 W3C (MIT, ERCIM, Keio), + All Rights Reserved. Permission to use, copy, modify and + distribute the SRGS schema and its accompanying documentation + for any purpose and without fee is hereby granted in + perpetuity, provided that the above copyright notice and this + paragraph appear in all copies. The copyright holders make no + representation about the suitability of the schema for any purpose. + It is provided "as is" without expressed or implied warranty. + + + + + + restricted grammar type so that version attribute is mandatory + + + + + + + + + + + + + diff --git a/Vocal/sra5.exe b/Vocal/sra5.exe new file mode 100755 index 0000000..a99c9e5 Binary files /dev/null and b/Vocal/sra5.exe differ diff --git a/Vocal/sra_on.bat b/Vocal/sra_on.bat new file mode 100644 index 0000000..5d67836 --- /dev/null +++ b/Vocal/sra_on.bat @@ -0,0 +1 @@ +sra5 -b 127.255.255.255:2010 -p on \ No newline at end of file