Table: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
[[image:table.png|thumb]]
[[image:|thumb]]
{{Software
|Picture=table.png
|Version=1.2.0 (2001-08-08)
|Vendor=
|Author=[https://github.com/OS2World/UTIL-Table Source Code Git]
|License=GNU GPL
|Download=[http://web.archive.org/web/20101109093333/http://www.os2world.com/goran/zip/table120en.zip Version 1.2.0 (2001-08-08)]
[https://github.com/OS2World/UTIL-Table Source Code Git]
|Website=N/A
}}
 
Table is 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. Result can be copied to Clipboard or saved to file.
Table is 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. Result can be copied to Clipboard or saved to file.
Table is available in English and Swedish (thanks to Björn Söderström).
Table is available in English and Swedish (thanks to Björn Söderström).
Line 6: Line 17:


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.
==Download==
* [http://web.archive.org/web/20101109093333/http://www.os2world.com/goran/zip/table120en.zip (Version 1.2.0, 2001-08-08)]
* [https://github.com/OS2World/UTIL-Table Source Code Git]
==License==
Open Source under the GNU GPL License.
==Author==
[[Goran Ivankovic‎]]


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 03:36, 18 July 2019

[[image:|thumb]]

Table
Version 1.2.0 (2001-08-08)
Vendor
Author Source Code Git
License GNU GPL
Download Version 1.2.0 (2001-08-08)

Source Code Git

Website N/A


Table is 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. 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.