Skip to content

Instantly share code, notes, and snippets.

View tj-devel709's full-sized avatar

TJ Lambert tj-devel709

  • Microsoft Co.
  • St. Louis
View GitHub Profile
diff --git a/src/CoreText/CTFontDescriptor.cs b/src/CoreText/CTFontDescriptor.cs
index 0ff3a79af..8e531dc95 100644
--- a/src/CoreText/CTFontDescriptor.cs
+++ b/src/CoreText/CTFontDescriptor.cs
@@ -87,54 +87,54 @@ namespace CoreText {
#if !NET
public static class CTFontDescriptorAttributeKey {
- public static readonly NSString Url;
- public static readonly NSString Name;
~~~~~~~~Objective C~~~~~~~~~~~~
// Make the receiver the active drawing appearance and perform the block.
// Saves and restores the previous current appearance.
- (void)performAsCurrentDrawingAppearance:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(11.0));
~~~~~~~~C# Binding (outside of interface)~~~~~~~~~~~~
delegate void ChangeReceiver (null);
~~~~~~~~C# Binding (later, inside the interface)~~~~~~~~~~~~
[Mac (11,0)]
************************************
****** Introspection Errors ********
************************************
[FAIL] Could not find the field 'AEAutocorrectModeNone' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration
[FAIL] Could not find the field 'AEAutocorrectModeSpelling' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration
[FAIL] Could not find the field 'AEAutocorrectModePunctuation' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration
[FAIL] iOSApiFieldTest.ApiFieldTest.FieldExists :  3 errors found in 6282 fields validated: AEAutocorrectModeNone, AEAutocorrectModeSpelling, AEAutocorrectModePunctuation
Tests run: 45 Passed: 44 Inconclusive: 0 Failed: 1 Ignored: 0
****************************************
************** Xcode *******************
****************************************
extension AEAssessmentConfiguration {
@available(iOS 14.0, *)
public struct AutocorrectMode : OptionSet {
public init(rawValue: UInt)
#include <Servo.h> //servo library
Servo myservo;
#include <IRremote.h>// create servo object to control servo
int Echo = A4;
int Trig = A5;
#define FORWARD 16736925
//#define JUNK1 4294967295
//www.elegoo.com
#include <Servo.h> //servo library
Servo myservo; // create servo object to control servo
int Echo = A4;
int Trig = A5;
#define ENA 5
#define ENB 6
@tj-devel709
tj-devel709 / gist:b4faada60776bf5eb81c9f2a44462fd6
Created October 18, 2019 20:08
Tech Team Arduino Motor Functionality
// Basic Motor Functionality based on truth tables at www.elegoo.com
// define IO pin
#define ENB 5
#define IN1 7
#define IN2 8
#define ENA 6
#define IN3 9
#define IN4 11
//
// Auto-generated from generator.cs, do not edit
//
// We keep references to objects, so warning 414 is expected
#pragma warning disable 414
using System;
using System.Drawing;
using System.Diagnostics;
diff --git a/external/mono b/external/mono
--- a/external/mono
+++ b/external/mono
@@ -1 +1 @@
-Subproject commit 537654c1c79564668e4cab9735be613028328a70
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs
index e8dc3bd4d..93826ca66 100644
--- a/src/GameController/Enums.cs
+++ b/src/GameController/Enums.cs
diff --git a/external/mono b/external/mono
--- a/external/mono
+++ b/external/mono
@@ -1 +1 @@
-Subproject commit 537654c1c79564668e4cab9735be613028328a70
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs
index e8dc3bd4d..93826ca66 100644
--- a/src/GameController/Enums.cs
+++ b/src/GameController/Enums.cs