Skip to content
View robertstefan's full-sized avatar

Block or report robertstefan

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 Loading

  1. quartznet/quartznet Public

    Quartz Enterprise Scheduler .NET

    C# 6.7k 1.7k

  2. printer-monitor Public

    C++ CLR project for printing documents and getting the errors like out of toner/paper and other scenarios; and send them further for scenario handlers.

    C++ 1 1

  3. ardalis/SmartEnum Public

    A base class for quickly and easily creating strongly typed enum replacements in C#.

    C# 2.3k 173

  4. Helper classes for change printer se...
    1
    void GetDefaultPaperSize()
    2
    {
    3
        var devMode = PInvoke.PrinterHelper.GetPrinterDevMode(null);
    4
        string s = String.Format("{0} : {1} x {2}", devMode.dmPaperSize, devMode.dmPaperWidth, devMode.dmPaperLength);
    5
        Console.WriteLine(s);
  5. QuartzRedisJobStore Public

    Forked from icyice80/QuartzRedisJobStore

    Redis job store for quartz.net

    C#