aboutsummaryrefslogtreecommitdiff
path: root/ch1
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2022-01-24 12:57:59 -0800
committerzlg <zlg@zlg.space>2022-01-24 12:57:59 -0800
commitd7aade6d78b8b307861875b9319a69bae1460fd6 (patch)
tree1207d08c891474690e6f0139c0f537a540e7447c /ch1
parentREADME.mdown: Add some extra bits about the project (diff)
downloadknr-d7aade6d78b8b307861875b9319a69bae1460fd6.tar.gz
knr-d7aade6d78b8b307861875b9319a69bae1460fd6.tar.bz2
knr-d7aade6d78b8b307861875b9319a69bae1460fd6.tar.xz
knr-d7aade6d78b8b307861875b9319a69bae1460fd6.zip
README.mdown: Add Roadmap sectionHEADmaster
The exercises may be completed, but that doesn't mean the work is over! I'll need to verify the correctness of the later exercises, and will someday comb over the messier solutions that I'm less satisfied with. I'd like to put together a modern set of solutions, too, to illustrate how C has improved over the years. Outside interest will determine whether this is pursued.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
e519b5d&follow=1'>schema1-to-2.py: Add shebang because I'm a doofuszlg1-0/+2 2023-09-22scripts: Add schema v1->v2 migration scriptzlg2-9/+85 This script adds three columns to the schema, supporting the "Purchased", "Beaten", and "Completed" note headers. They are now converted to a UNIX timestamp and stored in a separate column so queries made against that metadata are easier. The library itself still needs to support all the new columns.