Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.