https://github.com/lppedd/rpg
IBM RPG projects
https://github.com/lppedd/rpg
as400 ibmi rpgle
Last synced: 6 months ago
JSON representation
IBM RPG projects
- Host: GitHub
- URL: https://github.com/lppedd/rpg
- Owner: lppedd
- License: mit
- Created: 2017-06-16T12:46:41.000Z (about 9 years ago)
- Default Branch: development
- Last Pushed: 2018-05-29T20:21:10.000Z (about 8 years ago)
- Last Synced: 2025-04-05T23:29:54.505Z (over 1 year ago)
- Topics: as400, ibmi, rpgle
- Size: 36.1 KB
- Stars: 23
- Watchers: 8
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RPG
This repository contains utility functions and collection implementations for IBM i.
## Collections
* [ArrayList](QRPGLESRC/ARRAYLIST.RPGLE)
* [LinkedList](QRPGLESRC/LINKEDLIST.RPGLE)
## Maps
* [HashMap](QRPGLESRC/HASHMAP.RPGLE)
## Sets
* [HashSet](QRPGLESRC/HASHSET.RPGLE)
## Authors
* Edoardo Luppi
## Acknowledgments
Thanks to [Mihael Schmidt](https://github.com/OSSILE) and to the StackOverflow community.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.