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

Highlights

  • Pro
Block or Report

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
C++ modules An introduction to networking and IP address C++ N/A

Guardia Projects

Project link Description Languages/Techs Final grade
IT_basics Project focusing on IT fundamentals Text Only N/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 N/20
second_website Second website project incorporating JavaScript for additional interactive features. HTML CSS JavaScript N/20
networks_basics Exploration of basic networking concepts and virtualization using VirtualBox. Networks VirtualBox N/20
third_website Third website project aimed at reinforcing HTML and CSS skills with a new design or content. HTML CSS N/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 N/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 N/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

Popular repositories Loading

  1. get_next_line get_next_line Public

    The get_next_line project in C reads lines from a file descriptor one at a time, designed for academic exploration. It offers an efficient solution for line extraction while dynamically managing me…

    C 1

  2. exam-a exam-a Public

    Forked from Nvmeless/exam-a

    examen ou td de c, vendredi 03 mars à faire en 4h

    C

  3. examC examC Public

    Forked from Nvmeless/examC

    2e Exam de c, creer un takuzu

    C

  4. Big-Project Big-Project Public

    Mon propre site web, portfolio

    HTML

  5. BadgeReader BadgeReader Public

    C++

  6. printf printf Public

    Welcome to ft_printf – where formatting becomes an art! Whether you're a formatting novice or seasoned coder, this library empowers your output. From precision to custom conversions, ft_printf elev…

    C