Utilities: Difference between revisions
Appearance
No edit summary |
|||
Line 2: | Line 2: | ||
==Source code utilities== | ==Source code utilities== | ||
* [[AGREP]] - Approximate search inside text files - Open source - Current | |||
* [[Dos2Unix]] - Converts Unix style text files to DOS/Windows/OS/2 style files and vice versa - Open source - Current | |||
* [[Exuberant ctags]] - Creates index files out of source files - Open source - Current. | |||
See also: [[Configuration management]] | See also: [[Configuration management]] | ||
;IDE's, extensions and template tools | |||
* [[VA Assist]] - Commercial - Discontinued | |||
==Linker, DLL and exe utilities== | ==Linker, DLL and exe utilities== | ||
* [[LxLite]] - Compresses executables - Open source - Current | |||
;DLL utilities | |||
* [[Above 512]] - Marks DLL's for use with high memory | * [[Above 512]] - Marks DLL's for use with high memory | ||
* [[HighMem]] - Marks DLL's for use with high memory | * [[HighMem]] - Marks DLL's for use with high memory | ||
* [[PMDLL]] - Shows all DLL's a exe or DLL will call | * [[PMDLL]] - Shows all DLL's a exe or DLL will call | ||
;Binary editors | ;Binary editors | ||
* |[[FlexEdit]] - Freeware - Current | |||
* [[HT Editor]] | * [[HT Editor]] | ||
==Porting aids== | |||
* [[The EMX Project]] - POSIX/UNIX compatibility layer - Open source - Discontinued | |||
* [[WinIco]] - Icon converter - Open source - Current | |||
==Compiler generation, language translation and interpreters== | ==Compiler generation, language translation and interpreters== | ||
;Parser generators | |||
* [[ANTLR]] - Parser generator - Runs on and generates Java code. | |||
;Source code translators | ;Source code translators | ||
* [[Ephedra]] - C/C++ to Java | * [[Ephedra]] - C/C++ to Java - Open source - Discontinued | ||
See also [[XML]] (XML parsers) | See also [[XML]] (XML parsers) | ||
==Database related utilities== | |||
* [[CDBFLite]] - Text mode DBF editor - Commercial - Current | |||
* [[DB-Fill]] Automatic fill of database tables - Commercial - Discontinued | |||
* [[PhpMyAdmin]] - MySQL web administration - Open source - Current | |||
==System utilities== | ==System utilities== | ||
====Installers==== | ====Installers==== | ||
Line 29: | Line 50: | ||
==Passwords etc== | ==Passwords etc== | ||
* [http://www.os2.cz/en/keyring-2-going-freeware KeyRing/2] | * [http://www.os2.cz/en/keyring-2-going-freeware KeyRing/2] | ||
* [[Pillarsoft Suite]] - Contains Pocket PassWord Protector - Shareware - Discontinued | |||
[[Category:Utilities]] | [[Category:Utilities]] |
Revision as of 19:03, 27 June 2016
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 - Open source - Current
- Dos2Unix - Converts Unix style text files to DOS/Windows/OS/2 style files and vice versa - Open source - Current
- Exuberant ctags - Creates index files out of source files - Open source - Current.
See also: Configuration management
- IDE's, extensions and template tools
- VA Assist - Commercial - Discontinued
Linker, DLL and exe utilities
- LxLite - Compresses executables - Open source - Current
- DLL utilities
- Above 512 - Marks DLL's for use with high memory
- HighMem - Marks DLL's for use with high memory
- PMDLL - Shows all DLL's a exe or DLL will call
- Binary editors
Porting aids
- The EMX Project - POSIX/UNIX compatibility layer - Open source - Discontinued
- WinIco - Icon converter - Open source - Current
Compiler generation, language translation and interpreters
- Parser generators
- ANTLR - Parser generator - Runs on and generates Java code.
- Source code translators
- Ephedra - C/C++ to Java - Open source - Discontinued
See also XML (XML parsers)
- CDBFLite - Text mode DBF editor - Commercial - Current
- DB-Fill Automatic fill of database tables - Commercial - Discontinued
- PhpMyAdmin - MySQL web administration - Open source - Current
System utilities
Installers
Passwords etc
- KeyRing/2
- Pillarsoft Suite - Contains Pocket PassWord Protector - Shareware - Discontinued