Giter Club home page Giter Club logo

utility-algorithms-java's Introduction

utility-algorithms-java

Multi purpose utility algorithms. The algorithms and classes are all each cool (duh), but each not big enough for their own repository.

Some of the algorithms here may be implementation of protocols that exist in other "utility-algorithms-lang" repos.

Installing

  • Clone the repository with the 'git clone' command for now. (may turn this into a maven repo at some point)
  • Or copy just copy the packages you might need, just don't forget the license or mail me if you cannot include it

Features

  • ubae - universal byte array encoder (also: rust) - NoSQL database system using 'tags' as data identifier. Allows storing any kind of data. Works in memory, on disk, remote and remote with multiple users. (downside: Search is currently in O(n))
  • use - universal string encoder (also: python, go) - Multiple sets of utf8 data? Only one String to store it all? Use this. (or json, but who would do that?)
  • mcnp - multi chunk network protocol (also: go, rust) - protocol for simple, low level cross programming language network communication. Uses TCP-Sockets. (downside: currently lacks async and timeout functionality, consider using P2Link instead)
  • bitsandbytes - certain helper functionality concerning lower level operations
  • date_time - (yeah yeah never build a date api yourself) - a very simplistic date and time api for when dealing with timezones and complex stuff is overkill
  • timediffmarker(also: rust) and callcounter - fairly dumb debugging tool. Only slightly better than Sys.out's
  • asap_queue - fairly dumb 'defer call until possible' queue (uses exceptions for flow control, so use with a strong stomach only)

Usage

See the java doc commentary on the api's themselves

License

This project is licensed under the MIT License - see the LICENSE.md file for details

utility-algorithms-java's People

Contributors

jokrey avatar

Watchers

 avatar  avatar

Forkers

habeebmohammad

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.