Skip to content

Instantly share code, notes, and snippets.

View shanempope's full-sized avatar

shane pope shanempope

View GitHub Profile
@shanempope
shanempope / Xamarin.Forms custom Dialog Alert service
Last active February 14, 2020 08:28
xamarin forms dialog service
~
### Keybase proof
I hereby claim:
* I am shanempope on github.
* I am shanempope (https://keybase.io/shanempope) on keybase.
* I have a public key ASAN_9cdvc5tS4VK8BRmM9Os5aZhf4HU0FQ5DRgMKr8soAo
To claim this, I am signing this object:
@shanempope
shanempope / darkice-install-pi.sh
Last active February 25, 2019 06:18
build and install darkice with mp3 support on debian/raspbian stretch
echo "deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libmp3lame-dev libasound2-dev
apt-get source darkice
cd darkice-1.3/
./configure --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples --with-lame --with-lame-prefix=/usr/lib/arm-linux-gnueabihf --with-alsa
make
sudo make install
@shanempope
shanempope / Xamarin.Forms ListView Effects
Last active March 21, 2016 15:52
Some iOS listview effects for xamarin
~