https://github.com/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
https://github.com/comcast/brightscript-utilities
brightscript
Last synced: 7 days ago
JSON representation
Repository is a collection of tools and examples in brightscript. Includes some math utilities (e.g. xor) and an OO-ish byte array reader
- Host: GitHub
- URL: https://github.com/comcast/brightscript-utilities
- Owner: Comcast
- License: apache-2.0
- Created: 2020-03-02T17:35:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-11T17:46:53.000Z (over 5 years ago)
- Last Synced: 2026-01-14T22:49:02.160Z (29 days ago)
- Topics: brightscript
- Language: Brightscript
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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