Skip to content

Instantly share code, notes, and snippets.

View jorisvergeer's full-sized avatar
💭
Coding the future

Joris Vergeer jorisvergeer

💭
Coding the future
View GitHub Profile
@jorisvergeer
jorisvergeer / WiFiCheck
Last active April 11, 2018 12:17 — forked from mharizanov/WiFiCheck
Script to check and re-connect WiFi on Raspberry Pi
#!/bin/bash
##################################################################
# A Project of TNET Services, Inc
#
# Title: WiFi_Check
# Author: Kevin Reed (Dweeber)
# [email protected]
# Project: Raspberry Pi Stuff
#
# Copyright: Copyright (c) 2012 Kevin Reed <[email protected]>
@jorisvergeer
jorisvergeer / RoutedViewHost.cs
Created April 17, 2015 07:32
ReactiveUI RoutedViewHost for Xamarin-Android
using System;
using System.Reactive.Linq;
using Android.App;
using ReactiveUI;
namespace ReactiveUI
{
class RoutedViewHost : ReactiveObject
{
RoutingState _router;