Skip to content

Commit

Permalink
I created a video to show better how it works
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLizarazo committed Sep 25, 2013
1 parent e255593 commit f1be465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added hglass.mov
Binary file not shown.
4 changes: 2 additions & 2 deletions web/data.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
public static int ler() throws IOException, Exception {
if (things == null) {
if (last == 0) {
last = (int) (Math.random() * 40 + 50);
}
last = (int) (Math.random() * 40 + 60);
}
if(last>300)last=0;
return last += (int) (Math.random() * 10 - 5);
}
Expand Down

0 comments on commit f1be465

Please sign in to comment.