Table: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
|Author=[[Goran Ivankovic]] | |Author=[[Goran Ivankovic]] | ||
|License=GNU GPL | |License=GNU GPL | ||
|Download= | |Download=table120en.zip | ||
}} | }} | ||
Table is a combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ASCII representations of a string. You can enter string to convert, or paste from Clipboard. The result can be copied to Clipboard or saved to file. | Table is a combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ASCII representations of a string. You can enter string to convert, or paste from Clipboard. The result can be copied to Clipboard or saved to file. | ||
| Line 13: | Line 12: | ||
Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx. | Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx. | ||
==Links== | |||
* https://github.com/OS2World/UTIL-Table | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
Latest revision as of 17:59, 16 December 2022
| Table | |
|---|---|
| Version | 1.2.0 (2001-08-08) |
| Vendor | |
| Author | Goran Ivankovic |
| License | GNU GPL |
| Download | table120en.zip |
| Website | |
Table is a combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ASCII representations of a string. You can enter string to convert, or paste from Clipboard. The result can be copied to Clipboard or saved to file. Table is available in English and Swedish (thanks to Björn Söderström).
If you have two prepared system code pages, you can switch between them and convert and display string.
Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx.