Skip to content
View a-levra's full-sized avatar

Highlights

  • Pro

Block or report a-levra

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
a-levra/README.md
  • πŸ‘‹ Hi, I’m @a-levra
  • πŸŽ“πŸ“œ Bac+2 Mechanical and production engineering
  • πŸŽ“πŸ“œ Bac+3 Robotics and industrial networks
  • πŸŽ“ Currently studying at 42 school in Lyon --> πŸ“œ 2026

πŸ›  Languages & Tools πŸ› 


C Cpp Django Git Docker CLion GitHub GitHub Visual Studio Code Bash Linux Jira

⚑ Stats ⚑


Main projects


ft_transcendance : Our "end of 1st year" project at 42Lyon school

A full website in Django, organized with 5 micro-services via Docker-compose, live-deployed through a pro CI/CD pipeline

ft_transcendence.demo.light.mp4

Features

What I did :

  • Remote authentication capability
  • Microservices architecture implementation with JSON WEB TOKENS
  • OAuth login process
  • 2FA implementation
  • GDPR compliance

Features handled by the rest of the team :

  • Remote player functionality

  • 3D pong game integration

  • User and game statistics tracking

  • Support for multiple devices

  • Tournament feature accommodating up to 32 players

  • Ranking system implementation

  • Elo-based matchmaking system

    image

Can be found at https://github.com/tdameros/42-transcendence

42Webserv : A C++ Nginx clone !

https://github.com/a-levra/webserv

Features

  • Handling of GET, POST, DELETE requests
  • Support for standard HTTP headers
  • Management of virtual servers
  • Support for persistent connections
  • Handling of static and dynamic files
  • Support for CGI (Common Gateway Interface)
  • Configuration management via configuration files

Minishell : a shell made in C with my mate @fan2bolide :

https://github.com/fan2bolide/minishell

Features

  • Command Execution: Execute binary files and built-in commands.
  • Redirection: Handle input and output redirection.
  • Piping: Support command piping.
  • Environment Variables: Manage and utilize environment variables.
  • Built-in Commands: Implement built-in commands like cd, echo, env, exit, and more.
  • Signal Handling: Handle signals gracefully.

Next project : basic ELF Infecter

ELF is the binary format for Linux ( it's PE for Windows, Mach-o for mac).

Features

  • Infect an ELF file,
  • Add a payload as a sections,
  • Change entry point,
  • Cypher the added payload section,
  • Cecypher and execute the payload at runtime
  • Once payload executed, launch the original binary gracefully https://github.com/a-levra/ELF-Infecter

The sun is shining behind every clouds ! 🌞 It's a good life.

Pinned Loading

  1. tdameros/42-transcendence tdameros/42-transcendence Public

    Competitive multiplayer pong game

    Python 21

  2. ELF-Infecter ELF-Infecter Public

    This "packer" infect ELF files using "section insertion" technique.

    C

  3. webserv webserv Public

    A basic nginx clone in c++ that handles a python CGI

    C++ 2

  4. cub3d cub3d Public

    Get cub3d

    C

  5. nm nm Public

    My own implementation of nm : an ELF symbol table reader

    C

  6. fan2bolide/minishell fan2bolide/minishell Public

    a simple shell (42 school project)

    C 2 1