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
// Required namespaces | |
using System; | |
using System.Collections.Generic; | |
using System.Net.Http; | |
using System.Threading.Tasks; | |
using HtmlAgilityPack; // Make sure to add HtmlAgilityPack via NuGet | |
namespace DXLog.net | |
{ | |
public class ContestSubmission : IScriptClass |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>TM00XX - Special Event Station</title> | |
<!-- When updating your page afterwards, dependencies are not saved in "source mode". don't forget to paste them again at the top --> | |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css"/> | |
<!-- end dependencies --> |
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
#GLOBAL | |
Version 1.0 | |
#WINDOWS | |
Window 0 1 FrmSummary 1 -1 -3 326 311 10 0 | |
Font Courier New | |
Flag | |
Title 5 | |
Colors FF708090 FFF8F8FF FF696969 FFF8F8FF FF696969 FFF8F8FF FFFFA500 FFA9A9A9 FFFFFFFF FF008080 FFFFFFFF 0 0 0 0 0 0 0 0 0 | |
End | |
Window 1 0 FrmCheckCall 0 794 92 230 269 10 0 |
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
//INCLUDE_ASSEMBLY System.dll | |
//INCLUDE_ASSEMBLY System.Windows.Forms.dll | |
using System; | |
using System.Windows.Forms; | |
namespace DXLog.net | |
{ | |
public class ScriptLotw : ScriptClass |
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
# SPDX-License-Identifier: GPL-3.0-or-later | |
import select | |
import serial | |
import sys | |
import time | |
def wpm_to_millis(wpm): | |
return 60000/(wpm*50) |
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
#!/bin/zsh | |
# Automation script to convert all wav sounds with Nuntis's paradigm to RAW | |
# First, we sort every sound into a correct directory | |
echo -e """ | |
_____ _____ _____ ___ _____ _____ _____ _____ _____ | |
|__ | __| | |_ | __| _ | __ | __| __ | | |
| __|__ | | _|__ | | __ -| __| -| | |
|_____|_____|__|__|___|_____|__|__|_____|_____|__|__| |
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
#!/bin/zsh | |
# | |
# Script to get simple cw macros or free typing on the ICOM IC-705 | |
# | |
# Make sure CI-V Transceive is ON and USB Echo Back is OFF | |
callsign=TM22YOTA | |
echo -e "Welcome. Press CTRL+C to exit...\n" | |
while true | |
do | |
echo "CW: " |