Skip to content
View justeozan's full-sized avatar
🏴
Focus
🏴
Focus

Highlights

  • Pro

Block or report justeozan

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

Hi https://user-images.githubusercontent.com/18350557/176309783-0785949b-9127-417c-8b55-ab5a4333674e.gif I'm just Ozan

Developer - Webmaster - Ethical Hacker

I'm passionate about hacker ethics, meaning that I'm curious, strive to be just, and am constantly learning everything

coding

  • 🌍  I'm based in France
  • 🖥️  my portfolio is under construction
  • ✉️  You can contact me at [email protected]
  • 🚀  I'm currently working on CPP
  • 🧠  I'm learning Cybersecurity, C and React
  • 🤝  I'm open to collaborating on 42 projects or electronics
  • ⚡  Currently juggling between two schools

Active repos

42 Projects

Project link Description Languages/Techs Final grade
libft Creation of a library with various functions C 125/100
ft_printf Custom printf function C 100/100
get_next_line A C function to get lines from a file descriptor using a buffer size C 125/100
FdF Graphics programming to create a 3D wireframe visualization of a map, using the miniLibX library. C 125/100
minitalk Introduction to inter-process communication, using UNIX signals to exchange messages between two programs. C 125/100
push_swap Sorting algorithms, where data must be sorted into two stacks using a limited set of operations C 105/100
Minishell A custom implementation of bash based on the posix version C 110/100
philosophers Introduction to multithreaded programming and managing synchronization problems, using philosophers who eat, think and sleep. C 100/100
cub3D Creation of a 3D game engine using raycasting C 103/100
C++ modules An introduction to C++ programming C++ N/A

Guardia Projects

Project link Description Languages/Techs Final grade
IT_basics Project focusing on IT fundamentals Text Only 13.8/20
algorithm_basics Introduction to basic algorithms, presented in textual format without specific implementations. Text Only N/20
first_website First website project, developed using HTML and CSS to learn the basics of web development. HTML CSS 16.6/20
second_website Second website project incorporating JavaScript for additional interactive features. HTML CSS JavaScript 17.4/20
networks_basics Exploration of basic networking concepts and virtualization using VirtualBox. Networks VirtualBox 18.64/20
third_website Third website project aimed at reinforcing HTML and CSS skills with a new design or content. HTML CSS 16.36/20
awesome_numeric_utils Theoretical project on advanced numeric utilities, presented conceptually in text format. Text Only N/20
scraping_project Web scraping project using Python to extract data from websites. Python 14.32/20
c_programming_basics Introduction to basic programming concepts using the C language. C N/20
networks_project Project focusing on theoretical aspects of networks... Networks VirtualBox 18.64/20
cyber_basics Exploration of cybersecurity fundamentals and hacking techniques. Cybersecurity Hacking N/20
Big_project The big project of Guardia first end-year, comprehensive project integrating multiple technologies: networks, web development (HTML, CSS, JavaScript), and Python scripting. Networks HTML CSS JavaScript Python N/20

Socials

GitHub Stats

Pinned Loading

  1. BadgeReader BadgeReader Public

    BadgeReader is a Python project that interfaces an RFID reader with a Raspberry Pi. It reads RFID tags and processes the data for applications like access control, logging, or automation. The proje…

    C++

  2. CPP CPP Public

    The CPP Modules are a series of projects designed to introduce key concepts in C++ programming, such as object-oriented design, memory management, and advanced language features like templates, inh…

    C++

  3. cub3D cub3D Public

    Cub3D is a 3D game engine project inspired by Wolfenstein 3D, built using the C programming language. It features ray-casting to render a simple 3D world, with basic textures, lighting, and player …

    C

  4. libft libft Public

    Welcome to Libft - your go-to for C programming! Packed with tailored functions, whether you're a beginner or pro. From strings to lists, Libft boosts your code. Unleash C's power with tools to ele…

    C

  5. Avg38/minishell Avg38/minishell Public

    C

  6. philosophers philosophers Public

    The "Philosophers" project at 42 is a programming exercise based on Edsger Dijkstra's dining philosophers problem. Students simulate philosophers alternating between thinking and eating, sharing f…

    C