Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 609 Bytes

Dubpob

Description

Dubpob is a project containing a lot of utility libs written in Java 7 by @baskwo

Projects

  • dubpob-base : Lib for simple math (add/sub/mul/div) with any Number in any base. (2 to 62)
  • dubpob-matrix : Generic Matrix lib. TypeMatrix using Number.floatValue() as value. And a static class "MatrixHelper" for various operation ( getInverse,getAdjudant,removeCol,removeRow,getMinor,etc)
  • dubpob-orm : Simple Object-Relation-Mapping (ORM) lib. Not finished.
  • dubpob-memcache : An accessible cache by memory. (To be continued, still thinking about it)