Skip to content
View ygoe's full-sized avatar

Block or report ygoe

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Frontfire2Frontfire2Public

    The Frontfire Web Frontend Toolkit offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities.

    JavaScript

  2. msgpack.jsmsgpack.jsPublic

    A minimal yet complete MessagePack implementation for JavaScript. msgpack.org[JavaScript]

    JavaScript 165 34

  3. NetRevisionTaskNetRevisionTaskPublic

    Injects the current VCS revision of a working directory in a custom format into a .NET assembly build. Based on the .NET Revision Tool, integrated as an MSBuild task, for .NET Framework and .NET Core.

    C# 35 8

  4. DeepConvertDeepConvertPublic

    Converts a data type to another data type, smarter than the standard Convert class, including collections and their items as well as object properties (duck typing). With special support for DateTi…

    C# 3 1

  5. AsyncTcpClientAsyncTcpClientPublic

    An asynchronous variant of TcpClient and TcpListener for .NET Standard.

    C# 158 35

  6. Write your Windows batch files in C#...Write your Windows batch files in C# (using PowerShell)
    1
    <# : 
    2
    @echo off & setlocal &set__args=%*&%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -Command Invoke-Expression ('. { ' + (Get-Content -LiteralPath ""%~f0"" -Raw) + ' }' + $env:__args) &exit /b %ERRORLEVEL%
    3
    #> Add-Type @'
    4
    // ========== BEGIN C# CODE ==========
    5
    using System;