From 2b9b60c413870c52057dd4369a2ad28bb6a6dc55 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Sun, 23 Nov 2014 22:06:08 +0100 Subject: [PATCH] some samples on js --- .idea/.name | 1 + .idea/encodings.xml | 4 + .idea/misc.xml | 4 + .idea/modules.xml | 8 ++ .idea/scopes/scope_settings.xml | 5 + .idea/unisa 14-15 tsw.iml | 8 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 246 ++++++++++++++++++++++++++++++++ js1.html | 140 ++++++++++++++++++ 9 files changed, 422 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/scopes/scope_settings.xml create mode 100644 .idea/unisa 14-15 tsw.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 js1.html diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..18cdd09 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +unisa 14-15 tsw \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..d821048 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8662aa9 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d0d4b73 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 0000000..922003b --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/unisa 14-15 tsw.iml b/.idea/unisa 14-15 tsw.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/unisa 14-15 tsw.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..bf33de3 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1416774339292 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js1.html b/js1.html new file mode 100644 index 0000000..f12a6d9 --- /dev/null +++ b/js1.html @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + \ No newline at end of file