Skip to content

Instantly share code, notes, and snippets.

@geekygravity
geekygravity / MainWindow.xaml
Last active May 9, 2016 05:43
Lego.Ev3.WPF example
<Window x:Class="Lego.Ev3.WPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Lego.Ev3.WPF"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525"
Loaded="MainWindow_Loaded">
@geekygravity
geekygravity / L3P-utility
Created May 5, 2016 04:35
A utility to parse and modify command args. Sits between LPub3d and L3P. This is not affiliated with L3P, LPub3d, or LDraw.org
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace L3P.utility
{
class Program
{