exposurses

Check-in [13032180e6]
Login

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: 13032180e6c29596e845000ee778bca92355cd4bb04ec76000e9c8d5280f0265
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
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.markdown.

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.

![](./exposurses.png)

## 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).




|





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.

![](./raw/c70323097b31f49599e3550abef6621d1db05a54248e2cdda001a5f8e1000b2d?m=image/png)

## 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).