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

Block or report RaymarMonte

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. apex-create-xlsx apex-create-xlsx Public

    A guide and example on how to create Excel .xlsx files on Apex Programming Language

    Apex 16 11

  2. Code for the Arduino Leonardo that c... Code for the Arduino Leonardo that controls the dance pad. Dance pad was built following the guidelines of Danceforce v3 and v4 by Promit at https://ventspace.wordpress.com/
    1
    #include <Gamepad.h>
    2
    
                  
    3
    // Gamepad initialization
    4
    Gamepad gp;
    5
    
                  
  3. react-tic-tac-toe react-tic-tac-toe Public

    My own attempt on doing the react tic-tac-toe tutorial including the additional challenges given at the end.

    JavaScript

  4. toyrobot toyrobot Public

    My attempt at an implementation of the Toy Robot Puzzle Challenge using Java.

    Java

  5. webshot-messenger-bot webshot-messenger-bot Public

    A messenger bot that returns screenshot of chatted URLs.

    JavaScript

  6. picross picross Public

    A Picross desktop game application written in Java and JavaFX.

    Java