Skip to content
View chaquator's full-sized avatar

Block or report chaquator

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 Loading

  1. chaq-sdfgen chaq-sdfgen Public

    A set of two programs which generate signed distance field bitmaps from images.

    C++

  2. Seeking tutor problem Seeking tutor problem
    1
    /*
    2
     * ========================== Seeking tutor problem ============================
    3
     *
    4
     * This is a program orchestrating a multi-threaded system similar to but more
    5
     * complex than the sleeping barber problem, called "seeking tutor problem."
  3. cyclic_executive.py - Python script ... cyclic_executive.py - Python script capable of generating cyclic executive schedules for a set of independent tasks (real-time systems).
    1
    """
    2
    cyclic_executive.py
    3
    4
    Small script I wrote for real-time systems that generates a cyclic executive
    5
    schedule given a set of independent tasks.
  4. Spooky-Dodge Spooky-Dodge Public

    Semester Project for CS4361 Graphics - Bullet Hell made in LWJGL

    Java

  5. DeSmuME Cursor - Adds virtual cursor... DeSmuME Cursor - Adds virtual cursor controlled using the right analog stick and right trigger for Xinput controllers to DeSmuME.
    1
    --[[
    2
    	desmume_cursor.lua
    3
    	This small lua script creates a virtual cursor controlled by
    4
    	the right analog stick and right trigger of an Xinput controller
    5
    	for DeSmuME. To adjust the speed, modify the sensitivity variable.
  6. Simple-ish type-safe dependency inje... Simple-ish type-safe dependency injection util for TypeScript
    1
    /**
    2
     * Requires TypeScript ^5
    3
     */
    4
    
                  
    5
    /**