Skip to content
View skst's full-sized avatar

Block or report skst

Report abuse

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

Report abuse

Pinned Loading

  1. 12noonLLC/MathExpressions.12noon 12noonLLC/MathExpressions.12noon Public

    Forked from loresoft/Calculator

    A library that evaluates math expressions, functions, and variables. It also saves and restores history and variables. This is used by the Calculate X applications from 12noon LLC.

    C# 4 1

  2. 12noonLLC/LicenseManagerX 12noonLLC/LicenseManagerX Public

    Windows GUI front-end for Standard.Licensing project with optional enhanced API for applications

    C# 41 13

  3. 12noonLLC/Sandman 12noonLLC/Sandman Public

    Sleep Windows after a specified period of time, but only if certain apps are not running, etc.

    C#

  4. 12noonLLC/ScreenSleeper 12noonLLC/ScreenSleeper Public

    Windows sometimes forgets to turn off your screens according to your "Power & sleep" settings. This application ensures your monitors are turned off on demand, after user idle, or after a simple de…

    C# 5

  5. Easily switch between foreground and... Easily switch between foreground and background threads
    1
    using System;
    2
    using System.Runtime.CompilerServices;
    3
    using System.Threading;
    4
    using System.Windows.Threading;
    5
    
                  
  6. Convert a lambda expression to an IE... Convert a lambda expression to an IEqualityComparer<>
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    using System.Text;
    5
    using System.Threading.Tasks;