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