Skip to content
View cookertron's full-sized avatar

Block or report cookertron

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. personaplex-7b-quantized personaplex-7b-quantized Public

    Run NVIDIA PersonaPlex-7B on consumer GPUs (16GB VRAM) with 4-bit/8-bit quantization fixes and optimized inference.

    Python 14 3

  2. textmode_overlay textmode_overlay Public

    A proof-of-concept for smooth, sub-pixel animation in VGA text mode. Uses direct hardware register manipulation and Write Modes to composite moving objects over static backgrounds.

    Assembly

  3. clock clock Public

    A large font clock centred on an 80 x 25 standard color text mode display. The program hooks the MS-DOS timer interrupt to update the time by directly writing character/attribute to the video displ…

    Assembly

  4. text_ball text_ball Public

    High-speed x86 Assembly demo for MS-DOS. Renders a pixel-perfect bouncing ball in 80x50 text mode by dynamically hacking VGA font memory. Includes physics-based gravity, friction, and collision det…

    Assembly 1