Skip to content
View ZeronSix's full-sized avatar
  • NVI Research, MIPT
  • Russia

Highlights

  • Pro
Block or Report

Block or report ZeronSix

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. opengl-series-csharp opengl-series-csharp Public

    C# port of the code from a series of OpenGL articles on tomdalling.com http://tomdalling.com/

    C# 10 5

  2. Simple Unity3D TMX parser. Simple Unity3D TMX parser.
    1
    using UnityEngine;
    2
    using UnityEditor;
    3
    using System;
    4
    using System.Xml.Linq;
    5
    using System.Collections.Generic;
  3. dcfsimulator dcfsimulator Public

    IEEE 802.11a DCF discrete-event simulator

    C++ 1

  4. bintran bintran Public

    A simple binary translator from my stack processor architecture to x86.

    C++ 1

  5. dotfiles dotfiles Public

    Collection of my config files.

    Vim Script

  6. rasterizer rasterizer Public

    A simple CPU rasterizer written in C++17.

    C++