Skip to content
View TheXenocide's full-sized avatar

Block or report TheXenocide

Report abuse

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

Report abuse

Pinned Loading

  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#