This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <conio.h> | |
#include <cstdio> | |
#include <windows.h> | |
#include <mmsystem.h> | |
#include <cmath> | |
#include <ctime> | |
//Snake directions | |
enum {UP, DOWN, LEFT, RIGHT}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== TPC === | |
=== Fuse Messaging Protocol === | |
... | |
<MessageType>\n | |
<MessagePayloadLength>\n | |
<MessagePayload> | |
... | |
=== Event protocol === |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Call this script as root to fully remove Fuse | |
# For example: 'sudo ./uninstall_fuse.sh' | |
rm -rvf \ | |
/Applications/Fuse.app \ | |
/usr/local/bin/fuse \ | |
/usr/local/bin/uno \ | |
/usr/local/bin/unotest \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AndroidSDK": | |
{ | |
"Path": "%HOME%/Library/Application Support/Fusetools/Fuse/Android/AndroidSDK", | |
"API": "19" | |
}, | |
"AndroidNDK": | |
{ | |
"Path": "%HOME%/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK" |