~kb/ncl

A std lib for Netlinx.
8d34efd0 — Kim Burgess 9 years ago
Merge pull request #8 from vanti-public/master
3fb54d75 — Tom Haskell 9 years ago
Removed `pad_leading_chars()` function - functional duplicate of `string_prefix_to_length`
59629ec0 — Tom Haskell 9 years ago
Merge branch 'upstream_changes'

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~kb/ncl
read/write
git@git.sr.ht:~kb/ncl

You can also use your local clone with git send-email.

This project contains globally useful, portable includes for augmenting the base functionality of the proprietary AMX NetLinx language used for programming AMX NetLinx integrated controllers.

Currently the project provides a math library, string manipulation library, time and date library, array utils, a managed debug messaging library and an associated console output library.

#Contributors

Kim Burgess

true

Jeff Spire

Jorde Vorstenbosch

Andy Dixon

Motaz Abuthiab

Vanti

#Contributing

Want to help out? Awesome.

  1. Fork it.
  2. Make your changes / improvements / bug fixes etc (and ensure that you adhere to the project style guide whilst doing so).
  3. Submit a pull request.
  4. Win.

#Usage

A convenience include has been provided to simplify usage. Ensure that the libraries are placed within your project's compile path then include prior to utilizing provided functionality within your project code.

include 'netlinx-common-libraries'

Alternatively, individually specify the library components that you require. Any cross include dependencies within the NetLinx Common Libraries are handled internally.

This project is licensed under the MIT License. Feel free to use it, sell it, modify it, re-distribute - basically whatever the hell you like. See LICENSE for more info.