Skip to content
View JohnLeeser's full-sized avatar

Block or report JohnLeeser

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

Popular repositories Loading

  1. JohnLeeser.github.io JohnLeeser.github.io Public

    JohnLeeser 个人博客

    HTML 1

  2. Bipartite-graph-generator Bipartite-graph-generator Public

    可以指定L点集和R点集的数量,每两个顶点之间存在边的概率,并确保L点集与R点集中的每个点至少有一条边(此举避免产生单一顶点影响实验)。生成器会在指定路径下的目标文件夹中,创建以L点集的数量、R点集的数量和边的概率命名的文本文档文件,如edge_20_30_0.2.txt,并输出数据储存到该文档内。文档内的二分图输出格式为“每行一条边,每条边连接两个点,两点中以空格隔开,例如1 2表示1号点和…

    C++ 1

  3. World-Tetris World-Tetris Public

    Forked from JustinRochester/World-Tetris

    A new game mode of tetris

    C++

  4. rustdesk rustdesk Public

    Forked from rustdesk/rustdesk

    An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.

    Rust