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
<Response> | |
<Dial> | |
<Number>19047163298</Number> | |
</Dial> | |
</Response> |
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
<?xml version="1.0" encoding="utf-8" ?> | |
<Response> | |
<Play>http://vprclassical.streamguys.net/vprclassical128.mp3</Play> | |
</Response> |
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
<h1>Home Page</h1> |
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
<?php | |
class CustomEditHandler extends eZContentObjectEditHandler | |
{ | |
function __construct() | |
{ } | |
function fetchInput( &$http, &$module, &$class, &$object, &$version, &$contentObjectAttributes, $editVersion, $editLanguage, $fromLanguage ) | |
{ } | |
static function storeActionList() |
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
//Successful call | |
{ | |
"label":"", | |
"results": | |
{ | |
"conference number":"1-603-413-3053", | |
"call_id":42341727, | |
"pin":947162, | |
"call_name":"John's Call" | |
}, |
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
/*! | |
* backbone.collectioncache.js v0.0.2 | |
* Copyright 2012, Tim Branyen (@tbranyen) | |
* backbone.collectioncache.js may be freely distributed under the MIT license. | |
*/ | |
(function(window) { | |
"use strict"; | |
// Dependencies |
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
RewriteCond /mnt/stor3-wc2-dfw1/489527/www.aoshqdd.com/web/content/wp-content/cache/supercache/aoshqdd.com/index.html !-f | |
RewriteRule (.*) http://aoshqdd.com/ [R=301,L] |
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
function drawVisualization() { | |
var data = google.visualization.arrayToDataTable([ | |
['Country', 'Popularity'], | |
['Milwaukee', 200], | |
['Cook', 300], | |
['Dane', 700] | |
]); | |
var options = { | |
region: 'US-WI', |
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
var countryCode = "bo"; | |
var subdomains = { | |
es: [ "bo", "mx", "es" ], | |
zh: [ "cn", "tw" ], | |
fr: [ "be", "fr", "ht" ], | |
de: [ "de", "at" ], | |
ru: [ "ru", "kz" ] | |
} | |
$.each(subdomains, function(idx, val){ |
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
$(document).ready( function() { | |
$.getJSON( "http://smart-ip.net/geoip-json?callback=?", | |
function(data){ | |
document.location.href='http://'+data.countryCode+'.coolsculpting.com'; | |
} | |
); | |
}); |
NewerOlder