Ajurna ajurna
  • Joined on 2023-01-18
ajurna pushed to master at ajurna/protohackersc 2025-07-28 22:16:10 +00:00
bd3d3d6da7 Added multithreaded server02 for handling query and insert requests, utility functions for byte operations in data.c, updated tests, and extended project configuration.
ajurna pushed to master at ajurna/protohackersc 2025-07-28 19:22:31 +00:00
84339df5fa Added log for incoming connections and fixed memory cleanup in server01.c.
ajurna pushed to master at ajurna/protohackersc 2025-07-28 16:31:27 +00:00
d4ea1c9213 Refactored project structure, added multithreaded echo server and prime checking server, updated tests.
ajurna pushed to master at ajurna/protohackersc 2025-07-28 16:31:12 +00:00
fec3f555e9 Refactored project structure, added multithreaded echo server and prime checking server, updated tests.
ajurna pushed to master at ajurna/protohackersc 2025-07-28 08:04:54 +00:00
4926cfe0d3 initial
ajurna pushed to master at ajurna/protohackersc 2025-07-28 08:04:29 +00:00
f86fcc977e initial
ajurna created branch master in ajurna/protohackersc 2025-07-28 08:04:29 +00:00
ajurna created repository ajurna/protohackersc 2025-07-28 08:01:30 +00:00
ajurna synced commits to master at ajurna/cbwebreader from mirror 2025-05-22 02:35:52 +00:00
e5086ec653 Add authentication and session management improvements
dd5817419b Remove ThePdfReader.vue and migrate PDF handling to pymupdf
Compare 2 commits »
ajurna pushed to vibe at ajurna/gameboy-rs 2025-05-19 16:02:00 +00:00
92787a1036 Remove debug logging and dead code for cleaner output.
ajurna pushed to vibe at ajurna/gameboy-rs 2025-05-17 08:04:48 +00:00
d0f748baa5 Add initial game binary and SDL2 dependencies
ajurna pushed to vibe at ajurna/gameboy-rs 2025-05-17 08:03:35 +00:00
b3024e66c8 Refactor and improve instruction execution behavior
ajurna created branch vibe in ajurna/gameboy-rs 2025-05-17 08:03:35 +00:00
ajurna pushed to master at ajurna/gameboy-rs 2025-05-15 16:22:52 +00:00
5848bdcdce Refactor and improve instruction execution behavior
ajurna pushed to master at ajurna/gameboy-rs 2025-05-15 15:43:50 +00:00
cc0278508e Refactor CPU execution flow and improve program counter handling
ajurna pushed to master at ajurna/gameboy-rs 2025-05-14 15:33:43 +00:00
03c3c8a4ac Add LCDControlRegister for LCD control bit manipulation
ajurna pushed to master at ajurna/gameboy-rs 2025-05-14 15:08:57 +00:00
b8c49682e2 Refactor instruction parsing logic into separate module
ajurna pushed to master at ajurna/gameboy-rs 2025-05-14 07:59:19 +00:00
11f0bb06d6 Refactor CPU instruction set and cleanup unused code
ajurna pushed to master at ajurna/gameboy-rs 2025-05-09 12:47:35 +00:00
e9a40bd9f7 Refactor and extend CPU and memory emulation.
ajurna pushed to master at ajurna/gameboy-rs 2025-05-06 15:20:26 +00:00
9be93f4aa9 Refactor boot process and instruction execution