1863
Comment:
|
2055
Clarification
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
<<TableOfContents>> == Overview == |
|
Line 9: | Line 14: |
||'''Name''' ||'''Windows''' ||'''Linux''' ||'''Description''' || Type || ||[[ADOC]] || (./) || /!\ ||Automated Documentation Generation || Tool || ||[[Apl2Xml|APL2XML]] || (./) || {X} ||Create XML files in order to compile them with !HelpAndManual|| Tool || ||[[APLCode2HTML]]|| (./) || /!\ || Create HTML code in order to display APL code properly || Tool || ||[[APLTeamUtils]] || (./) || /!\ ||General utilities || Utility || || [[Compare]] || (./) || /!\ || Compare fns, operators and scripts with [[http://www.grigsoft.com/wincmp3.htm|CompareIt!]] || Tool || ||[[Execute]] || (./) || {X} ||Start a new process or application|| Utility || ||[[Hash]] || (./) || /!\ ||Managing key/value-pairs || Utility || ||IniFiles || (./) || /!\ ||Dealing with INI files || Utility || ||[[Logger]] || (./) || /!\ ||Writing Log Files || Utility || || ScriptManager || (./) || /!\ || GUI-tool for managing scripts || Tool || ||ShowChmHelp || (./) || {X} ||Display help files and topics within help files || Utility || ||WindowsEventLog || (./) || {X} ||Dealing with the Windows Event Log || Utility || ||WinFile || (./) || /!\ ||Dealing with files and directories || Utility || ||WinReg || (./) || {X} ||Dealing with the Windows Registry || Utility || |
== Utilities == |
Line 25: | Line 16: |
||Legend: <<BR>> /!\ contributor needed<<BR>> (./) fully implemented<<BR>> {*} under construction<<BR>> {X} not applicable || Tool: Supports a developer somehow <<BR>> Utility: Potentially part of an application || | ||'''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|| ||[[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 || ||WinSys || (./) || {X} ||Get information closely related to Windows || |
Line 27: | Line 29: |
Legend: <<BR>> || /!\ contributor needed || (./) fully implemented || {*} under construction || {X} not applicable || |
|
Line 28: | Line 32: |
== 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 || |
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; :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 and scripts |
|
|
|
GUI-tool for managing scripts |
Legend:
contributor needed |
fully implemented |
under construction |
not applicable |