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

Block or report TheXenocide

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. A remake of one of the earliest game... A remake of one of the earliest games I ever ported to JavaScript. I decided to remake it this past weekend while showing the old one to my roommate. Complete re-implementation using AngularJS took about 4 hours.
    1
    <html>
    2
    <head><title>Lunar Lockout</title>
    3
    <script src="https://code.angularjs.org/1.2.9/angular.js"></script>
    4
    <script>
    5
    	// note that ng-keydown is available since angular 1.1.5
  2. In-progress abstraction around acces... In-progress abstraction around accessing heap data using ClrMD
    1
    // TODO: encapsulate runtime session, store heap, common general purpose types, stats, etc.
    2
    static ClrRuntime _runtime;
    3
    
                  
    4
    void Main()
    5
    {
  3. ClrMD.Extensions ClrMD.Extensions Public

    Forked from JeffCyr/ClrMD.Extensions

    Provides multiple ClrMD enhancements including LINQPad integration.

    C#

  4. XenoPong XenoPong Public

    My hello world Unity3D project

    C#