807
Comment:
|
1913
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Points to System Libraries and Addons. These are expected to be vendor specific. | <<TableOfContents>> |
Line 6: | Line 6: |
== Overview == | |
Line 7: | Line 8: |
##||||||<tablestyle="background:#ffe; padding:0 2em 1em 0;">''''''|| ||'''Name'''||'''Description'''||'''Type'''||'''Originator'''||'''Part of [:CategoryOpenSourceApl:TOSAP]'''|| ||[:APLTeamsUtil:APLTeamsUtil]||Needed by classes (but ADOC) originated by APL Team||Dyalog Class||APL Team||Yes|| ||[:ADOC:ADOC]||Automated Documentation Generation||Dyalog Class||APL Team||Yes|| ||IniFiles||Dealing with INI files||Dyalog Class||APL Team||Yes|| ||[:Logger:Logger]||Writing Log Files||Dyalog Class||APL Team||Yes|| ||[:Hash:Hash]||Creating and managing hashes (key/value-pairs)||Dyalog Class||APL Team||Yes|| |
* APLAPL is a pure Dyalog project. * APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across. * Sub-projects of APLAPL '''must''' follow certain standards - see AplAplStandards for details. == Utilities == ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities || ||[[Apl2Xml|APL2XML]] || (./) || {X} ||Create XML files in order to compile them with !HelpAndManual|| ||[[Execute]] || (./) || {X} ||Start a new process or application|| ||[[Hash]] || (./) || /!\ ||Managing key/value-pairs || ||IniFiles || (./) || /!\ ||Dealing with INI files || ||[[Logger]] || (./) || /!\ ||Writing Log Files || ||ShowChmHelp || (./) || {X} ||Display help files and topics within help files || ||WindowsEventLog || (./) || {X} ||Dealing with the Windows Event Log || ||WinFile || (./) || /!\ ||Dealing with files and directories || ||WinReg || (./) || {X} ||Dealing with the Windows Registry || Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || == Tools == Tools are designed to help a developer somehow during the development process. ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || ||[[APLCode2HTML]]|| (./) || /!\ || Create HTML code in order to display APL code properly || || [[Compare]] || (./) || /!\ || Compare fns, operators and scripts]] || || ScriptManager || (./) || /!\ || GUI-tool for managing scripts || Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
Line 16: | Line 45: |
CategoryAplApl | CategoryCategory |
APL Application Programming Library (APLAPL)
Overview
- APLAPL is a pure Dyalog project.
- APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
Sub-projects of APLAPL must follow certain standards - see AplAplStandards for details.
Utilities
Name |
Windows |
Linux |
Description |
|
|
General utilities |
|
|
|
Create XML files in order to compile them with HelpAndManual |
|
|
|
Start a new process or application |
|
|
|
Managing key/value-pairs |
|
|
|
Dealing with INI files |
|
|
|
Writing Log Files |
|
|
|
Display help files and topics within help files |
|
|
|
Dealing with the Windows Event Log |
|
|
|
Dealing with files and directories |
|
|
|
Dealing with the Windows Registry |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |
Tools
Tools are designed to help a developer somehow during the development process.
Name |
Windows |
Linux |
Description |
|
|
Automated Documentation Generation |
|
|
|
Create HTML code in order to display APL code properly |
|
|
|
Compare fns, operators and scripts]] |
|
|
|
GUI-tool for managing scripts |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |