Skip to content
View Jogai's full-sized avatar
Block or Report

Block or report Jogai

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

  1. Dates.Recurring Dates.Recurring Public

    Library for working with recurring dates in a fluent syntax

    C# 2 1

  2. Check overlap in date ranges Check overlap in date ranges
    1
    using System;
    2
    using System.Collections.Generic;
    3
    
                  
    4
    public class Program
    5
    {
  3. Excluded processes ps script from ht... Excluded processes ps script from https://medium.com/burak-tasci/tweaking-the-environment-to-speed-up-visual-studio-79cd1920fed9
    1
    Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv'
    2
    Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Microsoft Office'
    3
    Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Microsoft SDKs'
    4
    Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages'
    5
    Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Microsoft Visual Studio'
  4. dynasql fixes dynasql fixes
    1
    /*  Copyright 2009 PerceiveIT Limited
    2
     *  This file is part of the DynaSQL library.
    3
     *
    4
    *  DynaSQL is free software: you can redistribute it and/or modify
    5
     *  it under the terms of the GNU Lesser General Public License as published by
  5. Handy Cache helper method Handy Cache helper method
    1
    Taken from https://github.com/secretGeek/til/blob/master/asp.net_mvc/from_memory.md
    2
    
                  
    3
    # Handy Cache helper method
    4
    
                  
    5
    I love this little thing.