Libraries tagged by heplers
pointybeard/helpers-statistics-slidingaverage
1179 Downloads
Ring buffer for calculating average of a changing set; helps to reduce jitter.
pointybeard/helpers-functions-time
1202 Downloads
A collection of functions used to manipulate time values
pointybeard/helpers-functions-strings
3644 Downloads
A collection of functions for manipulating strings
pointybeard/helpers-functions-paths
3601 Downloads
A collection of helpful functions related to paths, directories, and files names
pointybeard/helpers-functions-numbers
2864 Downloads
A collection of functions for manipulating numbers
pointybeard/helpers-functions-flags
3363 Downloads
A collection of functions for handling bitwise flags
pointybeard/helpers-functions-debug
3580 Downloads
A collection of helpful functions to assist with debugging
pointybeard/helpers-functions-arrays
3310 Downloads
A collection of helpful functions related to arrays and array manipulation
pointybeard/helpers-foundation-factory
3339 Downloads
Provides foundation factory classes and factory design pattern functionality
pointybeard/helpers-exceptions-readabletrace
3285 Downloads
Provides an exception base class that includes method getReadableTrace(), giving simple access to a plain-text, readable, backtrace string.
pointybeard/helpers-cli-prompt
1180 Downloads
Class for asking for input on the command-line
pointybeard/helpers-cli-progressbar
1195 Downloads
Utility for rendering a progress bar to the command line in PHP
pointybeard/helpers-cli-message
1186 Downloads
A class to make it easier to print messages to the command-line
pointybeard/helpers-cli-input
3090 Downloads
Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.
pointybeard/helpers-cli-colour
3331 Downloads
Provides colour constants and a simple way to colourise strings for use on the command-line.