Skip to content
View Papaglory's full-sized avatar

Block or report Papaglory

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. AI-Warship AI-Warship Public

    An autonomous battleship driven by utility AI, enabling intelligent decisions through mathematical functions and scoring systems. This allows for autonomy in tasks like patrolling and searching for…

    C# 1 1

  2. Heat-Equation-2D Heat-Equation-2D Public

    Numerically solve and visualize the heat equation with two spatial variables in Java using the finite difference method. Input points construct a polynomial spline surface for initial heat distribu…

    Java

  3. Heat-Wave-Equation-Simulator Heat-Wave-Equation-Simulator Public

    A numerical solver for the heat equation, wave equation, and damped wave equation. It uses Hermite spline interpolation for initial data input and Fourier series methods for modeling and visualizat…

    Java

  4. Memory-Allocator-in-C Memory-Allocator-in-C Public

    A custom memory allocator written in C, using a linked list to manage memory blocks. It supports dynamic allocation, freeing, and merging of adjacent blocks to minimize fragmentation.

    C 1

  5. PID-Rocket-Simulator PID-Rocket-Simulator Public

    Simulator featuring PID controllers for simulating stable rocket movement and rotation in 3D space. Designed to efficiently manage altitude and rotations towards a target location within Unity's ph…

    C# 1

  6. MatrixMul-CPU MatrixMul-CPU Public

    An optimized matrix multiplication library in C employing blocking, multithreading (POSIX threads), and SIMD (AVX) vectorization. It benchmarks algorithms against OpenBLAS and includes a theoretica…

    C 1