Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lppedd/rpg
IBM RPG projects
https://github.com/lppedd/rpg
as400 ibmi rpgle
Last synced: 15 days 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 (over 7 years ago)
- Default Branch: development
- Last Pushed: 2018-05-29T20:21:10.000Z (over 6 years ago)
- Last Synced: 2024-10-31T14:25:49.911Z (2 months ago)
- Topics: as400, ibmi, rpgle
- Size: 36.1 KB
- Stars: 23
- Watchers: 10
- Forks: 11
- 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.