1314
Comment:
|
2064
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was copied from CategoryAplApl | |
Line 4: | Line 5: |
* APLAPL is a pure Dyalog project. | <<TableOfContents>> == Overview == |
Line 8: | Line 11: |
* Sub-projects of APLAPL '''must''' follow certain standards - see AplAplStandards for details. | * Sub-projects of APLAPL should follow certain standards - see AplAplStandards for details. |
Line 10: | Line 13: |
<<BR>> ||<tablebgcolor="#ffe" tablestyle="font-size:small"rowclass="odd">'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities || ||<rowclass="odd">[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || |
== Utilities == ||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities; `:Include`d in many of the following scripts|| ||[[Apl2Xml|APL2XML]] || (./) || {X} ||Create an *.CHM file by creating XML files in order to compile them with !HelpAndManual|| ||[[Execute]] || (./) || {X} ||Start a new process or application|| |
Line 15: | Line 20: |
||<rowclass="odd">IniFiles || (./) || /!\ ||Dealing with INI files || | ||IniFiles || (./) || /!\ ||Dealing with INI files || |
Line 17: | Line 22: |
||<rowclass="odd">ShowChmHelp || (./) || {X} ||Display help files and topics within help files || | ||ShowChmHelp || (./) || {X} ||Display help files and topics within help files || |
Line 19: | Line 24: |
||<rowclass="odd">WinFile || (./) || /!\ ||Dealing with files and directories || | ||WinFile || (./) || /!\ ||Dealing with files and directories || |
Line 21: | Line 26: |
||WinSys || (./) || {X} ||Get information closely related to Windows || | |
Line 22: | Line 28: |
Legend: || /!\ ||contributor needed|| (./) ||fully implemented|| || {*} ||under construction|| {X} ||not applicable|| |
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, scripts and namespaces || || ScriptManager || (./) || /!\ || GUI-tool for managing scripts || Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
Line 27: | Line 45: |
CategoryOpenSourceLib - CategoryAplApl | CategoryCategory |
APL Application Programming Library (APLAPL)
Overview
- APLAPL is supposed to offer scripts (class scripts and namespace scrips) for every-day-problems programmers typically come across.
Sub-projects of APLAPL should follow certain standards - see AplAplStandards for details.
Utilities
Name |
Windows |
Linux |
Description |
|
|
General utilities; :Included in many of the following scripts |
|
|
|
Create an *.CHM file by creating 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 |
|
|
|
Get information closely related to Windows |
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, scripts and namespaces |
|
|
|
GUI-tool for managing scripts |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |