Skip to content

Instantly share code, notes, and snippets.

View rguedes's full-sized avatar
🎯
Focusing

Rolando Guedes rguedes

🎯
Focusing
View GitHub Profile
@rguedes
rguedes / gist:422eb0c780eca648afe34714fee8dece
Last active January 30, 2018 09:21
Magento Regions Query
/*!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',
Verifying that +rguedes is my blockchain ID. https://onename.com/rguedes
Array
(
[common] => Array
(
[replay_version] => 0.9.8.0
[datablock_1] => 1
[message] => ok
[datablock_battle_result] => 1
)
@rguedes
rguedes / 0_reuse_code.js
Created July 29, 2014 16:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console