Skip to content

Instantly share code, notes, and snippets.

View lovettchris's full-sized avatar

Chris Lovett lovettchris

View GitHub Profile
Symbols: x = used, + = saved, * = unsaved
ATT_ACC_COMP [-1,0] : 1
ATT_BIAS_MAX [-1,1] : 0.0500
ATT_EXT_HDG_M [-1,2] : 0
ATT_MAG_DECL [-1,3] : 0.0000
ATT_MAG_DECL_A [-1,4] : 1
ATT_W_ACC [-1,5] : 0.2000
ATT_W_EXT_HDG [-1,6] : 0.1000
ATT_W_GYRO_BIAS [-1,7] : 0.1000
ATT_W_MAG [-1,8] : 0.1000
@lovettchris
lovettchris / .gitignore
Last active February 5, 2019 21:40
llc hang on Intel(R) Core(TM) i7-3770K CPU
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
@lovettchris
lovettchris / Untitled.png
Last active March 25, 2019 05:41
dji assistant USB problem on Windows 10
Untitled.png
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mt3620KeywordSpotter", "Mt3620KeywordSpotter.vcxproj", "{E9311E7A-319E-49BD-8926-C7C8677947BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
This file has been truncated, but you can view the full file.
@lovettchris
lovettchris / graph.dgml
Last active October 28, 2019 19:15
A DGML graph generated by CoyoteTester
<DirectedGraph xmlns='http://schemas.microsoft.com/vs/2009/dgml'>
<Nodes>
<Node Id='Coyote.Examples.FailureDetector.Driver' Label='Coyote.Examples.FailureDetector.Driver' Group='Expanded'/>
<Node Id='Coyote.Examples.FailureDetector.Driver.Init' Label='Init'/>
<Node Id='Coyote.Examples.FailureDetector.Driver.InjectFailures' Label='InjectFailures'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector' Label='Coyote.Examples.FailureDetector.FailureDetector' Group='Expanded'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Init' Label='Init'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Reset' Label='Reset'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.SendPing' Label='SendPing'/>
<Node Id='Coyote.Examples.FailureDetector.Liveness' Label='Coyote.Examples.FailureDetector.Liveness' Group='Expanded'/>
@lovettchris
lovettchris / screenshot.md
Last active October 3, 2019 05:01
Intel Performance Libraries...

See screen shot.

@lovettchris
lovettchris / FileSystemMock.cs
Created August 21, 2020 00:27
The beginnings of a Coyote file system mock object for Task Programming model...
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Security.Permissions;
using System.Text;
using System.Threading.Tasks;
namespace CoyoteTests
{
; ModuleID = 'ELL'
source_filename = "ELL"
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"
%TensorShape = type { i32, i32, i32 }
@ELL_context = internal unnamed_addr global i8* null, align 32
@c_0 = internal unnamed_addr constant [10 x float] [float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00], align 32
@g_0 = internal unnamed_addr global [10 x float] zeroinitializer, align 32
@lovettchris
lovettchris / readme.md
Last active May 28, 2021 00:17
Why can't I select this text?

The beauty of the web is that every piece of text can be selected and copied on to the clipboard. So why on earth is selection disabled in the red error messages on the Azure Portal?

screenshot