Skip to content

Instantly share code, notes, and snippets.

View bitm0de's full-sized avatar
👾
Programming

Troy Garner bitm0de

👾
Programming
  • TBD Enterprises Inc.
  • WinSta0
View GitHub Profile
@bitm0de
bitm0de / Base64.usp
Last active June 24, 2018 03:09
Base64 Encode/Decode Module
/*******************************************************************************************
SIMPL+ Module Information
(Fill in comments below)
*******************************************************************************************/
/*
Dealer Name: Dynamark Media Inc.
System Name: N/A
System Number: N/A
Programmer: Troy Garner
Comments: Base64 encoding helper for encoding and decoding.
@bitm0de
bitm0de / Debug.cs
Last active October 15, 2018 07:08
Crestron Debug Class
/*
* Copyright (c) 2017 Troy Garner
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
/*******************************************************************************************
SIMPL+ Module Information
*******************************************************************************************/
/*
Programmer: Troy Garner
Comments: Decoder for the connections string on an ECROSS or CCROSS
Note: The maximum number of connections that can be printed on a line are 125 connections.
Therefore, if an ID has more than 125 connections, <Connection$> will be issued on
multiple passes of the logic processor.