Skip to content

Instantly share code, notes, and snippets.

View norton287's full-sized avatar
🏠
Working from home

John Norton norton287

🏠
Working from home
View GitHub Profile
@norton287
norton287 / ComputerVision.cs
Created December 25, 2021 19:04
Computer Vision Code
try
{
var connectionString = AppSettings.VisionEndPoint;
var visionKey = AppSettings.VisionKey;
List<VisualFeatureTypes?> features = new List<VisualFeatureTypes?>()
{
VisualFeatureTypes.Categories, VisualFeatureTypes.Description,
VisualFeatureTypes.Faces, VisualFeatureTypes.ImageType,
VisualFeatureTypes.Tags, VisualFeatureTypes.Adult,
<?xml version="1.0" encoding="utf-8" ?>
<Application xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:xForms="clr-namespace:Syncfusion.ListView.XForms;assembly=Syncfusion.SfListView.XForms"
xmlns:buttons="clr-namespace:Syncfusion.XForms.Buttons;assembly=Syncfusion.Buttons.XForms"
xmlns:border="clr-namespace:Syncfusion.XForms.Border;assembly=Syncfusion.Core.XForms"
xmlns:textInputLayout="clr-namespace:Syncfusion.XForms.TextInputLayout;assembly=Syncfusion.Core.XForms"
xmlns:comboBox="clr-namespace:Syncfusion.XForms.ComboBox;assembly=Syncfusion.SfComboBox.XForms"
using Newtonsoft.Json;
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using Formatting = Newtonsoft.Json.Formatting;
namespace RTFEditor
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
namespace AlexaListTrim
{
public static class Program
{
static void Main()
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
namespace AlexaListTrim
{
public static class Program
{
static void Main()
This file has been truncated, but you can view the full file.
Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the NuGet Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
Running restore with 4 concurrent jobs.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.iOS\GroceryList.iOS.csproj.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.Android\GroceryList.Android.csproj.
The restore inputs for 'GroceryList.iOS' have not changed. No further actions are required to complete the restore.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.UWP\GroceryList.UWP.csproj.
The restore inputs for 'GroceryList.Android' have not changed. No further actions are required to complete the restore.
No-Op restore. The cache will not be updated. Path: C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.Android\obj\project.nuget.cache
No-Op
This file has been truncated, but you can view the full file.
Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the NuGet Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
Running restore with 4 concurrent jobs.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.iOS\GroceryList.iOS.csproj.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.Android\GroceryList.Android.csproj.
The restore inputs for 'GroceryList.iOS' have not changed. No further actions are required to complete the restore.
Reading project file C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.UWP\GroceryList.UWP.csproj.
The restore inputs for 'GroceryList.Android' have not changed. No further actions are required to complete the restore.
No-Op restore. The cache will not be updated. Path: C:\Users\norton287\source\repos\GroceryList\GroceryList\GroceryList.Android\obj\project.nuget.cache
No-Op