Skip to content
View kevinyang372's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@warpdotdev
Block or Report

Block or report kevinyang372

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. code-eval code-eval Public

    Flask based autograder project

    Python 1

  2. introduction-to-fault-tolerance-in-kafka introduction-to-fault-tolerance-in-kafka Public

    Tutorial for experimenting with Kafka locally in Mac

    Python 1

  3. Nim Nim Public

    Computer Simulation for Nim game

    Python 1 1

  4. file-content-scanner file-content-scanner Public

    CLI tool built with Rust for quickly scanning file contents

    Rust

  5. pac-man-solver pac-man-solver Public

    Build an intelligent Pac-Man agent using A*, LPA* and Q-Learning.

    Jupyter Notebook

  6. N*N Sudoku solver N*N Sudoku solver
    1
    read -d '' Program <<EOF
    2
    % Prolog Sudoku Solver (C) 2007 Markus Triska (triska@gmx.at)
    3
    % Modified by Yunfan Yang.
    4
    % Public domain code.
    5