~jeffpc

https://www.josefsipek.net

Trackers

~jeffpc/libjeffpc

Last active 15 days ago

~jeffpc/aaa

Last active 15 days ago

~jeffpc/hlog

Last active 2 months ago

~jeffpc/blahgd

Last active 3 months ago

~jeffpc/fox

Last active 8 months ago

~jeffpc/avr-common

Last active 8 months ago

#20 time: add is_leap_year helper 15 days ago

feature added by ~jeffpc on ~jeffpc/libjeffpc

#20 time: add is_leap_year helper 15 days ago

Ticket created by ~jeffpc on ~jeffpc/libjeffpc

In some programs, it is common to check whether a year is leap.

#48 Consider using sqlite3 for in-memory POTA/SOTA data 2 months ago

idea added by ~jeffpc on ~jeffpc/hlog

#48 Consider using sqlite3 for in-memory POTA/SOTA data 2 months ago

Ticket created by ~jeffpc on ~jeffpc/hlog

Instead of a hand-crafted structure, consider using an in-memory sqlite database.

#47 Consider using sqlite3 for in-memory index 2 months ago

idea added by ~jeffpc on ~jeffpc/hlog

#47 Consider using sqlite3 for in-memory index 2 months ago

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 "?

#40 HLQ: add ARRL section field 2 months ago

Comment by ~jeffpc on ~jeffpc/hlog

Field added to struct qso. It can be set in hlog with the new section command. Exporting the QSO to ADIF will produce the expected my_arrl_sect and arrl_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

#46 contest: rig freq & mode events 2 months ago

feature added by ~jeffpc on ~jeffpc/hlog

#46 contest: rig freq & mode events 2 months ago

Ticket created by ~jeffpc on ~jeffpc/hlog

Contest scripts may be interested in any changes to the frequency or mode while a contact is in progress.

#45 contest: centralize band & mode sanity check 2 months ago

idea added by ~jeffpc on ~jeffpc/hlog