Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 16:21
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/7fd9aad96f7f3672b6dfe06f1245d5be to your computer and use it in GitHub Desktop.
Save ryantm/7fd9aad96f7f3672b6dfe06f1245d5be to your computer and use it in GitHub Desktop.
/nix/store/xw4in08n2dj4kly4r4i9dhrzsd9zcdvz-gnu-apl-1.8
├── bin
│   ├── AP100
│   ├── AP210
│   ├── apl
│   └── APserver
├── etc
│   └── gnu-apl.d
│   ├── keyboard1.txt
│   ├── parallel_thresholds
│   └── preferences
├── lib
│   └── apl
│   ├── libemacs.la
│   ├── libemacs.so -> libemacs.so.0.0.0
│   ├── libemacs.so.0 -> libemacs.so.0.0.0
│   ├── libemacs.so.0.0.0
│   ├── lib_file_io.la
│   ├── lib_file_io.so
│   ├── lib_sql.la
│   ├── lib_sql.so -> lib_sql.so.0.0.0
│   ├── lib_sql.so.0 -> lib_sql.so.0.0.0
│   ├── lib_sql.so.0.0.0
│   ├── lib_template_F0.la
│   ├── lib_template_F0.so
│   ├── lib_template_F12.la
│   ├── lib_template_F12.so
│   ├── lib_template_OP1.la
│   ├── lib_template_OP1.so
│   ├── lib_template_OP2.la
│   ├── lib_template_OP2.so
│   ├── workspaces
│   │   ├── APL_CGI.apl
│   │   ├── gnuplot.apl
│   │   ├── RUBIK.apl
│   │   ├── ScalarBenchmark.apl
│   │   └── SCRIPT.apl
│   ├── wslib3
│   │   └── meta.apl
│   ├── wslib4
│   │   └── dummy.apl
│   └── wslib5
│   ├── APLComponentFiles
│   │   ├── AUTHORS
│   │   ├── CF_README.txt
│   │   ├── ComponentFiles.apl
│   │   ├── LAST_GIT_PULL
│   │   ├── LICENSE
│   │   ├── README_FIRST.txt
│   │   ├── README.md
│   │   └── SQL_README.txt
│   ├── FILE_IO.apl
│   ├── HTML.apl
│   ├── iso-apl-cf
│   │   ├── AUTHORS
│   │   ├── _control_.apl
│   │   ├── iso_cf.apl
│   │   ├── LAST_GIT_PULL
│   │   ├── _metadata_
│   │   ├── perf.apl
│   │   ├── README.md
│   │   └── test.apl
│   └── SQL.apl
└── share
├── doc
│   ├── apl
│   │   ├── apl.1
│   │   ├── APL-Communication-Cookbook.html
│   │   ├── apl.html
│   │   ├── apl.info
│   │   ├── apl_js.apache2
│   │   ├── apl_js.html
│   │   ├── APL_keyboard2.html
│   │   ├── APL_keyboard.html
│   │   ├── APL-on-Macintosh.pdf
│   │   ├── apl.texi
│   │   ├── glade-0.png
│   │   ├── glade-1.png
│   │   ├── glade-2.png
│   │   ├── glade-3.png
│   │   ├── glade-4.png
│   │   ├── GNU-APL-Memory-Management.html
│   │   ├── libapl.html
│   │   ├── libapl.info
│   │   ├── libapl.texi
│   │   ├── PLOT_circle.png
│   │   ├── PLOT_zigzag.png
│   │   ├── Quad-GTK.html
│   │   ├── README
│   │   ├── README-10-python
│   │   ├── README-1-prerequisites
│   │   ├── README-2-configure
│   │   ├── README-3-keyboard
│   │   ├── README-4-compliance
│   │   ├── README-5-WINDOWS
│   │   ├── README-6-porting
│   │   ├── README-7-more-info
│   │   ├── README-8-parallel
│   │   ├── README-9-post-installation
│   │   ├── SQL.apl
│   │   └── wsock.js
│   └── support-files
│   ├── 105-key-International-Keyboard
│   │   └── keyboard1.txt
│   ├── apl.vim
│   ├── Dirk
│   │   ├── rules-evdev.lst
│   │   ├── rules-evdev.xml
│   │   ├── symbols-apl
│   │   ├── symbols-us
│   │   └── systemwide_xkb.txt
│   ├── Dyalog-Keyboard
│   │   ├── apl.xkb
│   │   ├── apl.xmodmap
│   │   ├── apl.xmodmap-alexweiner
│   │   ├── keyboard1.txt
│   │   ├── keyboard.txt
│   │   └── README
│   ├── Jürgen-Mint-19
│   │   ├── README
│   │   └── us
│   ├── old-Keyboard
│   │   ├── apl.loadkeys
│   │   ├── apl.xkb
│   │   ├── apl.xkm
│   │   ├── apl.xmodmap
│   │   ├── keyboard1.txt
│   │   └── keyboard.txt
│   ├── OS-X-Keyboard
│   │   └── MacAplAlt.keylayout
│   ├── Unicomp-Keyboard
│   │   ├── apl.xkb
│   │   ├── apl.xkb.txt
│   │   ├── Unicomp1.jpg
│   │   └── Unicomp2.jpg
│   └── WASD-Keyboard
│   ├── apl.xkb
│   ├── apl.xkb.txt
│   └── wasd-inkscape-104-paths.svg.zip
├── info
│   ├── apl.info
│   └── libapl.info
└── man
└── man1
└── apl.1.gz
26 directories, 118 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment