Skip to content
View Jamesscn's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Jamesscn

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. music-tools music-tools Public

    A library with tools for analysis and generation of music.

    Rust

  2. Quadcopter Quadcopter Public

    My master's degree project, titled Quadcopter Control with Deep Reinforcement Learning and PID Controllers in Simulated Environments

    C# 1 2

  3. pacman pacman Public

    A recreation of the famous game Pac-Man using HTML5/Javascript canvas.

    JavaScript 1

  4. chipeight chipeight Public

    A web based CHIP-8 interpreter/emulator.

    JavaScript 2

  5. Linux Tic Tac Toe Driver Linux Tic Tac Toe Driver
    1
    #include <linux/module.h>
    2
    #include <linux/cdev.h>
    3
    #include <linux/fs.h>
    4
    
                  
    5
    #define DRIVER_NAME "tictactoe"