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:
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 |
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) |
I hereby claim:
To claim this, I am signing this object:
-- 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. |
(* | |
"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 |