Skip to content
View xidruk's full-sized avatar

Block or report xidruk

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
xidruk/README.md

𝔛𝔦𝔡𝔯𝔲𝔨 🕸

Memory sculptor in C, C++, Python, Django, and shell. Cryptography maestro decoding reality through algorithms. Now hunting rust anomalies and speaking assembly whispers.

Pinned Loading

  1. 42common-core 42common-core Public

    This repository serves as a community-driven guide for 42 students, featuring solutions, documentation, and tips for all projects in the 42 Common Core curriculum. Whether you’re stuck on libft or …

  2. XiGC XiGC Public

    A lightweight, cross-language garbage collector that provides automatic memory management for C, C++, and Python projects. XiGC helps prevent memory leaks by tracking allocations and providing simp…

    C

  3. Fast-data-writer Fast-data-writer Public

    fwriter is a high-performance C printing library that leverages inline assembly for fast, formatted output. It supports printing characters, strings, and decimal numbers using custom format specifi…

    C

  4. Virtual-Memory Virtual-Memory Public

    A comprehensive collection of resources on virtual memory implementations in Linux, Windows, and general concepts. This repository organizes key documentation, summaries, and links to help develope…

  5. hash-map hash-map Public

    A simple yet powerful hash map implementation in C. This project provides a versatile data structure for key-value pair storage with efficient lookup operations.

    C 1