This site is supported by donations to The OEIS Foundation.

User:Jared Deckard

From OeisWiki
Jump to: navigation, search

Jared Deckard is an open source software developer who studied Mathematics and Computer Science at the Northeastern State University of Oklahoma. Jared applied Linear Algebra and Physics principles in software to create 3D geometry abstractions for the Leap Motion infrared motion controller. Jared developed the base conversion library DigitArray[1] which allows converting a string encoded in an arbitrary base and alphabet into any other base and alphabet. The algorithm used for converting between bases in DigitArray[1] is unique because it does not use an intermediary base, which makes it efficient, and it uses an integer array as it's internal data structure, which enables the conversion of arbitrarily large numbers.

[1] https://github.com/deckar01/digit-array