Skip to content
View paulzhironkin's full-sized avatar

Block or report paulzhironkin

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paulzhironkin/README.md

I'm Paul Zhironkin

Software engineer and student at Ecole 42, Paris

Stack:

  • C, Unix, Bash, Shell, Make
  • C++ (currently learning)
  • Python, Pandas, NumPy, TF
  • Java, PostgreSQL (currently learning)
  • Javascript (currently learning)
  • SMM, SEA, Targeting

Projects:

  • Minishell (updating..) - minimum viable realisation of a real shell in C
  • Philosophers - solution of dining philosophers problem in C
  • 2D game - small 2D game with basic gameplay in C
  • Push_swap - sorting array with two stacks algorithm in C
  • Ft_printf - basic recreation of printf() function in C
  • Pipex - inter-process communication mechanism implementation in C
  • Get_next_line - line reading function-helper in C
  • Libft - implementation of C Library in C

Pinned Loading

  1. philosophers philosophers Public

    The solution of dining philosophers problem

    C

  2. push_swap push_swap Public

    Sorting array of integers through two stack

    C

  3. so_long so_long Public

    Small 2D game with basic gameplay

    C