https://github.com/hdfgroup/hdf5-poker
Everything you've ever wanted to know about the HDF5 file format (but didn't dare ask).
https://github.com/hdfgroup/hdf5-poker
format hdf5 specification
Last synced: about 1 year ago
JSON representation
Everything you've ever wanted to know about the HDF5 file format (but didn't dare ask).
- Host: GitHub
- URL: https://github.com/hdfgroup/hdf5-poker
- Owner: HDFGroup
- Created: 2023-01-23T01:07:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T02:28:40.000Z (over 3 years ago)
- Last Synced: 2025-02-12T18:32:19.489Z (over 1 year ago)
- Topics: format, hdf5, specification
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Texas Hold'Em - Free HDF5 Poker
The purpose of this repository is to provide tools elucidating the [HDF5 file format specification](https://docs.hdfgroup.org/hdf5/develop/_f_m_t3.html). This is achieved through a suitable set of GNU poke [pickles](https://www.jemarch.net/poke-3.0-manual/html_node/Pickles.html#Pickles) and [scripts](https://www.jemarch.net/poke-3.0-manual/html_node/Writing-Binary-Utilities.html#Writing-Binary-Utilities).

## Resources
- [GNU poke](https://www.gnu.org/software/poke/)
- [Introduction to GNU poke - YouTube](https://www.youtube.com/watch?v=KZ8meNZ_IhY)
- [Pokology](https://pokology.org/)
- [GNU poke Manual](https://www.jemarch.net/poke-3.0-manual/poke.pdf)
- [Practical Common Lisp](https://gigamonkeys.com/book/)