Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EECS498-uBoard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EzTunes
EECS498-uBoard
Commits
8b7d8565
Commit
8b7d8565
authored
7 years ago
by
Jeremy Levin
Browse files
Options
Downloads
Patches
Plain Diff
added numpad page
parent
c4e17978
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
numpad.json
+56
-56
56 additions, 56 deletions
numpad.json
public/.DS_Store
+0
-0
0 additions, 0 deletions
public/.DS_Store
public/js/client.js
+12
-0
12 additions, 0 deletions
public/js/client.js
server.js
+12
-0
12 additions, 0 deletions
server.js
with
80 additions
and
56 deletions
numpad.json
100644 → 100755
+
56
−
56
View file @
8b7d8565
{
"
button
1"
:
[
"
q
"
,
"
pad
1"
:
[
"
0
"
,
"0"
,
"0"
],
"
button
2"
:
[
"
w
"
,
"
pad
2"
:
[
"
1
"
,
"10"
,
"0"
],
"
button
3"
:
[
"
e
"
,
"
pad
3"
:
[
"
2
"
,
"20"
,
"0"
],
"
button
4"
:
[
"
r
"
,
"
pad
4"
:
[
"
3
"
,
"30"
,
"0"
],
"
button
5"
:
[
"
t
"
,
"
pad
5"
:
[
"
4
"
,
"40"
,
"0"
],
"
button
6"
:
[
"
y
"
,
"
pad
6"
:
[
"
5
"
,
"50"
,
"0"
],
"
button
7"
:
[
"
u
"
,
"
pad
7"
:
[
"
6
"
,
"60"
,
"0"
],
"
button
8"
:
[
"
i
"
,
"
pad
8"
:
[
"
7
"
,
"70"
,
"0"
],
"
button
9"
:
[
"
o
"
,
"
pad
9"
:
[
"
8
"
,
"80"
,
"0"
],
"
button
10"
:
[
"
p
"
,
"
pad
10"
:
[
"
9
"
,
"90"
,
"0"
],
"
button
11"
:
[
"
a
"
,
"
pad
11"
:
[
"
-
"
,
"0"
,
"30"
],
"
button
12"
:
[
"
s
"
,
"
pad
12"
:
[
"
/
"
,
"10"
,
"30"
],
"
button
13"
:
[
"
d
"
,
"
pad
13"
:
[
"
:
"
,
"20"
,
"30"
],
"
button
14"
:
[
"
f
"
,
"
pad
14"
:
[
"
;
"
,
"30"
,
"30"
],
"
button
15"
:
[
"
g
"
,
"
pad
15"
:
[
"
(
"
,
"40"
,
"30"
],
"
button
16"
:
[
"
h
"
,
"
pad
16"
:
[
"
)
"
,
"50"
,
"30"
],
"
button
17"
:
[
"
j
"
,
"
pad
17"
:
[
"
$
"
,
"60"
,
"30"
],
"
button
18"
:
[
"
k
"
,
"
pad
18"
:
[
"
&
"
,
"70"
,
"30"
],
"
button
19"
:
[
"
l
"
,
"
pad
19"
:
[
"
@
"
,
"80"
,
"30"
],
"
button
20"
:
[
"
z
"
,
"
pad
20"
:
[
"
\"
"
,
"0"
,
"60"
],
"
button
21"
:
[
"
x
"
,
"
pad
21"
:
[
"
.
"
,
"10"
,
"60"
],
"
button
22"
:
[
"
c
"
,
"
pad
22"
:
[
"
,
"
,
"20"
,
"60"
],
"
button
23"
:
[
"
v
"
,
"
pad
23"
:
[
"
?
"
,
"30"
,
"60"
],
"
button
24"
:
[
"
b
"
,
"
pad
24"
:
[
"
!
"
,
"40"
,
"60"
],
"
button
25"
:
[
"
n
"
,
"
pad
25"
:
[
"
'
"
,
"50"
,
"60"
],
"
button
26"
:
[
"
m
"
,
"
pad
26"
:
[
"
#
"
,
"60"
,
"60"
],
"
button
27"
:
[
"
#
"
,
"
pad
27"
:
[
"
%
"
,
"70"
,
"60"
],
"button28"
:
[
"
@
"
,
"
*
"
,
"80"
,
"60"
],
"button29"
:
[
"
*
"
,
"
=
"
,
"90"
,
"60"
]
...
...
This diff is collapsed.
Click to expand it.
public/.DS_Store
0 → 100644
+
0
−
0
View file @
8b7d8565
File added
This diff is collapsed.
Click to expand it.
public/js/client.js
+
12
−
0
View file @
8b7d8565
...
...
@@ -56,6 +56,18 @@ socket.on('updateUrls', function(newVals) {
$
(
'
#loading
'
).
html
(
''
);
});
//Purpose: Receives information from the server to update the presentation of the keys on the client
socket
.
on
(
'
updateNumPad
'
,
function
(
newVals
)
{
console
.
log
(
newVals
);
for
(
var
i
=
0
;
i
<
newVals
.
x
.
length
;
i
++
){
$
(
'
#numpad
'
).
append
(
'
<button class = "draggable key-button" id="pad
'
+
(
i
+
1
).
toString
()
+
'
">
'
+
newVals
.
k
[
i
]
+
'
</button>
'
);
var
ele
=
$
(
'
#pad
'
+
(
i
+
1
).
toString
())
ele
.
text
(
newVals
.
k
[
i
])
ele
.
css
({
position
:
'
absolute
'
,
left
:
newVals
.
x
[
i
]
+
'
%
'
,
top
:(
newVals
.
y
[
i
])
+
'
%
'
,
minHeight
:
(
keyboardWidth
*
.
02
).
toString
()
+
"
px
"
});
}
$
(
'
#loading
'
).
html
(
''
);
});
//Purpose: Emits the key of keyboard upon click
var
emitKey
=
function
(
str
)
{
...
...
This diff is collapsed.
Click to expand it.
server.js
+
12
−
0
View file @
8b7d8565
...
...
@@ -76,6 +76,18 @@ io.on('connection', function(socket) {
ypos
.
push
(
content
[
key
][
2
]);
}
socket
.
emit
(
'
updateKeys
'
,
{
k
:
keys
,
x
:
xpos
,
y
:
ypos
});
content
=
[]
//Load default numpad
var
file
=
fs
.
readFileSync
(
"
numpad.json
"
)
var
content
=
JSON
.
parse
(
file
)
for
(
var
key
in
content
)
{
keys
.
push
(
content
[
key
][
0
]);
xpos
.
push
(
content
[
key
][
1
]);
ypos
.
push
(
content
[
key
][
2
]);
}
socket
.
emit
(
'
updateNumPad
'
,
{
k
:
keys
,
x
:
xpos
,
y
:
ypos
});
content
=
[]
//Load default urls
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment