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
| >> httpdiff --method HEAD https://s3.amazonaws.com/phase2.public/audio/32020.mp3 https://phish.in/audio/000/032/020/32020.mp3 | |
| Doing HEAD: | |
| https://s3.amazonaws.com/phase2.public/audio/32020.mp3 | |
| https://phish.in/audio/000/032/020/32020.mp3 | |
| Error doing HEAD https://phish.in/audio/000/032/020/32020.mp3: x509: certificate signed by unknown authority |
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
| sub init() | |
| ' Setup the Activation Screen | |
| m.activation = createObject("roSGNode", "ActivationView") | |
| m.activation.ObserveField("activationSuccess", "MainScene_OnActivationSuccess") | |
| ' Setup the main Grid | |
| m.grid = CreateObject("roSGNode", "GridView") | |
| m.grid.SetFields({ | |
| style: "standard" | |
| posterShape: "16x9" |
OlderNewer