Git Product home page Git Product logo

insphex's Introduction

Insphex

Insphex is a hex dump tool that shows the contents of files as a list of hexadecimal values and the correspnding ASCII characters. The program is written in Common Lisp and Interlisp, runs on the Medley Interlisp environment, and is similar to the Linux tool hexdump.

The output can go to a window with a menu of commands, like this:

Insphex output window

or to the standard output:

Insphex output window

Installation

Download the file INSPHEX from the project repo, copy it to a file system location your Medley system has access to, and optionally compile the source by evaluating the following expression at a Common Lisp Exec such as the XCL Exec:

(compile-file "INSPHEX")

Next, to load the program evaluate:

(load "INSPHEX.DFASL")

or:

(il:filesload insphex)

Usage

Once Insphex is loaded you can call the following functions and commands.

HEXDUMP

To run the program evaluate:

(INSPHEX:HEXDUMP FILENAME &OPTIONAL NEWIN-P)

where FILENAME is a file name. The function INSHPEX is exported from package INSPHEX nicknamed HX.

The output goes to *STANDARD-OUTPUT* unless the optional argument NEWIN-P is non NIL, in which case the program displays the hex dump in a separate window. The window has a menu with the following commands:

  • Next: displays the next page of output
  • Reread: redisplays the input file from the beginning
  • Exit: quits the program.

HEXDUMP Exec command

The Executive command HEXDUMP works the same way as the function INSPHEX:HEXDUMP and accepts the same arguments:

HEXDUMP FILENAME [NEWIN-P]

File Browser support

Insphex adds to the File Browser the Hexdump command that shows in separate windows the hex dump of the selected files.

Release history

See the list of releases for notes on the changes in each version.

Learn more

Author

Insphex is developed by Paolo Amoroso.

License

This code is distributed under the MIT license, see the LICENSE file.

insphex's People

Contributors

pamoroso avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.