Skip to content

Instantly share code, notes, and snippets.

View annard's full-sized avatar
📡
PB5A / EI4IQB

Annard Brouwer annard

📡
PB5A / EI4IQB
View GitHub Profile
@annard
annard / IE Aviation.s1b
Last active August 30, 2022 13:34
SDRPlay memory banks for SDRUno covering for Ireland 2m+70cm repeaters, aviation, marine and Dublin FM radio
11810000,Y,AM,Abbeyfeale,,,8000,AntB
12345000,Y,AM,Air to Air chat,,,8000,AntB
12850000,Y,AM,Aldergrove approach,,,8000,AntB
12300000,Y,AM,Aran islands,,,8000,AntB
13573500,Y,AM,Athlone,,,8000,AntB
12240000,Y,AM,Bantry,,,8000,AntB
12283000,Y,AM,Belfast City tower,,,8000,AntB
12360000,Y,AM,Belmullet,,,8000,AntB
12295000,Y,AM,Birr,,,8000,AntB
13160500,Y,AM,Carlow,,,8000,AntB
@annard
annard / memory_processor.py
Last active March 31, 2021 21:11
Helper program for SDRUno memory bank files provided by Mike KD2KOG. Converts antenna values in the S1B files provided in the input directory. Puts the resulting files in the output directory using Python 3. The definition is set in the global variables where you can define the frequency range for each antenna if you have an RSPDuo.
import os
import getopt
import sys
import csv
# Atenna definitions as used by SDRuno
ANT_A = 'AntA'
ANT_B = 'AntB'
# Frquency ranges for the above antenna definitions.
ANT_A_BOUNDS = range(25000000 - 1)

Keybase proof

I hereby claim:

  • I am annard on github.
  • I am annard (https://keybase.io/annard) on keybase.
  • I have a public key ASA6MZaav8Qfh4qkdoWmK24HZHREG3aEIV3xauk1miXalQo

To claim this, I am signing this object:

@annard
annard / Import Instapaper CSV.applescript
Last active September 20, 2019 20:29
Import Instapaper articles (exported as CSV from their site) using Numbers into DEVONthink Pro (Office). The web pages will be imported as PDF documents. The folder structure of Instapaper will be replicated in an "Instapaper" top level group for the currently open database.
-- Use Instapaper to export a CSV file of your articles.
-- Must have Numbers to open it in.
-- Will create PDF documents in /Instapaper/<your folder in Instapaper> groups.
-- Be sure to select an open database in DT Pro before you run this.
--
-- Created by Annard Brouwer, 24/08/2014
--
-- This program is free software released "as-is"; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
-- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-- Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
@annard
annard / Generate Random Classical Music Playlist.applescript
Last active April 29, 2019 22:01
"Generate random music playlist" for iTunes: allows you to do random classical albums based on the movements which is impossible using the iTunes shuffle play and smart scripts. A great way to fill up your iDevice with a decent collection of classical music!
(*
"Generate random classical music playlist" for iTunes
written by Annard Brouwer (10/05/2014)
based on:
"Play Random Album" for iTunes
originally written by Paul Withey
updated by Doug Adams