Skip to content
View melvinstubbe's full-sized avatar
  • Finsterwolde, Groningen, The Netherlands
  • 17:00 (UTC +01:00)

Highlights

  • Pro

Block or report melvinstubbe

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 Loading

  1. gpmanager2003 gpmanager2003 Public

    Grand Prix Manager 2003 is a game I wrote for the CASIO CFX-9850 GB Plus calculator back in 2003 during math classes in high school.

    2

  2. Example of a class that parses an ex... Example of a class that parses an existing XML object into a C# 'dynamic' object
    1
    using System;
    2
    using System.Dynamic;
    3
    using System.Linq;
    4
    using System.Xml.Linq;
    5