EradicateFreeSpeech.Censorship 1.0.0

dotnet add package EradicateFreeSpeech.Censorship --version 1.0.0
NuGet\Install-Package EradicateFreeSpeech.Censorship -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EradicateFreeSpeech.Censorship" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EradicateFreeSpeech.Censorship --version 1.0.0
#r "nuget: EradicateFreeSpeech.Censorship, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EradicateFreeSpeech.Censorship as a Cake Addin
#addin nuget:?package=EradicateFreeSpeech.Censorship&version=1.0.0

// Install EradicateFreeSpeech.Censorship as a Cake Tool
#tool nuget:?package=EradicateFreeSpeech.Censorship&version=1.0.0

EradicateFreeSpeech API

Using high tech AI, machine learning, quantum computing, and over 50 million gigabytes of training data, I have created an easy-to-use API to determine whether speech should be censored. Simply call the ShouldBeCensored extension method on any string of text and it returns a boolean, true if it should be censored, false if the speech should be bestowed the privilege of existing. This API is perfect for ISPs, social media platforms, news websites, and any other area where we must abolish free speech.

Example

using EradicateFreeSpeech;

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            string Test = "I love my technocratic overlords!";
            
            //Three different ways to use the method
            Console.WriteLine(Test.ShouldBeCensored()? "Wrongthink detected." : Test);
            Console.WriteLine(Censorship.ShouldBeCensored(Test) ? "Wrongthink detected." : Test);
            if (Test.ShouldBeCensored())
            {
                Console.WriteLine("Wrongthink detected.");
            }
            else {
                Console.WriteLine(Test);
            }
        }
    }
}

License

To the extent possible under law, Big Brother has waived all copyright and related or neighboring rights to EradicateFreeSpeech.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 312 5/17/2021