Giter Club home page Giter Club logo

Hi there 👋

My name is Vladimir Angirov. I study sofware development at 42Wolfsburg. Today I would like to attract you attention to the projects I am focusing on right now:

Project                          Status                  Short description
(for details check the projects' readmes)
📖 Libft DONE ✔️ Recode some funtions of the standard C library, linked lists, GNU gcc, GNU make
🖨️ ft_printf DONE ✔️ Recode recode printf, implement variadic functions
✏️ get_next_line DONE ✔️ A function that returns next line, static variables, file descriptors, open()/close(), read(), memory management (Valgrind etc.)
🎱 push_swap DONE ✔️ This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. Algorithms, git submodues
☎️ pipex DONE ✔️ Program that imitates the pipe operator | of the UNIX shell. $> ./pipex infile "grep a1" "wc -w" outfile should behave like this shell command: $> < infile grep a1 | wc -w > outfile Multiprocessing, redirections, pipes, system programming, exec(), wati()
🎨 fdf DONE ✔️ In this project we learn computer graphics from scratch. A symple map has to be rendered into an interactive 3D ojbect that is rendered on the flat screen.
3D rendering, Bresenham algorythm, linear transformations (scaling, translation, rotation, projections: isometric, parallel)
🔨 minishell DONE ✔️ Create a simple shell (command line interpreter) that can execute commands from the $PATH, has several builtins (e.g. cd, pwd, echo), can also pipe them and implements logical operators || and &&.
System programming, lexical analysis, parsing, redirection, here-docs, readline()
🍽️ Philosophers DONE ✔️ Multiprocessing, multithreading, system programming
🧟‍♂️ C++ 🧑‍🔧 in progress... Eight modules that will take us from C to C++

My skills:

  • C
  • C++
  • Unix
  • git
  • Python for Data Analysis (numpy, matplotlib, pandas)
  • R

Vladimir Angirov's Projects

42-evals icon 42-evals

A curated collection of official 42 School evaluation sheets 📄✅, complete with a user-friendly web interface for streamlined navigation and self-assessment. 🖥️🚀 Explore, prepare, and excel in your peer evaluations. For the full experience, visit my web page!

42-piscine-exam icon 42-piscine-exam

This repo has all exercises of "C Exam Alone In The Dark - Beginner" sorted from level_00 to Level_05

gitignore icon gitignore

A collection of useful .gitignore templates

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.