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
{"key":{"id":"4691667655327744"},"name":"One Lucky Duck","address":"75 9th Avenue ","website":"http:\/\/oneluckyduck.com\/","phone_number":"(917) 460-0404","type":"2,3,4,10","description":"Incredible organic juice bar with raw vegan food\/desserts and snacks. ","location":"40.742494,-74.005923","zone":"Chelsea","borough":"Manhattan","city":"New York","likes":0,"priceRange":0,"contact_email":""} |
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
log: | |
enabledPlugin: '%TAG%N%name%&a&k + %N%version% is now Enabled. Made by %A%autors%%N.' | |
disabledPlugin: '%TAG%N%name%&c&k - %N%version% is now Disabled. Made by %A%autors%%N.' | |
help: | |
info: '%NDisplays the plugin''s info.' | |
help: '%NShows a list of commands.' | |
reload: '%NReloads all configs.' | |
join: '%NJoins a BlockHunt game.' | |
leave: '%NLeave a BlockHunt game.' | |
list: '%NShows a list of available arenas.' |
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
GriefPrevention: | |
SeaLevelOverrides: | |
world: -1 | |
world_nether: -1 | |
world_the_end: -1 | |
minijuegoslobby2: -1 | |
peaceful: -1 | |
minijuegoslobby1: -1 | |
minijuegos1: -1 | |
minijuegos2: -1 |
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
$modal.open({ | |
controller: function($modalInstance) { | |
}, | |
templateUrl: '/modals/new-reservation', | |
}); |
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
protected function setResponse($code, $response = null, $headers = null) { | |
if (!is_array($response)) { | |
throw new InvalidArgumentException('Second argument only accepts arrays.'); | |
} | |
$keys = array_keys($response); | |
$this->_keys = array_merge($this->_keys, $keys); | |
$this->set($response); | |
$this->set('_serialize', $this->_keys); |
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
var system = require('system'), fs=require('fs'), webpage=require('webpage'); | |
var base_url = "http://www2.menu.com.do/#!/"; | |
var base_output = "snapshots/"; | |
var content = fs.read('businesses.json'); | |
var content_obj = JSON.parse(content); | |
var businesses = content_obj.result; | |
var pages = [ | |
{ url: '', output: 'index.html' }, | |
{ url: 'intersticial', output: 'intersticial.html' }, | |
{ url: 's/a:*', output: 's/a:_.html' }, |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>http://www.menu.com.do/#!/n/3mariachis</loc><lastmod>2014-08-18T14:51:44-04:00</lastmod><changefreq>weekly</changefreq><priority>1</priority><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_business_teaser_logo/h6vg2bpps1uxzyflhs1z.jpg</image:loc><image:caption>Logo de 3 Mariachis</image:caption><image:title>3 Mariachis</image:title></image:image><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_slideshow_widget_slide/hegg6nkkdlwkes2dvv2v.jpg</image:loc><image:title>Foto de3 Mariachis #1</image:title></image:image><image:image><image:loc>http://res.cloudinary.com/menucomdo/image/upload/t_slideshow_widget_slide/vjhmzv7gz63bcpjs5fc4.jpg</image:loc><image:title>Foto de3 Mariachis #2</image:title></image:image></url><url><loc>http://w |
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
{ | |
"business_id": 385, | |
"name": "Asadero Los Argentinos Primario", | |
"currency": "DOP", | |
"no_tips": false, | |
"no_tax": false, | |
"no_calculator": false, | |
"no_prices": false, | |
"deleted": false, | |
"MenuTree": [ |
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
# | |
# These example files show you some of the basic attributes and | |
# skills MythicMobs can use. Far more is possible! | |
SkeletalKnight: | |
Type: WITHER_SKELETON | |
Display: '&2Skeletal Knight' | |
Health: 40 | |
Damage: 8 | |
Drops: | |
- gold_nugget 2 0.5 |
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
# | |
# These example files show you some VERY basic meta skills. | |
# You can copy and expand them however you'd like. | |
SmashAttack: | |
Cooldown: 8 | |
Conditions: | |
- targetwithin 25 | |
Skills: | |
- message{cooldown=30;m="<mob.name><&co> Hahahah! I will crush you, fool!"} @PlayersInRadius{r=40} | |
- teleport @target |