Skip to content

Instantly share code, notes, and snippets.

View febbraro's full-sized avatar

Frank Febbraro febbraro

View GitHub Profile
@febbraro
febbraro / httpdiff
Created September 22, 2017 23:07
SSL/TLS errors on phish.in
>> 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
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"