From e07d42c6452e72de7b13627286238ea3589f4b94 Mon Sep 17 00:00:00 2001 From: zevav Date: Fri, 12 Jun 2020 11:43:32 +0200 Subject: [PATCH] readme TODOs updated --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8168af..e6d4bef 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,25 @@ A command line application and Python library for generating binary numbers for ```make_binary_problems ``` ## TODO -- add nice spacing for easy reading +- add nice spacing and typography for easy reading - pdf options - problem numbers [true] - number of columns [auto] - font - include column labels - print +- addition +- subtraction +- mult? div? +- hex? ### Other Projects That Could Depend On This - do the problems online/on computer - a website to serve these up and let people use them for free - a web API that serves it, so people can do that programmatically + - a snail mail service? + - https://developers.lulu.com/price-calculator + - if there's going to be exercises in the browser, + - parseInt('0101', 2) + - maybe re-implement in Javascript so all computation and rendering is done on the client + - [PDF rendering in the browser](https://pspdfkit.com/blog/2018/render-pdfs-in-the-browser-with-pdf-js/)