Skip to content

Instantly share code, notes, and snippets.

@0xTenable
0xTenable / getLinks.py
Created June 2, 2017 05:00
Gets links
@0xTenable
0xTenable / Parse.brs
Created August 25, 2016 22:18
Removes all error functions
'********************************************************************
'
' NewVideoPlayer -- Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
'
' Read and parse an Xml document
@0xTenable
0xTenable / RokuFeed3.brs
Created August 5, 2016 18:19
Pastebin Revision
'********************************************************************
'
' NewVideoPlayer -- Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
'
' Parse a Roku <feed> Xml document.
@0xTenable
0xTenable / Main.brs
Created August 5, 2016 17:10
Main function fix for matrixebiz
'********************************************************************
'
' NewVideoPlayer -- Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
'
' Source files:
' Main.brs - This file
@0xTenable
0xTenable / RokuFeed2.brs
Last active August 4, 2016 16:55
Simpler version of RokuFeed.brs
'********************************************************************
'
' NewVideoPlayer -- Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
'
' Parse a Roku <feed> Xml document.
@0xTenable
0xTenable / RokuFeed.brs
Last active August 4, 2016 16:55
RokuFeed with Extraction Code
'********************************************************************
'
' NewVideoPlayer -- Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
'
' Parse a Roku <feed> Xml document.
@0xTenable
0xTenable / NodeHTTPTest.js
Created April 10, 2016 16:36
Testing http
var http = require('http');
var fs = require('fs');
var body = [];
var formData;
//Create an HTTP server with a callback function
//Callback calls displayForm with res passed (so response can be sent back to client)
var server = http.createServer(function (req, response) {
#!/bin/bash
# Script to test all options for PA4
count=0
args=(-h -u -d -D -c -i -s -S -x -sc)
inputfile="test.txt"
echo "\n------------------- BEGIN SCRIPT ---------------------"