| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the OSSILE project. This project is to serve three purposes:
Useful UDTF's originally sourced from https://bitbucket.org/christianjorgensen/
Documentation:
CRTFRMSTMF originally sourced from https://github.com/BrianGarland/
Documentation:
GETIPTF, originally sourced from http://bryandietz.us/getiptf.html
Documentation:
C program samples originally sourced from ChrisHird/OSSILE
Documentation
sha256, originally sourced from https://github.com/miguel-r-s/SHA-256 a re-implementation of SHA256 in C. Documentation:
ArrayList, originally sourced from RPG Next Gen. An ArrayList is a one-dimensional array. It is also a dynamic array which means that the size is not set at compile time but at runtime and it can grow if required.
Documentation:
SU, originally sourced from bitbucket.org/cmasseVolubis/volubis. Like Under Linux, become QSECOFR as needed
Documentation:
Linked List, originally sourced from RPG Next Gen. An array allocates memory for all its elements lumped together as one block of memory. In contrast, a linked list allocates space for each element separately in its own block of memory called a linked list element or node. The list gets is overall structure by using pointers to connect all its nodes together like the links in a chain.
The linked list utilities service program shows how to get data via a list instead of using a userspace.
Documentation:
Update User-Defined Attribute Tags a QSYS object with a value. The value is stored in the user-defined attribute of the object.
Documentation:
Message, originally sourced from RPGUnit. This service program provides wrappers for the OS message API QMHRCVPM, QMHRSNEM and QMHSNDPM. It eases the handling of program and escape messages.
Documentation:
jar xvf OSSILE-master.zip
cd OSSILE-master/main && chmod +x ./setup && ./setup
To exclude an item from building, remove it from buildlist.txt or comment it out with a preceding '#'
For more info about ibm projects check this Modern IBM i pipeline repo
These are the main directories within OSSILE:
This directory houses complete, buildable code. In other words, it contains all the tools and utilities we list above as "included in OSSILE". Each subdirectory represents a separate buildable item.
This is where one can find examples of how to accomplish various tasks in ILE languages. They do not need to be working, compilable examples, though that is preferred. Inside this directory, there are subdirectories for the various ILE languages. The code examples are located in the appropriate lanuage directory.
This directory houses examples of how to accomplish various tasks using SQL scripts.
See CONTRIBUTING.md
| Back | FazBrowse Home | New Git URL |