Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiomt/knowgate-base
KnowGate Base Libraries
https://github.com/sergiomt/knowgate-base
array-manipulations file-utility guid java md5 rc4
Last synced: about 1 month ago
JSON representation
KnowGate Base Libraries
- Host: GitHub
- URL: https://github.com/sergiomt/knowgate-base
- Owner: sergiomt
- License: apache-2.0
- Created: 2017-04-22T11:12:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T14:54:58.000Z (over 2 years ago)
- Last Synced: 2023-08-04T13:05:58.499Z (over 1 year ago)
- Topics: array-manipulations, file-utility, guid, java, md5, rc4
- Language: Java
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KnowGate Base Libraries
These are foundation libraries compatible with Java 1.7. They include:
## Debug
- [Debug traces logger](https://sergiomt.github.io/knowgate-base/com/knowgate/debug/package-summary.html)## Arrays and String
- [Array helper methods](https://sergiomt.github.io/knowgate-base/com/knowgate/arrayutils/package-summary.html) from Apache Commons
- [Tuples](https://sergiomt.github.io/knowgate-base/com/knowgate/tuples/package-summary.html) (Pair and Triplet)
- [String helper methods](https://sergiomt.github.io/knowgate-base/com/knowgate/stringutils/package-summary.html)
- [Slugify](https://sergiomt.github.io/knowgate-base/com/knowgate/stringutils/Slugs.html)## IO
- [File utils](https://sergiomt.github.io/knowgate-base/com/knowgate/io/FileUtils.html) from Commons-Utils
- [Stream to String bridging](https://sergiomt.github.io/knowgate-base/com/knowgate/io/IOUtils.html)
- [Stream to Stream pipes](https://sergiomt.github.io/knowgate-base/com/knowgate/io/StreamPipe.html)
- [CSV Parser](https://sergiomt.github.io/knowgate-base/com/knowgate/stringutils/CSVParser.html)## Localisation
- [Currency helper methods](https://sergiomt.github.io/knowgate-base/com/knowgate/currency/package-summary.html)
- [Date helper methods](https://sergiomt.github.io/knowgate-base/com/knowgate/dateutils/package-summary.html)
- [GIS interfaces](https://sergiomt.github.io/knowgate-base/com/knowgate/gis/package-summary.html)## Security
- [Encryption MD5 and RC4](https://sergiomt.github.io/knowgate-base/com/knowgate/encryption/package-summary.html)
- [Global unique identifier generation](https://sergiomt.github.io/knowgate-base/com/knowgate/stringutils/Uid.html)## System
- [Shell](https://sergiomt.github.io/knowgate-base/com/knowgate/system/Shell.html)## Utilities for object instantiation
- [Object Factory](https://sergiomt.github.io/knowgate-base/com/knowgate/typeutils/ObjectFactory.html)
- [Type Resolver](https://sergiomt.github.io/knowgate-base/com/knowgate/typeutils/TypeResolver.html)