Skip to content
View OnePiZ's full-sized avatar

Block or report OnePiZ

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. qhexedit2 qhexedit2 Public

    Forked from Simsys/qhexedit2

    Binary Editor for Qt

    C++

  2. docx2html docx2html Public

    Forked from longhongjun/docx2html

    convert docx to html by php & imagemagick, fit with formula

    PHP

  3. BorderlessWindow BorderlessWindow Public

    Forked from deimos1877/BorderlessWindow

    C++

  4. pdbex pdbex Public

    Forked from wbenny/pdbex

    pdbex is a utility for reconstructing structures and unions from the PDB into compilable C headers

    C++

  5. Deadlock-avoidance-of-OS Deadlock-avoidance-of-OS Public

    Forked from lujiaxuan0520/Deadlock-avoidance-of-OS

    模仿操作系统进行死锁避免(银行家算法)

    C++

  6. Banker-Algorithm Banker-Algorithm Public

    Forked from hanqc/Banker-Algorithm

    银行家算法的基本思想是分配资源之前,判断系统是否是安全的;若是,才分配。它是最具有代表性的避免死锁的算法。

    C++