Skip to content
View LupineWitch's full-sized avatar
🐀
Ratified
🐀
Ratified

Block or report LupineWitch

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
LupineWitch/README.md

Anurag's GitHub stats Top Langs

public class LupineWitch
{
    public string Name { get; } = "Laura";
    public string Occupation { get; } = "Software engineer (Mid)";
    /// <summary>
    /// A collection of languages and technologies I am competent at.
    /// </summary>
    public List<string> Technologies { get; } = { "Ruby (on Rails)", "Linux", "Nginx", ".Net 6", ".Net Framework 4.7.2", "Revit Plugin Api", "Rhino 7 API", "Unity", "WPF", "Windows Forms", "Eto Forms", "Javascript", "Windows tools/automation", "Powershell/bash/bat scripting", "MySql", "" };
    /// <summary>
    /// List of topics and concepts that I know of and employ in my daily work.
    /// </summary>
    public List<string> Knowledge { get; } = {"Asynchronous programming", "REST", "GUI programing (markardown and code)", "MVC", "MVVM", "ORM", "IL Assembly and reflection in .Net", "Code patterns"};

    public string[] ThingsILove { get; } = {"Strategy games", "My cats", "Cooking", "Analysing video games", "Fixing stuff"}

}

Pinned Loading

  1. ConfigurableShelfCapacity Public

    C#

  2. Yuno.Executions Public

    Mod for the game "Rimworld". Overhauls vanilla execution system.

    C#

  3. LupineRtsGame Public

    An RTS game for my engineering thesis

    C#

  4. Recursively traverse thorugh directo...
    1
    **THE CONVERSION HAPPENS IN-PLACE, BACK UP YOUR FILES BEFORE RUNNING IT**
    2
    ### Explanation
    3
    `iconv` doesn't always include Byte Order Mark, this  might break things. If you wish to be sure that it is included, you have to add it manually.
    4
    
                  
    5
    When files are encoded using 8 bits (one byte) per character `file -i`  can't always produce a valid input for `iconv`, in such case you should provide source encoding manually.
  5. Vekz/Genetic-Algorithm-Path-Finding Public archive

    Project for AI course at University, Genetic Algorithm finding path through obstacles

    C# 1