| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add searching by element nameHEADmaster | 2021-08-13 | 3 | -2/+139 | |
| | | |||||
| * | store NULL when an element's discovery year is "Ancient" | 2021-08-13 | 1 | -0/+1 | |
| | | | | | | | | | The only elements that do not have a discovery year are those that have been known for about as long as we have historical records. It is highly unlikely that we will discover a new element that will not have a definite year of discovery, so NULL can be used to refer to elements so old nobody knows who discovered it first. | ||||
| * | Use lowercase for all element names and symbols | 2021-08-13 | 1 | -5/+6 | |
| | | | | | | | | The matching algorithm will work better when all names are normalized. For instance, a search of "iorn" will not list "iron" in the first three matches, but a search of "Iorn" will have "iron" as the first match. | ||||
| * | makedb: fix "searchtable" being refered to its old name "cache" | 2021-08-13 | 1 | -1/+1 | |
| | | |||||
| * | makedb: split newlines for each value and parameter | 2021-08-13 | 1 | -14/+50 | |
| | | |||||
| * | use Arg.bad instead of Failure exception when positional atomic number arguments | 2021-08-13 | 1 | -1/+4 | |
| | | |||||
| * | add documentation; add search over atomic number | 2021-08-13 | 1 | -3/+18 | |
| | | |||||
| * | change 'cache' to 'searchtable' in database | 2021-08-10 | 1 | -4/+4 | |
| | | |||||
| * | generate database from command line arguments | 2021-08-10 | 1 | -3/+16 | |
| | | |||||
| * | add command line arguments parser | 2021-08-10 | 1 | -2/+39 | |
| | | |||||
| * | makedb: properly add cache | 2021-08-08 | 1 | -9/+10 | |
| | | |||||
| * | makedb: make cached automaton | 2021-08-08 | 2 | -8/+38 | |
| | | |||||
| * | makedb: finalize stmt | 2021-08-08 | 1 | -2/+4 | |
| | | |||||
| * | makedb: add cache table | 2021-08-08 | 1 | -1/+5 | |
| | | |||||
| * | use sqlite to store table | 2021-08-08 | 4 | -27/+56 | |
| | | |||||
| * | preprocess periodic table data | 2021-08-08 | 7 | -0/+2692 | |
