This website works better with JavaScript
Home
Explore
Help
Sign In
david
/
especificos-node
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
clean
David
10 years ago
parent
7c814135d4
commit
de1dfe6fb1
10 changed files
with
3 additions
and
342157 deletions
Split View
Show Diff Stats
3
0
client/.gitignore
BIN
client/__pycache__/clock.cpython-35.pyc
BIN
client/__pycache__/keyboard.cpython-35.pyc
BIN
client/__pycache__/sock.cpython-35.pyc
BIN
client/clock.pyc
0
86680
client/json
BIN
client/keyboard.pyc
BIN
client/sock.pyc
0
168797
client/socket
0
86680
client/threading
+ 3
- 0
client/.gitignore
View File
@@ -0,0 +1,3 @@
+*.pyc
+__pycache__/*
+*.swp
BIN
client/__pycache__/clock.cpython-35.pyc
View File
BIN
client/__pycache__/keyboard.cpython-35.pyc
View File
BIN
client/__pycache__/sock.cpython-35.pyc
View File
BIN
client/clock.pyc
View File
File diff suppressed because it is too large
+ 0
- 86680
client/json
BIN
client/keyboard.pyc
View File
BIN
client/sock.pyc
View File
File diff suppressed because it is too large
+ 0
- 168797
client/socket
File diff suppressed because it is too large
+ 0
- 86680
client/threading