Welcome to MiscExamples

This project can be used as a general "Catch all" for any miscellaneous examples that are related to ARS.

The idea would be to become the "one stop shop" for all of the random examples of ARS stuff.

Including but not limited to:

  • API examples
  • Application examples
  • Documentation examples
  • etc...

We will start with the API section and try to find donations to flush out the other parts as time passes....

For the API part we want to be language/platform agnostic and supporting all current and future universes. So we will try to organize the SVN repository in this way...

/API/<ARS_Version>/<programming_language>/<source_tree_for_Example(s)>

Examples:

  • /API/7.1/C/...
  • /API/7.1/Java/org/...
  • /API/7.1/Java/com/...
  • /API/7.1/ARSPerl/...

The Application examples might be better organized like this...

  • /Apps/LunchOrders/...
  • /Apps/TicketSystems/...
  • /Apps/HRApplications/...