Konstantin (sapogov1978)

sapogov1978

Geek Repo

Location:Beška, Serbia

Github PK Tool:Github PK Tool

Konstantin's repositories

001_libft

Recode a functions of the C standard library.

Language:CStargazers:0Issues:0Issues:0

002_get_next_line

Function which returns a line read from a file descriptor. Calling function in a loop will then allow to read the text available on a file descriptor one line at a time until the EOF.

Language:CStargazers:0Issues:0Issues:0

002_printf

Recode of system printf. Works with cspdiuxX% convesions, field size and precision. Thanks to HecateCerridwen, cvignar and MaudClam for understanding, ideas and debugging of project.

Language:CStargazers:0Issues:0Issues:0

003_miniRT

Basic ray-tracing. 5 primitives, colored only, cast hard shadows, multiple and ambient lighting. Using MinilibX, working on MacOS an Ubuntu. Thanks to Kain2250 for mentoring and tutoring in this project. Thanks to cvignar and MaudClam for help in debugging.

Language:CStargazers:0Issues:0Issues:0

003_push_swap

This project about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions.

Language:CStargazers:0Issues:0Issues:0

003_server

This is a server in a Docker container with multiples services: NGinx, Wordpress, phpMyAdmin, and a SQL database

Language:DockerfileStargazers:0Issues:0Issues:0

004_inception

In this project have to set up a small infrastructure composed of different services under specific rules. The whole project has to be done in a virtual machine and use docker-compose. Thanks to cvignar, MaudClam and fmira21 for help.

Language:DockerfileStargazers:0Issues:0Issues:0

004_minishell

First group project. Created in collaboration with Abambi. The objective of this project is for you to create a simple shell (little bash or zsh)

Language:CStargazers:0Issues:0Issues:0

004_philosophers

Multi-threading with pthread library.

Language:CStargazers:0Issues:0Issues:0

005_CPP_Intro

Introduction to C++

Language:C++Stargazers:0Issues:0Issues:0