Skip to content

Instantly share code, notes, and snippets.

View robodair's full-sized avatar

Alisdair Robertson robodair

View GitHub Profile

Development Night

Windows

Xamarin + Visual Studio + Android SDK

  • Go grab the installer from https://www.xamarin.com/download

    If you don't already have Visual studio installed make sure to grab the version of the installer with Visual Studio Bundled

    Just accept the default options when you install it for windows make sure you have the Android SDK (We'll be using API 23, which should be installed by default)

@robodair
robodair / monogame_xamarin.md
Last active February 17, 2017 23:18
Getting MonoGame and Xamarin set up on OSX

Monogame/Xamarin install

Assuming you have homebrew (you should!) https://brew.sh/

Dependencies, enter your password as required

brew cask install mono-mdk       # Mono Development Kit
brew cask install java           # Dependency of Xamarin
brew cask install xamarin        # Xamarin itself
brew cask install xamarin-studio # IDE Tools
1. Better society tooling
1. Member Management/Status/Renewal
2. Member messaging/payments, sign up with social ID's/uni email
3. Event management/ticketing
4. Charge things to member accounts (e.g. for society shirts etc)
2. Piano's around campus:
1. Mood lighting changing as you play
2. Live streaming from pianos as they are played
@robodair
robodair / CrudeBinarySearchTreeAndVisualiser.java
Last active March 21, 2016 11:48
A crude implementation of a binary search tree and nodes, with bonus visualiser thanks to StackOverflow.
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
*
* Licenced under CC-BY-SA.
* As per terms of StackOverflow when the adapted code was posted.
* @author alisdairrobertson