Skip to content
View Ximaz's full-sized avatar
☢️
Testing in prod...
☢️
Testing in prod...
Block or Report

Block or report Ximaz

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

👋 Hi folks !

👤 A bit about myself

I'm Malo, a french developer since my 10's. I like to automate things because I'm lazy. I like to reverse engineer both applications and APIs. I'm currently a student at Epitech Lille (promo 2027).

⚙️ Some projects I made

  • Instagram API : Use Instagram's API freely without having to register any account.

  • C HTTP Server : My own implementation of an HTTP server written in C from scratch.

  • Intel x8086 DOSBox Clock : Source code of an assembly program which runs on a DOSBox emulator to display the time in HH:MM:SS format.

  • Corth : My C implementation of the Porth programming language, which is inspired of the Forth programming language. It's a both compiled and interpreted stack-based programming language.

  • List in C and Hashmap in C : My own implementation of the list and hashmap data structures in C, to get a better grasp on their working.

💻 Technologies that I use

Programming languages

Web development languages

Workflow platforms

Databases

✨ Contact

You can contact me by clicking one of those buttons

Pinned

  1. c-http-server c-http-server Public

    C HTTP Server which was made for fun and learning.

    C

  2. intel_x8086_clock intel_x8086_clock Public

    This repository holds an Intel x8086 assembly code destinated to get assembled by NASM, but can be modified for any other assemblers. It's meant to be executed on DOSBox

    Assembly

  3. list-in-c list-in-c Public

    This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.

    C 1

  4. hashmap-in-c hashmap-in-c Public

    Hashmap library built in C

    C

  5. instagram-api instagram-api Public

    This project is an Instagram API guest-oriented, meaning you can perform actions of data collection without having to register. However, you may be facing some Ratelimits, so I recommend you to put…

    Python 6 1

  6. instagram-downloader instagram-downloader Public archive

    Python module to export instagram accounts posts

    Python 12