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

Block or report x0nn

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. Convert-WindowsImage Convert-WindowsImage Public

    Creates a Windows VM for Hyper-V from a Windows-ISO

    PowerShell 74 20

  2. Cyotek.Collections.Generic.CircularBuffer Cyotek.Collections.Generic.CircularBuffer Public

    Forked from cyotek/Cyotek.Collections.Generic.CircularBuffer

    The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. You can use it as a first-in, first-out collection of objects …

    C#