exposurses

Check-in [9b32672308]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Tweak README
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 9b32672308ffccd8540302f5ba202a5ca7404196b0d244924eaf6e6d705a8e72
User & Date: base@atomicules.co.uk 2013-09-19 21:48:25
Context
2014-02-11
12:18
Add license check-in: e260f20049 user: atomicules@users.noreply.github.com tags: master, trunk
2013-09-19
21:48
Tweak README Leaf check-in: 9b32672308 user: base@atomicules.co.uk tags: origin/master, trunk
2013-09-18
21:35
Add screenshot to README check-in: 2a307b38c7 user: base@atomicules.co.uk tags: origin/master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to README.markdown.

1
2
3
4
5

6
7
8
9
10
11
12
1
2



3
4
5
6
7
8
9
10


-
-
-
+







#Exposurses

A little learning exercise in C and Curses/NCurses

See http://en.wikipedia.org/wiki/Exposure_value
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).