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"}
}
🐀
Ratified
Pinned Loading
-
-
Yuno.Executions
Yuno.Executions PublicMod for the game "Rimworld". Overhauls vanilla execution system.
C#
-
-
Recursively traverse thorugh directo...
Recursively traverse thorugh directories in work directory, detect text file encoding, then encode in utf-16 with BOM 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.
45When 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.
-
Vekz/Genetic-Algorithm-Path-Finding
Vekz/Genetic-Algorithm-Path-Finding Public archiveProject for AI course at University, Genetic Algorithm finding path through obstacles
C# 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.