This file contains hidden or 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
| stratums://0xab612d5ae197a8b7d5ef70acf9ce34210572d177.box2@us2.ethermine.org:5555 |
This file contains hidden or 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 "tldmap.h" | |
| #include <stdlib.h> | |
| #include <string.h> | |
| struct tldnode { | |
| char* tld; | |
| long value; | |
| TLDNode* parent; | |
| TLDNode* left; |
This file contains hidden or 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
| using UnityEngine; | |
| using System.Collections; | |
| public class WorldController : MonoBehaviour { | |
| public Sprite floorSprite; | |
| // The world and tile data | |
| World world; |
This file contains hidden or 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
| <docktype! html> | |
| <head> | |
| <link rel="stylesheet" type:"text/css" href="styles.css" /> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>Unity Web Player</title> | |
| <script type='text/javascript' src='https://ssl-webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/jquery.min.js'></script> | |
| <script type="text/javascript"> | |
| <!-- | |
| var unityObjectUrl = "http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js"; |