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
| services: | |
| homebridge: | |
| build: . | |
| container_name: homebridge | |
| restart: unless-stopped | |
| network_mode: host | |
| volumes: | |
| - /root/volumes/homebridge:/homebridge | |
| devices: | |
| - /dev/mpp_service:/dev/mpp_service |
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
| { | |
| "bridge": { | |
| "name": "Homebridge 4B74", | |
| "username": "hide", | |
| "port": 0, | |
| "pin": "hide", | |
| "advertiser": "bonjour-hap" | |
| }, | |
| "accessories": [], | |
| "platforms": [ |
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
| Test Name: WebPlatFormUrlTest | |
| Test FullName: AngleSharp.Core.Tests.Urls.WebPlatFormUrlTests(AngleSharp.Core.Tests.Urls.UrlTestFixture).WebPlatFormUrlTest | |
| Test Source: C:\Users\hyspa\Documents\code\AngleSharp\src\AngleSharp.Core.Tests\Urls\WebPlatformUrlTests.cs : line 42 | |
| Test Outcome: Failed | |
| Test Duration: 0:00:00.3490254 | |
| Result1 Name: WebPlatFormUrlTest | |
| Result1 Outcome: Failed | |
| Result1 Duration: 0:00:00.029 | |
| Result1 StackTrace: at AngleSharp.Core.Tests.Urls.WebPlatFormUrlTests.WebPlatFormUrlTest() in C:\Users\hyspa\Documents\code\AngleSharp\src\AngleSharp.Core.Tests\Urls\WebPlatformUrlTests.cs:line 58 |
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
| Test Name: WebPlatFormUrlTest | |
| Test FullName: AngleSharp.Core.Tests.Urls.WebPlatFormUrlTests(AngleSharp.Core.Tests.Urls.UrlTestFixture).WebPlatFormUrlTest | |
| Test Source: C:\Users\hyspa\Documents\code\AngleSharp\src\AngleSharp.Core.Tests\Urls\WebPlatformUrlTests.cs : line 43 | |
| Test Outcome: Failed | |
| Test Duration: 0:00:00.479012 | |
| Result1 Name: WebPlatFormUrlTest | |
| Result1 Outcome: Failed | |
| Result1 Duration: 0:00:00.022 | |
| Result1 StackTrace: at AngleSharp.Core.Tests.Urls.WebPlatFormUrlTests.WebPlatFormUrlTest() in C:\Users\hyspa\Documents\code\AngleSharp\src\AngleSharp.Core.Tests\Urls\WebPlatformUrlTests.cs:line 62 |
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 directions = ['up', 'right', 'down', 'left'] | |
| if(me.__direction == undefined){ | |
| me.__direction = 1 | |
| } | |
| y = me.getY() | |
| if(y>=9){ | |
| me.move('down') | |
| return |
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
| set -g -x PYTHONPATH "/usr/local/google_appengine" |
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
| #!/bin/sh | |
| echo "deb http://ftp.us.debian.org/debian wheezy-backports main" >> /etc/apt/sources.list | |
| apt-get update | |
| apt-get install nodejs-legacy | |
| curl https://www.npmjs.org/install.sh | bash |