all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Check/understand the Fortran Binary file format specification with Emacs.
@ 2022-03-17 14:21 Hongyi Zhao
  2022-03-17 14:49 ` Manuel Giraud
  0 siblings, 1 reply; 3+ messages in thread
From: Hongyi Zhao @ 2022-03-17 14:21 UTC (permalink / raw)
  To: help-gnu-emacs

I've a FORTRAN Binary file [1], and I want to check/understand what's
in the file, so that I can read it with FORTRAN/python, etc. The first
thing is to find and confirm the file format specification used by it.

Any hints for achieving this aim with Emacs?

[1] https://github.com/hongyi-zhao/irvsp/blob/master/IRVSPDATA/kLittleGroups/kLG_1.data

Regards
-- 
Assoc. Prof. Hongsheng Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Check/understand the Fortran Binary file format specification with Emacs.
  2022-03-17 14:21 Check/understand the Fortran Binary file format specification with Emacs Hongyi Zhao
@ 2022-03-17 14:49 ` Manuel Giraud
  2022-03-17 15:47   ` Hongyi Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Manuel Giraud @ 2022-03-17 14:49 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: help-gnu-emacs

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> Any hints for achieving this aim with Emacs?

The file is small and can be opened using `hexl-find-file' which is
Emacs' hexadecimal editor.

Best regards,
-- 
Manuel Giraud



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Check/understand the Fortran Binary file format specification with Emacs.
  2022-03-17 14:49 ` Manuel Giraud
@ 2022-03-17 15:47   ` Hongyi Zhao
  0 siblings, 0 replies; 3+ messages in thread
From: Hongyi Zhao @ 2022-03-17 15:47 UTC (permalink / raw)
  To: Manuel Giraud; +Cc: help-gnu-emacs

On Thu, Mar 17, 2022 at 10:49 PM Manuel Giraud <manuel@ledu-giraud.fr> wrote:
>
> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
>
> > Any hints for achieving this aim with Emacs?
>
> The file is small and can be opened using `hexl-find-file' which is
> Emacs' hexadecimal editor.

Nice. It does the trick.

Best regards,
HY



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-17 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17 14:21 Check/understand the Fortran Binary file format specification with Emacs Hongyi Zhao
2022-03-17 14:49 ` Manuel Giraud
2022-03-17 15:47   ` Hongyi Zhao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.