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
| <iframe width="0" height="0" frameborder="0" title="" id="yui_3_9_1_1_1374877451471_283" src="javascript:document.location.replace('http://rma-api.gravity.com/v1/beacons/log?cbust=1374877453455&site_guid=494d6e560c95708877ba0eff211c02f3&action=beacon&user_guid=1576e3a76c3fc434f0576399a1619427&referrer=&browser_useragent=' + encodeURIComponent('Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:22.0) Gecko/20100101 Firefox/22.0') + '&href=' + encodeURIComponent('http://fe627.global.media.kr3.yahoo.com/x/royalbaby/?orig_host_hdr=ca.news.yahoo.com') + '&url=' + encodeURIComponent('http://ca.news.yahoo.com/x/royalbaby/') + '&thread_id=1&article_title=' + encodeURIComponent('Royal%20Baby%20Test%20Page') + '&type=content&forum_id=' + encodeURIComponent('yahoo_news_ca') + '&ymgts=1374877453458');"></iframe> |
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
| <!-- | |
| JSESSIONID = E0B04F905C2CA07FF475B406DE9703AE.pwbap120a | |
| TPSESSIONID = null | |
| Service = YHOE | |
| TYRG1ST = 7CAF3E857CE9EA05 | |
| --><script type="text/javascript">var jsessionid="E0B04F905C2CA07FF475B406DE9703AE.pwbap120a";</script><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html lang="en"><head> | |
| <title>Page Not Found</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <META content="MSHTML 5.50.4937.800" name=GENERATOR> |
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
| Volume Up: OK | |
| Volume Down: OK | |
| Mute On / Off: OK (provide mute state on load?) | |
| Channel Up: OK | |
| Channel Down: OK | |
| Submenu: OK | |
| Menu: OK | |
| Arrow up, bottom, left, right: OK (also work under Netflix, and Youtube context). | |
| Cancel: OK (perhaps actually have the word exit or cancel?) |
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
| pi@raspberrypi ~ $ sixaddr | |
| Current Bluetooth master: 90:34:FC:F7:75:E3 | |
| Current Bluetooth Device Address: 04:98:F3:0C:FA:6B | |
| pi@raspberrypi ~ $ bdaddr -i hci0 | |
| Invalid device: No such device | |
| pi@raspberrypi ~ $ hciconfig -a | |
| pi@raspberrypi ~ $ hciconfig -a | |
| hci0: Type: BR/EDR Bus: USB | |
| BD Address: 04:98:F3:0C:FA:6B ACL MTU: 310:10 SCO MTU: 64:8 | |
| UP RUNNING PSCAN |
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
| http://www.brainjet.com/random/3571/17-bizarre-historical-images-you-wont-believe-actually-happened?til=d-df-3571#slide/4 |
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
| diff --git a/configs/pages.js b/configs/pages.js | |
| index 9a7066d..45e75f1 100644 | |
| --- a/configs/pages.js | |
| +++ b/configs/pages.js | |
| @@ -59,6 +59,25 @@ module.exports = [ | |
| ] | |
| } | |
| + }, | |
| + standings: { |
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 protractorUtils = require('protractor-utils'), | |
| baseConfig = protractorUtils.mochaBaseConf; | |
| baseConfig.specs = ['../func/tests/*.js']; | |
| baseConfig.mochaOpts.reporter = 'protractor-reporter'; | |
| /* Experience Specific */ | |
| baseConfig.baseUrl = process.env.baseUrl || 'http://sports.yahoo.com'; // TODO -- abstract into ycb, see: https://git.corp.yahoo.com/Protractor/samples/blob/master/mocha/tests/spec/protractor.ycb.conf.js |
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
| http://splunk.media.yahoo.com:9999/en-US/app/search/search?q=search%20index%3Dprod-yapache%20source%3D%22%2Fhome%2Fy%2Flogs%2Fyapache%2Ferror%22%20%22host%3Dsports.yahoo.com%22%20error%20OR%20failed%20OR%20severe%20OR%20(%20sourcetype%3Daccess_*%20(%20404%20OR%20500%20OR%20503%20)%20)%20%7C%20cluster%20%7C%20table%20cluster_count%2C%20_raw%20%7C%20sort%20-%20cluster_count&earliest=-15m&latest=now&display.general.type=statistics&sid=1415829921.33964.search8.splunk.media.ne1.yahoo.com |
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
| [andresn@escortextort sports]$ ack 'subject->configure' | |
| tests/maple/executes/MediaExecuteSportsContextTest.php | |
| 134: $configured = $this->subject->configure($this->getMock('IUrchinClientError'), | |
| 170: $configured = $this->subject->configure($this->uce, $this->cfg, $execute); | |
| tests/maple/renderers/MediaSportsSoccerLeagueGameStatsTest.php | |
| 33: $configure = $subject->configure(); | |
| tests/maple/renderers/MediaModuleTeamComparisonTest.php | |
| 11: $configure = $subject->configure(); |
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
| https://git.corp.yahoo.com/echuang/media_project_sports/raw/421c6a4fb5a6911a140df696c4bda12ffc90fa5b/maple/templates/common_uh3s.tpl.html | |
| <MapleTemplate version="2.0" encoding="utf-8" content="text/html" healthComment="false" /> | |
| <MapleReplace>{res.media.page.doctype,"<!DOCTYPE html>"}</MapleReplace> | |
| <html id="Stencil" class="NoJs" <MapleReplace>lang="{ctx.lang}"</MapleReplace> <MapleReplace>{res.media.page.xmlns,""}</MapleReplace>> | |
| <head> | |
| <script>var t_headstart=new Date().getTime();</script> | |
| <MapleRegion id="meta"/> | |
| <MapleEmbedTop/> | |
| <MapleRegion id="rt_t1" /> |
OlderNewer