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

Organizations

@warpdotdev

Block or report kevinyang372

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 1

  3. Nim Nim Public

    Computer Simulation for Nim game

    Python 2 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