Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added leapjs library
  • Loading branch information
ytham committed Sep 13, 2013
1 parent 386eb3b commit d77145f
Show file tree
Hide file tree
Showing 202 changed files with 35,461 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 16 additions & 0 deletions index.html
Expand Up @@ -32,6 +32,11 @@
$("#stop").click(function() {
socket.emit('click_stop', ' ');
});

socket.on('BeatReset', function (data) {
console.log("Socket caught:" + data);
$(.box).className = "newBox";
});
});
</script>
<script>
Expand All @@ -48,9 +53,19 @@
border:1px solid #999999;
font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.box {
border: 2px solid #000000;
background-color: #00AAFF;
color: #000000;
}
.newBox {
background-color: #003355;
color: #ffffff;
}
</style>
</head>
<body>
<font size="+4"><center>Strumbot Web Interface</center></font>
<table border=0>
<tr>
<td width="350px">
Expand Down Expand Up @@ -83,6 +98,7 @@
Take me home, country roads.
</pre>
</font>
<div class="box">Box</div>
</td>
</tr>
</table>
Expand Down
3 changes: 3 additions & 0 deletions node_modules/leapjs/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions node_modules/leapjs/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/leapjs/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/leapjs/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions node_modules/leapjs/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/leapjs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions node_modules/leapjs/examples/dumper.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions node_modules/leapjs/examples/node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d77145f

Please sign in to comment.