Skip to content
View RobertClassen's full-sized avatar
  • Germany
Block or Report

Block or report RobertClassen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. NumericMath NumericMath Public

    Extension methods and Utility classes for built-in value-types.

    C#

  2. VectorMath VectorMath Public

    Extension methods for Vectors and related structs.

  3. DataTable DataTable Public

    A utility library to hold data in a 2d array. Allows displaying, editing, and saving serializable data like a spreadsheet in the Inspector.

  4. NoteFinder NoteFinder Public

    Forked from densylkin/ToDoManager

    Simple tool for finding Notes in script files

    C# 2 1

  5. MonoDevelop-Fixer MonoDevelop-Fixer Public

    Changes the value of "LangVersion" XML Elements in *.csproj files to "6" to make MonoDevelop work again.

    C#

  6. C# Enum Flags Extension Methods C# Enum Flags Extension Methods
    1
    namespace MyNamespace
    2
    {
    3
    	using NUnit.Framework;
    4
    
                  
    5
    	public class Example