Git Product home page Git Product logo

About me:

βš™οΈ B. Eng. Printing Engineer

πŸ‘¨β€πŸ’» Software Developer

πŸ’» Cadet at 42-Heilbronn

βœ‰οΈ How to reach me: [email protected]

πŸ‡©πŸ‡ͺ πŸ‡ΊπŸ‡Έ πŸ‡·πŸ‡Ί Contact me with those languages


Languages & Tools πŸ’ͺ

C C++ Python Bash Cisco Network Administration TypeScript JavaScript
Linux Git GitHub Docker HTML VirtualBox VMware Boxes VM Manager Ghidra
VS Code JetBrains Qubes OS yEd NestJs React

Activity overview

Anurag's GitHub stats

Top Langs

Roman Mazuritskiy's Projects

cisco_pt_network_practice icon cisco_pt_network_practice

Practical training in the development and expansion of networks of various scales on the basis of Cisco Packet Tracer.

cpp_modules icon cpp_modules

Various exercises and practices with the programming language C++

cub3d icon cub3d

This project is inspired by the world famous game Wolfenstein 3D, which was the first ever FPS game. With the use of Ray-Casting we created a dynamic view inside a maze in which you'll have to find your way.

eva_container icon eva_container

Debian latest image setup for evaluations on 42 school Macs.

fract-ol icon fract-ol

Project based on library MiniLibX, to discover or use the mathematical notion of complex numbers, to take a peek at the concept of optimization in computer graphics and practice event handling.

ft_printf icon ft_printf

The function mimics the basic behavior of the C function printf(). The Project was done without a bonus part and therefore the ft_printf() function handles the following format specifiers: - %c Prints a single character. - %s Prints a string (as defined in the C convention). - %p The void * pointer argument must be printed in hexadecimal format. - %d Prints a decimal number (base 10). - %i Prints an integer in base 10. - %u Prints an unsigned decimal number (base 10). - %x Prints a number in hexadecimal (base 16) lowercase format. - %X Prints a number in hexadecimal (base 16) uppercase format. - %% Prints a percent sign. Translated with www.DeepL.com/Translator (free version)

ft_transcendence icon ft_transcendence

Multiplayer online game project which combines of classic arcade games such as Pong and Breakout, with new gameplay mechanics and features such as special abilities, power-ups, and a leveling system. Players can compete in real-time matches against each other, and the game also features a ranking system and matchmaking functionality.

get_next_line icon get_next_line

The function reads from the file descriptor and returns one line at a time per function call. The bonus part still allows to read from several file descriptors at the same time.

inception icon inception

This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.

libft icon libft

The first 42 project with basic C functions.

minishell icon minishell

This project is about creating a simple shell. Yes, the own little bash :)

philosophers icon philosophers

This project is a training for multi-thread/multi-process programming with the use of mutex and semaphore. Two different variants are used to simulate and solve the famous Dining Philosophers problem. The project also teaches optimization and parralessing of processes. This is done directly with CPU control to ensure the existence of the philosophers.

pipex icon pipex

The program mimics the actual C system/bash command ' | ' (Pipe).

push_swap icon push_swap

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

webserv icon webserv

This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.