Skip to content

Instantly share code, notes, and snippets.

View AndyQ's full-sized avatar

Andy Qua AndyQ

View GitHub Profile
//
// MRDMenuView.h
// MobileRadio
//
// Created by Steven Troughton-Smith on 29/02/2020.
// Copyright © 2020 High Caffeine Content. All rights reserved.
//
#import <UIKit/UIKit.h>
@AndyQ
AndyQ / MRDMenuView.h
Created March 1, 2020 17:48 — forked from steventroughtonsmith/MRDMenuView.h
Simplified iOS menu view wired up to UIMenuBuilder
//
// MRDMenuView.h
// MobileRadio
//
// Created by Steven Troughton-Smith on 29/02/2020.
// Copyright © 2020 High Caffeine Content. All rights reserved.
//
#import <UIKit/UIKit.h>
@AndyQ
AndyQ / conrec.js
Created January 18, 2019 08:53 — forked from sdowsland/conrec.js
/**
* Copyright (c) 2010, Jason Davies.
*
* All rights reserved. This code is based on Bradley White's Java version,
* which is in turn based on Nicholas Yue's C++ version, which in turn is based
* on Paul D. Bourke's original Fortran version. See below for the respective
* copyright notices.
*
* See http://local.wasp.uwa.edu.au/~pbourke/papers/conrec/ for the original
* paper by Paul D. Bourke.