Skip to content
View ksyx's full-sized avatar

Highlights

  • Pro

Organizations

@llvm @OI-wiki
Block or Report

Block or report ksyx

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. OI-wiki/OI-wiki OI-wiki/OI-wiki Public

    🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)

    TypeScript 18.5k 3.5k

  2. turingopt turingopt Public

    A job monitoring daemon for independent use by both regular users and admins of SLURM-managed HPC clusters to collect resource utilization data of jobs, run analyses, and generate actionable reports.

    C++

  3. vijos/vj4 vijos/vj4 Public

    The online judge service with millions of submissions, since 2005.

    Python 527 109

  4. riscv/riscv-crypto riscv/riscv-crypto Public

    RISC-V cryptography extensions standardisation work.

    C 344 80

  5. slides2PdfWithBreaks slides2PdfWithBreaks Public

    A simple project that turns PowerPoint Slides into PDF files with mouse-click-triggered animations turned into page separators.

    VBA 7 1

  6. Argument passing utility with unifie... Argument passing utility with unified outside interface available
    1
    /*
    2
    A utility choosing version to call and carry extra information to the call
    3
    by argument with a unified outside interface. Call global functions foo, bar, foobar with
    4
    just one interface f.foo(int, int, void*, int, int), with arguments after void* directly
    5
    fed into what the function void* points to. Change bool types in whole code to add other information to pass.