I hereby claim:
- I am mgiugliano on github.
- I am mgiugliano (https://keybase.io/mgiugliano) on keybase.
- I have a public key ASDtdt_3ZTyQ0Gfy2MxCahfC-JYG8JxEAmvNW3a8m211yAo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # | |
| # Demo of how to bidirectionally synchronize SDR++ (running with a hardware or | |
| # remote SDR hardware) with a physical radio connected to the computer by | |
| # CAT control. | |
| # This requires to install the following software: | |
| # - hamlib (https://hamlib.github.io/hamlib/), which is used to control the radio with CAT commands, by | |
| # . rigctld (https://hamlib.github.io/hamlib/rigctld.1.html) |
| # | |
| # Minimal code for an audio file player BOT in a voice channel | |
| # | |
| # Entirely based on the example from Rapptz (that was NOT working for me) | |
| # https://github.com/Rapptz/discord.py/blob/master/examples/basic_voice.py | |
| # | |
| # Nov 15 2022 | |
| import asyncio | |
| import discord |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "localise": { | |
| "thousand_delimiter": ",", | |
| "decimal_delimiter": "." | |
| }, | |
| "gui": { | |
| "no_recent_docs": "Nessun documento recente", | |
| "words": "%s parole", | |
| "words_last_month": "parole nell'ultimo mese", | |
| "file_words": "parole", |
| document.addEventListener('DOMContentLoaded', function() { | |
| $.ajax({ | |
| url: 'https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css', | |
| success: function(css) { | |
| $("<style></style>").appendTo('head').html(css); | |
| } | |
| }); | |
| }); |