Skip to content

Commit

Permalink
Remove BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
kasthack committed Dec 19, 2022
1 parent 0000000 commit 0000000
Show file tree
Hide file tree
Showing 2,915 changed files with 2,916 additions and 2,921 deletions.
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Windows.Forms;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/Beat detection.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{01BA7F4B-6C29-48D1-ADB5-087B8DCF8AC3}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Accord.NET Sample Applications
// Accord.NET Sample Applications
// http://accord-framework.net
//
// Copyright © 2009-2017, César Souza
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Beat detection/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Audio" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Windows.Forms;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{18DDB224-5488-4833-A4F0-AA98F37F9864}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Accord.NET Sample Applications
// Accord.NET Sample Applications
// http://accord-framework.net
//
// Copyright © 2009-2017, César Souza
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Fourier (FFT)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Audio" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Accord.NET Sample Applications
// Accord.NET Sample Applications
// http://accord-framework.net
//
// Copyright © 2009-2017, César Souza
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/Recorder.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Audio/Recorder/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Audio" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Fuzzy/Robot (Inference)/AboutForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Fuzzy/Robot (Inference)/AboutForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
2 changes: 1 addition & 1 deletion Samples/Fuzzy/Robot (Inference)/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Fuzzy/Robot (Inference)/Robot (Inference).csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Fuzzy/Robot (Inference)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Fuzzy" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Fuzzy/Sets (Fuzzy, Linguistic)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Controls" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Genetic/Genetic Programming/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Genetic/Genetic Programming/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Genetic/Genetic Programming/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Genetic/Genetic Programming/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Controls" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Genetic/Travelling Salesman (GP)/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Genetic/Travelling Salesman (GP)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Controls" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Windows.Forms;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Accord.NET Sample Applications
// Accord.NET Sample Applications
// http://accord-framework.net
//
// Copyright © 2009-2017, César Souza
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Imaging/Classification (BoW)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Controls.Imaging" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/Corners (FAST).csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Accord.NET Sample Applications
// Accord.NET Sample Applications
// http://accord-framework.net
//
// Copyright © 2009-2017, César Souza
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Windows.Forms;

namespace SampleApp
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Reflection;
using System.Runtime.InteropServices;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (FAST)/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Accord" version="3.8.2-alpha" targetFramework="net48" />
<package id="Accord.Imaging" version="3.8.2-alpha" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/Imaging/Corners (Harris)/Corners (Harris).csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
Loading

0 comments on commit 0000000

Please sign in to comment.