Skip to content

Commit

Permalink
Version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsigaras committed Dec 13, 2012
1 parent efbb3c7 commit 66d33f1
Show file tree
Hide file tree
Showing 579 changed files with 64,720 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions Code/Robot/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Application x:Class="HumanoidRobot.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Dashboard.xaml">
<Application.Resources>

</Application.Resources>
</Application>
17 changes: 17 additions & 0 deletions Code/Robot/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <copyright file="App.xaml.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------

namespace HumanoidRobot
{
using System.Windows;

/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
127 changes: 127 additions & 0 deletions Code/Robot/Dashboard.xaml

Large diffs are not rendered by default.

1,287 changes: 1,287 additions & 0 deletions Code/Robot/Dashboard.xaml.cs

Large diffs are not rendered by default.

Binary file added Code/Robot/Dlls/CUETools.Codecs.FLAKE.dll
Binary file not shown.
Binary file added Code/Robot/Dlls/CUETools.Codecs.dll
Binary file not shown.
Binary file added Code/Robot/Dlls/LibUsbDotNet.dll
Binary file not shown.
Binary file added Code/Robot/Dlls/NAudio.dll
Binary file not shown.
Loading

0 comments on commit 66d33f1

Please sign in to comment.