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

Block or report Xmerr

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. _old_PortfolioSite _old_PortfolioSite Public

    This project is for my portfolio website.

    JavaScript

  2. xmer-tools/TaskTracker xmer-tools/TaskTracker Public

    Tracks tasks similar to trello

    JavaScript

  3. xmer-games/TTT-Machine-Learning-Electron xmer-games/TTT-Machine-Learning-Electron Public

    Uses Brain.js and Electron to become an expert in Tic Tac Toe

    JavaScript

  4. For Reddit Hard Challenge 294 For Reddit Hard Challenge 294
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.IO;
    4
    using System.Linq;
    5
    
                  
  5. Sodoku Solver - created for websudok... Sodoku Solver - created for websudoku.com but can altered to work for any sodoku website.
    1
    (function(){
    2
        /**
    3
        * A single sodoku cell
    4
        */
    5
        var cell = function(col, row) {
  6. For Reddit Intermediate Challenge 280 For Reddit Intermediate Challenge 280
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.IO;
    4
    using System.Linq;
    5