Skip to content
View nutpakorn-cat's full-sized avatar

Block or report nutpakorn-cat

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. grade.c grade.c
    1
    char buffer[4] = {0};
    2
    fgets(buffer, sizeof(buffer), stdin);
    3
    
                  
    4
    unsigned int initialBCD = *(unsigned int *) buffer;
    5
    initialBCD = (initialBCD & 0xFFFF0000) | ((initialBCD & 0xFF) << 8) 
  2. hibernate-ucp hibernate-ucp Public archive

    A Minecraft user control panel system, based on Codeigniter3.

    PHP 1 5

  3. animator-callback animator-callback Public

    A simple callback script for working with the animator system in Unity Game Engine

    C# 1

  4. titanic-survival-prediction titanic-survival-prediction Public

    A classical Kaggle problem

    Jupyter Notebook 1

  5. DeepDSP-Precession DeepDSP-Precession Public

    An aesthetical high-gain amplifier engineered with neural network model.

    C++ 1

  6. psychomvc psychomvc Public archive

    A simple PHP web framework.

    PHP 1