Ticket created by ~jeffpc on ~jeffpc/libjeffpc
In some programs, it is common to check whether a year is leap.
idea added by ~jeffpc on ~jeffpc/hlog
Ticket created by ~jeffpc on ~jeffpc/hlog
Instead of a hand-crafted structure, consider using an in-memory sqlite database.
Ticket created by ~jeffpc on ~jeffpc/hlog
Instead of a hand-crafted index that uses rbtrees, consider using an in-memory sqlite3 database. In addition to not having to limit ourselves to indexing on what's easy enough to implement by hand, we could expose a SQL interface to allow answering questions like "what are all the (uuids of) QSOs made with "?
Comment by ~jeffpc on ~jeffpc/hlog
Field added to
struct qso
. It can be set in hlog with the newsection
command. Exporting the QSO to ADIF will produce the expectedmy_arrl_sect
andarrl_sect
fields. Finally, saving the qso as HLQ0 will error out since it doesn't support the field.Field added in e31b1300d4df. New hlog command added in ecf430d9eee4.
REPORTED
RESOLVED IMPLEMENTED