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
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET NAMES utf8 */; | |
| /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; | |
| /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; | |
| -- Dumping structure for table directory_country_region | |
| CREATE TABLE IF NOT EXISTS `directory_country_region` ( | |
| `region_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Region Id', | |
| `country_id` varchar(4) NOT NULL DEFAULT '0' COMMENT 'Country Id in ISO-2', | |
| `code` varchar(32) DEFAULT NULL COMMENT 'Region code', |
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
| Verifying that +rguedes is my blockchain ID. https://onename.com/rguedes |
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
| Array | |
| ( | |
| [common] => Array | |
| ( | |
| [replay_version] => 0.9.8.0 | |
| [datablock_1] => 1 | |
| [message] => ok | |
| [datablock_battle_result] => 1 | |
| ) |
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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |