This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2026 fred <github-fred@hidzz.com> | |
| # | |
| # Distributed under terms of the BSD 3-Clause license. | |
| import os | |
| import secrets | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright (C) 2026 fred <github-fred@hidzz.com> | |
| # | |
| # Distributed under terms of the BSD 3-Clause license. | |
| import argparse | |
| import logging | |
| from dataclasses import dataclass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2024-2026 fred <github-fred@hidzz.com> | |
| # | |
| # Distributed under terms of the BSD 3-Clause license. | |
| """ | |
| Usage example: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # BSD 3-Clause License | |
| # | |
| # Copyright (c) 2023, Fred W6BSD | |
| # All rights reserved. | |
| # | |
| import logging | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # | |
| # WSJT-X FT8 Automation | |
| # /!\ The content of this file is case sensitive | |
| # | |
| ft8ctrl: | |
| my_call: W6BSD | |
| my_grid: CM87vl | |
| db_name: ~/.ft8ctl/ft8ctl.sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2024 fred <github-fred@hidzz.com> | |
| # | |
| # Distributed under terms of the BSD 3-Clause license. | |
| """ | |
| Send my GPS traces on a map. | |
| Examples: https://bsdworld.org/misc/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # vim:fenc=utf-8 | |
| # | |
| # Copyright © 2024 fred <github-fred@hidzz.com> | |
| # | |
| # Distributed under terms of the BSD 3-Clause license. | |
| """ | |
| Rename all the DXCC image with the new date format | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # BSD 3-Clause License | |
| # | |
| # Copyright (c) 2023-2024 Fred W6BSD | |
| # All rights reserved. | |
| # | |
| __doc__ = """ | |
| Read the CSV file from the iHealth heart rate monitor and generate a graph. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " | |
| " First install vim-plug using the following command | |
| " curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | |
| " https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| " | |
| " | |
| filetype plugin indent on | |
| autocmd! bufwritepost .vimrc source ~/.vimrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # BSD 3-Clause License | |
| # Copyright (c) 2023 Fred W6BSD All rights reserved. | |
| # | |
| """ | |
| `sendcard` is a companion program for e-qsl (https://pypi.org/project/e-qsl/) | |
| This program monitors a directory for an ADIF file and then calls `eqsl` | |
| with the file as an argument. |
NewerOlder