A simple Morphic tool for Squeak that allows users to convert between hexadecimal and ASCII text using a split panel UI.
- Convert hex text to ASCII and vice versa
- User-friendly Morphic interface with split panels
- Real-time conversion
- Validates hex input
- Open the Monticello Browser in Squeak
- Add a new repository with the following details:
- Type:
MCHttpRepository
- Location:
http://www.squeaksource.com/Hexconverter
- User: (leave empty)
- Password: (leave empty)
- Type:
- Select the repository and click "Open"
- Find and load the latest version of the
Hexconverter
package
MCHttpRepository
location: 'http://www.squeaksource.com/Hexconverter'
user: ''
password: ''
After installation, open the Hexconverter tool:
Hexconverter open.
Type hex values in the top panel to see the ASCII conversion in the bottom panel, or vice versa.
This software is provided as-is under the MIT License.