I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
I'm not going to be maintaining this document anymore. I'm leaving it as-is since much of the FAQ section is still accurate and has yet to be incorporated into other resources.
Use CanI.RootMy.TV to find an exploit for your TV.
Yeah yeah yeah I know.... but it works...
initand the devcontainer.json files from this gist in that directoryThis is a quick Python script I wrote to download HumbleBundle books in batch. I bought the amazing Machine Learning by O'Reilly bundle. There were 15 books to download, with 3 different file formats per book. So I scratched a quick script to download all of them in batch.
(Final Result: books downloaded)
| function doGet(e) { | |
| var toNum = e.parameter.PhoneNumber; | |
| var fromNum = e.parameter.CallerId; | |
| var action = e.parameter.Direction; | |
| var record = e.parameter.Record; | |
| Logger.log(e); | |
| var output = ContentService.createTextOutput(); | |
| var xml = createDialTWIML(fromNum, toNum, action); |