index
:
elements-ocaml
master
Fuzzy search the periodic table
Peter McGoron
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
store NULL when an element's discovery year is "Ancient"
Peter McGoron
1
-0
/
+1
2021-08-13
Use lowercase for all element names and symbols
Peter McGoron
1
-5
/
+6
2021-08-13
makedb: fix "searchtable" being refered to its old name "cache"
Peter McGoron
1
-1
/
+1
2021-08-13
makedb: split newlines for each value and parameter
Peter McGoron
1
-14
/
+50
2021-08-13
use Arg.bad instead of Failure exception when positional atomic number arguments
Peter McGoron
1
-1
/
+4
2021-08-13
add documentation; add search over atomic number
Peter McGoron
1
-3
/
+18
2021-08-10
change 'cache' to 'searchtable' in database
Peter McGoron
1
-4
/
+4
2021-08-10
generate database from command line arguments
Peter McGoron
1
-3
/
+16
2021-08-10
add command line arguments parser
Peter McGoron
1
-2
/
+39
2021-08-08
makedb: properly add cache
Peter McGoron
1
-9
/
+10
2021-08-08
makedb: make cached automaton
Peter McGoron
2
-8
/
+38
2021-08-08
makedb: finalize stmt
Peter McGoron
1
-2
/
+4
2021-08-08
makedb: add cache table
Peter McGoron
1
-1
/
+5
2021-08-08
use sqlite to store table
Peter McGoron
4
-27
/
+56