Skip to content
View RiceBen's full-sized avatar
keep learning
keep learning
Block or Report

Block or report RiceBen

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. AutofacExperiment AutofacExperiment Public

    Test Autofact in what kind of scenario will cause memory leak

    C# 2

  2. branch-cleaner-action branch-cleaner-action Public

    🚮 This action aim to clean the useless branches in the repo.

    TypeScript 1

  3. ben_lottery ben_lottery Public

    This is a simple lottery demo. using pure frontend tech to implement.

    JavaScript

  4. DotNetPollyEssential DotNetPollyEssential Public

    .net Polly personal experiment DOJO

    C# 1

  5. Initialize development environment w... Initialize development environment with scoop
    1
    param(
    2
        [string][Parameter(Mandatory = $true)] $DownloadFolder
    3
    )
    4
    
                  
    5
    function Test-CommandAvailable {
  6. simple-quartz-job simple-quartz-job Public

    A simple demo scheduler job using quartz.

    C#