Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update image link in README for fossil |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk | master |
Files: | files | file ages | folders |
SHA3-256: |
13032180e6c29596e845000ee778bca9 |
User & Date: | atomicules 2018-06-09 11:21:35 |
Context
2018-06-09
| ||
11:21 | Update image link in README for fossil Leaf check-in: 13032180e6 user: atomicules tags: master, trunk | |
2018-06-05
| ||
11:26 | Formatting check-in: 5ad33f648f user: noreply@github.com tags: master, trunk | |
Changes
Changes to README.markdown.
1 2 3 4 | # Exposurses A little [exposure](http://en.wikipedia.org/wiki/Exposure_value) calculator in C and Ncurses as a learning exercise. | | | 1 2 3 4 5 6 7 8 9 10 | # Exposurses A little [exposure](http://en.wikipedia.org/wiki/Exposure_value) calculator in C and Ncurses as a learning exercise.  ## Credits - File initially based on `menu_scroll.c` from [NCURSES Programming HOWTO](http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/intro.html). - Makefile and config.mk based on [suckless](http://suckless.org/) approach. I think. (Disclaimer: the rest of the code surely isn't). |