Skip to content
View ColonelJ's full-sized avatar
Block or Report

Block or report ColonelJ

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

    Description of Starpial plus example programs

    7

  2. coq_fft_proof coq_fft_proof Public

    Proof that the FFT implements the DFT, written in Coq.

    Coq

  3. algorithms-cpp algorithms-cpp Public

    Algorithms for competitive programming in C++

    C++

  4. Tronpix smart contract Tronpix smart contract
    1
    pragma solidity ^0.5.0;
    2
    
                  
    3
    /**
    4
     * @dev Wrappers over Solidity's arithmetic operations with added overflow
    5
     * checks.