Skip to content

Instantly share code, notes, and snippets.

View terrajobst's full-sized avatar

Immo Landwerth terrajobst

View GitHub Profile
@terrajobst
terrajobst / gist:2ed5fcaa97f533095d97
Last active September 29, 2015 15:30
System.CommandLine with commands

For simple commands, it's probably easiest to do a switch:

static class Program
{
    static void Main(string[] args)
    {
        var command = string.Empty;
        var fileName = string.Empty;
        var keepExisting = false;
@terrajobst
terrajobst / RyuJIT-Instructions.md
Last active April 26, 2020 04:06
Some feedback

Try RyuJIT -- Your code runs faster on X64 Windows

How to enable RyuJIT

Download and install RyuJIT now.

RyuJIT only works on 64-bit editions of Windows 8.1 or Windows Server 2012 R2. It will support a larger set of Windows OSes at release

After installation, there are two ways to turn on RyuJIT. If you just want to enable RyuJIT for one application, set an environment variable: