aboutsummaryrefslogtreecommitdiff
path: root/ch2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16The massive astyle sweep!zlg4-36/+8
2013-04-16Solve Exercise 3-1: binsearch2zlg1-1/+1
2013-04-06Solve Exercise 2-10: lower()zlg2-1/+33
2013-04-06Solve Exercise 2-9: bitcount()zlg1-0/+43
2013-04-04Solve Exercise 2-8: rightrot()zlg1-0/+52
2013-04-03Solve Exercise 2-07: invert()zlg1-0/+38
2013-03-31Solve Exercise 2-6: setbits()zlg1-0/+44
2013-03-27Solve Exercise 2-5: The any() functionzlg1-0/+44
2013-03-22Solve Exercise 2-04: Squeeze v2zlg1-0/+51
2013-03-02Solve Exercise 2-3: Hex to integer converterzlg1-0/+48
2013-02-28Change 2-02's solution to a while loopzlg1-11/+7
2013-02-27Solve Exercise 2-02: No logical operatorszlg1-0/+44
2013-02-21Shorten 2-01's codezlg1-22/+2
2013-02-21Correct 2-01 solutionzlg1-4/+14
2013-02-21Solve Exercise 2-01: Variable limitszlg1-0/+142
mmit/tox.ini?h=next&id=5be067edfd472238e1ce53c4b40f0a8662aed361&follow=1'>tox.ini: Update to Python 3.11 env by defaultzlg1-1/+1 2025-01-23schema1-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.