Comcast / Brightscript-Utilities

Repository is a collection of tools and examples in brightscript. Includes some math utilities (e.g. xor) and an OO-ish byte array reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brightscript-Utilities

A repo for brightscript utilities and tools

This repo consists of patterns and functions not natively provided by Roku or brightscript including:

  • Generic Priority Queues
  • Generic Array Sorting
  • to string functions for boolean variables
  • epoch data time representation in milliseconds
  • Byte Array Reader wrapper layer
  • Bitfield Parser
  • Utility to format objects for urls

To run tests: sh deploy.sh

About

Repository is a collection of tools and examples in brightscript. Includes some math utilities (e.g. xor) and an OO-ish byte array reader

License:Apache License 2.0


Languages

Language:Brightscript 98.3%Language:Shell 1.7%