jaypha-base 1.0.4

Generic code and definitions used in many Jaypha projects.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Jaypha Base

This project contains generic code that is used in many of my projects and is provided separately to avoid repetition. The code in this package is usable on its own.

The functions here generally extend the functionality provided by Phobos.

Documentation

See docs/docs.html for reference documentation.

Overview

Strings

altIndexOf - A quick and dirty alternative to indexOf. Only works with ASCII. isDigits - Are all characters digits? splitUp - Splits a string into substrings based on a group of possible delimiters. toCamelCase - Converts a string to camel case.

JSON

fromJSON - Alternative ways to extract from a JSONValue.

Algorithms

munch - Consumes the front of the range as long the elements are inside pattern. grab - Grabs as much of the given range, until a character is found that is in a supplied pattern. meld - Map-like algorithm that merges the index and values of an associative array. rtMap - Similar to std.algorithm.map except that the mapping function provide at run-time rather than compile time. diff - Returns everything in one array that is not in another. findSplit - Alternative to std.alogrithm.findSplit usable with non-rewindable ranges.

Ranges

drain - Consume the rest of the range. ByChunk - Splits a range into chunks of given size. Doesn't work with narrow strings. ByLines - Splits a range into lines. Buffered - Buffered output range decorator. UnPopable - Provides an 'ungetc' like functionality for input ranges.

Random

rnd - A wrapper for rndGen to prevent copying, provided by monarch_dodra. rndHex - A randomly generated string of hex characters. Useful for filenames. rndId - A random string of lower case ASCII letters. rndString - A random string of ASCII printable characters. Useful for passwords.

Conversions

binToHex - Converts an unsigned interger into a hex string. bitsToList - Extract the bits from a number and puts them into an array. listToBits - Reduces an array to a single value by bit-or-ing them together.

Containers

Hash - Hash container. Queue - Simple queue Set - Simple set IndexableSet - Set whose elements can be accessed by index. Stack - Simple stack

I/O

print - Functions that perform write like functionality, but with ranges rather than files. serialize - Converting data to and from compact strings for easy storage and transfer. BinaryWriter - Adaptor for writing binary data to a file as an output range.

License

Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt

Contact

[email protected]

Todo

Many functions could do with polishing, but are usable in the current state.

Documentation is an ongoing task.

Current Problems

None known

Authors:
  • Jason den Dulk
Dependencies:
none
Versions:
1.0.6 2017-Apr-21
1.0.5 2016-Jun-22
1.0.4 2016-Apr-29
1.0.3 2016-Apr-18
1.0.2 2015-Dec-15
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 217 downloads total

Score:
0.3
Short URL:
jaypha-base.dub.pm