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

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.

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

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

    JavaScript

  2. msgpack.js msgpack.js Public

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

    JavaScript 143 34

  3. NetRevisionTask NetRevisionTask Public

    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# 33 9

  4. DeepConvert DeepConvert Public

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

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

    C# 148 36

  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;