Giter Club home page Giter Club logo

useful-crestron-functions's Introduction

crc32.usl:
/*
fnCRC32 - Calculates the crc32 polynomial of a string

Description: Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the
             input. This is usually to validate the integrity of data being transmitted.
             
Return Values: Returns the crc32 checksum of input as an integer.
*/


urlencode.usl:
/*
fnURLEncode - URL-encodes string

Description: This function is convenient when encoding a string to be used in a query part
             of a URL, as a convenient way to pass variables to the next page.
	     
Return Values: Returns a string in which all non-alphanumeric characters except -_. have
               been replaced with a percent (%) sign followed by two hex digits and spaces
               encoded as plus (+) signs. It is encoded the same way that the posted data
               from a WWW form is encoded, that is the same way as in
               application/x-www-form-urlencoded media type. This differs from the RFC 1738
               encoding in that for historical reasons, spaces are encoded as plus (+)
               signs.
*/

useful-crestron-functions's People

Contributors

magn2o avatar

Watchers

Alex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.