Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/969f5adcba19694d302dc862217e8d8f to your computer and use it in GitHub Desktop.
Save ryantm/969f5adcba19694d302dc862217e8d8f to your computer and use it in GitHub Desktop.
/nix/store/hb4j7q7xjjgvj2bixzm9k0lpq1y1cjy9-hdf5-1.10.6
├── bin
│   ├── gif2h5
│   ├── h52gif
│   ├── h5clear
│   ├── h5copy
│   ├── h5debug
│   ├── h5diff
│   ├── h5dump
│   ├── h5format_convert
│   ├── h5import
│   ├── h5jam
│   ├── h5ls
│   ├── h5mkgrp
│   ├── h5perf_serial
│   ├── h5redeploy
│   ├── h5repack
│   ├── h5repart
│   ├── h5stat
│   ├── h5unjam
│   └── h5watch
├── lib
│   ├── libhdf5_hl.la
│   ├── libhdf5_hl.so -> libhdf5_hl.so.100.1.3
│   ├── libhdf5_hl.so.100 -> libhdf5_hl.so.100.1.3
│   ├── libhdf5_hl.so.100.1.3
│   ├── libhdf5.la
│   ├── libhdf5.settings
│   ├── libhdf5.so -> libhdf5.so.103.2.0
│   ├── libhdf5.so.103 -> libhdf5.so.103.2.0
│   └── libhdf5.so.103.2.0
└── share
└── hdf5_examples
├── c
│   ├── h5_attribute.c
│   ├── h5_chunk_read.c
│   ├── h5_cmprss.c
│   ├── h5_compound.c
│   ├── h5_crtatt.c
│   ├── h5_crtdat.c
│   ├── h5_crtgrpar.c
│   ├── h5_crtgrp.c
│   ├── h5_crtgrpd.c
│   ├── h5_drivers.c
│   ├── h5_elink_unix2win.c
│   ├── h5_extend.c
│   ├── h5_extend_write.c
│   ├── h5_extlink.c
│   ├── h5_group.c
│   ├── h5_mount.c
│   ├── h5_rdwt.c
│   ├── h5_read.c
│   ├── h5_ref2reg.c
│   ├── h5_reference.c
│   ├── h5_select.c
│   ├── h5_shared_mesg.c
│   ├── h5_subset.c
│   ├── h5_vds.c
│   ├── h5_vds-eiger.c
│   ├── h5_vds-exc.c
│   ├── h5_vds-exclim.c
│   ├── h5_vds-percival.c
│   ├── h5_vds-percival-unlim.c
│   ├── h5_vds-percival-unlim-maxmin.c
│   ├── h5_vds-simpleIO.c
│   ├── h5_write.c
│   ├── ph5example.c
│   └── run-c-ex.sh
├── hl
│   ├── c
│   │   ├── ex_ds1.c
│   │   ├── ex_image1.c
│   │   ├── ex_image2.c
│   │   ├── ex_lite1.c
│   │   ├── ex_lite2.c
│   │   ├── ex_lite3.c
│   │   ├── ex_table_01.c
│   │   ├── ex_table_02.c
│   │   ├── ex_table_03.c
│   │   ├── ex_table_04.c
│   │   ├── ex_table_05.c
│   │   ├── ex_table_06.c
│   │   ├── ex_table_07.c
│   │   ├── ex_table_08.c
│   │   ├── ex_table_09.c
│   │   ├── ex_table_10.c
│   │   ├── ex_table_11.c
│   │   ├── ex_table_12.c
│   │   ├── image24pixel.txt
│   │   ├── image8.txt
│   │   ├── pal_rgb.h
│   │   ├── ptExampleFL.c
│   │   └── run-hlc-ex.sh
│   └── run-hl-ex.sh
├── README
└── run-all-ex.sh
7 directories, 88 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment