Skip to content
View diskerror's full-sized avatar

Block or report diskerror

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Doodle Doodle Public

    One place to hold all of my little projects and scripts.

    PHP

  2. Typed Typed Public

    PHP classes to control structure, data types, and sanitizing of class members

    PHP

  3. audio-fir-filter audio-fir-filter Public

    A low-cut FIR filter for audio files with parameters for frequency and slope.

    C++

  4. PHP Serialization Performance Testin... PHP Serialization Performance Testing - Native, JSON, BSON, igbinary, MsgPack, and Swoole
    1
    #!/usr/bin/env php
    2
    <?php
    3
    /**
    4
     * Performance Testing of various serialization formats.
    5
     *
  5. PHP hash function test expanded from... PHP hash function test expanded from comment on PHP online manual.
    1
    #!/usr/bin/env php
    2
    <?php
    3
    
                  
    4
    //  Tested with PHP versions 8.1, 8.2, 8.3, and 8.4-dev.
    5
    
                  
  6. c_lib c_lib Public

    My reusable C++ code.

    C++