Utilities: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(33 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
==Source code utilities== | ==Source code utilities== | ||
* [[AGREP]] - Approximate search inside text files | |||
* [[Dos2Unix]] - Converts Unix style text files to DOS/Windows/OS/2 style files and vice versa | |||
* [[Exuberant ctags]] - Creates index files out of source files | |||
;Source comparison and merging tools | |||
* cmp | |||
* [[GNU diffutils]] | |||
* [[Guiffy]] - Java based | |||
;Automatic Document Generators | |||
* [[DOC++]] - [[C]], [[C++]], [[IDL]] and [[Java]] support | |||
* [[RexxLiterate]] - Automatic document generator in/for [[Object REXX]] | |||
See also: [[Configuration management]] | See also: [[Configuration management]] | ||
;IDEs, extensions and template tools | |||
* [[Pillarsoft Suite]] - Contains a code template tool extensible language support | |||
* [[VA Assist]] | |||
; Pre-processors or macro processors | |||
* [[ML/I]] - Text preprocessor | |||
* [[PPWizard]] - Text preprocessor for [[HTML]] or [[GML]] use | |||
==Linker, DLL and exe utilities== | ==Linker, DLL and exe utilities== | ||
* [[Above 512]] - Marks | * [[LxLite]] - Compresses executables | ||
* [[HighMem]] - Marks | ;DLL utilities | ||
* [[PMDLL]] - Shows all | * [[Above 512]] - Marks DLLs for use with high memory | ||
* [[HighMem]] - Marks DLLs for use with high memory | |||
* [[PMDLL]] - Shows all DLLs a exe or DLL will call | |||
;Resource editors etc. | |||
* [[Dialog Editor]] | |||
;Binary editors | ;Binary editors | ||
* |[[FlexEdit]] | |||
* [[HT Editor]] | * [[HT Editor]] | ||
==Porting aids== | |||
* [[The EMX Project]] - POSIX/UNIX compatibility layer | |||
* [[WinIco]] - Icon converter | |||
==Compiler generation, language translation and interpreters== | ==Compiler generation, language translation and interpreters== | ||
;Scanner generators | |||
* [[flex]] | |||
* [[Lex]] | |||
;Parser generators | |||
* [[ANTLR]] - Parser generator - Runs on and generates Java code. | |||
* [[YACC]] | |||
;Source code translators | |||
* [[Ephedra]] - C/C++ to Java | |||
See also [[XML]] (XML parsers) | |||
==Translation and internationalisation== | |||
* GNU [[Gettext]] | |||
==Database related utilities== | |||
* [[CDBFLite]] - Text mode DBF editor | |||
* [[DB-Fill]] Automatic fill of database tables | |||
* [[PhpMyAdmin]] - MySQL web administration | |||
* [[SQLite Browser]] - Visually edit & create SQLite databases | |||
==System utilities== | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
====Document viewers==== | |||
* [[Lucide]] (PDF, DjVu & JPEG) | |||
====INI file editors==== | |||
*INIEdit | |||
* [[INIEdit/2]] | |||
====Installers==== | |||
* [[Feature Installer]] | |||
* [[Installer/2]] | |||
* [[InstallSHIELD]] | |||
* [[SFX Installer]] | |||
* [[WarpIN]] | |||
* [[WiseMachine]] | |||
====Web browsers==== | |||
* [[Netscape Navigator]] | |||
* [[WebExplorer]] | |||
;Utility packages | |||
* [[GNU shell utilities]] | |||
</div> | |||
==File and archive related== | |||
* [[Info-Zip]] - Zip and UnZip file archivers/compressors | |||
==Hardware related utilities== | ==Hardware related utilities== | ||
* [[ | * [http://www.ecsoft2.org/hwman-os2-hardware-manager-replacement-class HWman] | ||
==Passwords etc== | |||
* [http://www.os2.cz/en/keyring-2-going-freeware KeyRing/2] | |||
* [[Pillarsoft Suite]] - Contains Pocket Password Protector | |||
[[Category:Utilities]] | [[Category:Utilities]] |
Latest revision as of 07:53, 18 December 2019
Utilities and other tools and tool kits for programmers that are either language neutral or at the least support more than one programming language, utilities that are specific to a programming language or a tool are listed from the respective language page or the page for the tool that it targets.
Source code utilities
- AGREP - Approximate search inside text files
- Dos2Unix - Converts Unix style text files to DOS/Windows/OS/2 style files and vice versa
- Exuberant ctags - Creates index files out of source files
- Source comparison and merging tools
- cmp
- GNU diffutils
- Guiffy - Java based
- Automatic Document Generators
- DOC++ - C, C++, IDL and Java support
- RexxLiterate - Automatic document generator in/for Object REXX
See also: Configuration management
- IDEs, extensions and template tools
- Pillarsoft Suite - Contains a code template tool extensible language support
- VA Assist
- Pre-processors or macro processors
Linker, DLL and exe utilities
- LxLite - Compresses executables
- DLL utilities
- Above 512 - Marks DLLs for use with high memory
- HighMem - Marks DLLs for use with high memory
- PMDLL - Shows all DLLs a exe or DLL will call
- Resource editors etc.
- Binary editors
Porting aids
- The EMX Project - POSIX/UNIX compatibility layer
- WinIco - Icon converter
Compiler generation, language translation and interpreters
- Scanner generators
- Parser generators
- Source code translators
- Ephedra - C/C++ to Java
See also XML (XML parsers)
Translation and internationalisation
- GNU Gettext
- CDBFLite - Text mode DBF editor
- DB-Fill Automatic fill of database tables
- PhpMyAdmin - MySQL web administration
- SQLite Browser - Visually edit & create SQLite databases
System utilities
Document viewers
- Lucide (PDF, DjVu & JPEG)
INI file editors
- INIEdit
- INIEdit/2
Installers
Web browsers
- Utility packages
- Info-Zip - Zip and UnZip file archivers/compressors
Passwords etc
- KeyRing/2
- Pillarsoft Suite - Contains Pocket Password Protector