Skip to content

Instantly share code, notes, and snippets.

View juanpaexpedite's full-sized avatar
:octocat:
I may be slow to respond.

juanpaexpedite

:octocat:
I may be slow to respond.
View GitHub Profile
@juanpaexpedite
juanpaexpedite / LuaExample.xaml.cs
Created June 7, 2017 19:00
LUA waiting with await
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
this.Loaded += MainWindow_Loaded;
}
private void MainWindow_Loaded(object sender, RoutedEventArgs e)
@juanpaexpedite
juanpaexpedite / Personaexample.svg
Created April 12, 2017 17:11
Persona waving inclusive design
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@juanpaexpedite
juanpaexpedite / Dark_Colors.svg
Created February 8, 2017 07:54
Windows 10 UWP Colors
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Windows.Storage;
using Windows.UI.Xaml;
@juanpaexpedite
juanpaexpedite / DeviceManager.cs
Last active January 7, 2017 06:11
Updated Device Manager
public enum Devices
{
Phone,
Tablet,
Desktop,
Xbox,
IoT,
Continuum,
SurfaceHub
}