index
:
sd
master
Very efficient flash cards app using Go and SQLite
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sd.go
Age
Commit message (
Expand
)
Author
2022-03-30
Weigh incorrect answers more heavily
Anthony Wang
2022-03-30
Add > prompt for key
Anthony Wang
2022-03-29
Change segmentTree member functions to uppercase
Anthony Wang
2022-03-29
Return from main function instead of os.exit
Anthony Wang
2022-03-29
Seed RNG if not debugging
Anthony Wang
2022-03-29
More debug logging
Anthony Wang
2022-03-28
Run gofumpt on everything
Anthony Wang
2022-03-28
Move segment tree to separate file
Anthony Wang
2022-03-28
Use seg[1] to keep track of sum instead of a sum var
Anthony Wang
2022-03-28
Make more of the output debugging output
Anthony Wang
2022-03-28
Use struct for segmentTree
Anthony Wang
2022-03-28
Verbose logging
Anthony Wang
2022-03-28
Ask for user confirmation before showing val
Anthony Wang
2022-03-28
Remove extra ints in function declarations
Anthony Wang
2022-03-28
Correctly upate database by maing sure it isn't locked
Anthony Wang
2022-03-28
Choose random cards
Anthony Wang
2022-03-28
Build segtree from sqlite file
Anthony Wang
2022-03-27
Add segment tree implementation
Anthony Wang
2022-03-27
Don't use golang.org/x/term
Anthony Wang
2022-03-27
Run go mod tidy
Anthony Wang
2022-03-27
Add golang.org/x/term module for raw input
Anthony Wang
2022-03-27
Add file with main function
Anthony Wang