Akshay Rasal (arasal) (Asrasal47)

Asrasal47

Geek Repo

Location:Heilbronn, Germany

Github PK Tool:Github PK Tool

Akshay Rasal (arasal)'s repositories

42-fract-ol

A program that generates fractals using complex mathematical computations and displays them on the screen with visually appealing images! The mandatory part includes Mandalbrot and Julia set of fractals and the bonus includes Newton fractal.

Language:CStargazers:1Issues:0Issues:0

42-ft_printf

It is printf. Should I say more? Includes bonus which implements the flags, width and precision.

Language:CStargazers:1Issues:1Issues:0

42-get_next_line

A program that reads a file descriptor and returns a line until the new line character or the end of the file/text. Includes bonus but it didnt pass the moulinette. Suggestions to fix are welcome.

Language:CStargazers:1Issues:1Issues:0

42-Libft

A library of basic functions that is to be used throughout the curriculum of 42. Bonus functions include functions related to linked lists.

Language:CStargazers:1Issues:1Issues:0

42-minishell

Minishell is the first group project at 42. It is a program that behaves exactly like bash with a prompt and most of the utilities like builtins , redirections, pipes, and simple commands.

Language:CStargazers:1Issues:0Issues:0

42-Philosophers

A program that solves the classic philosopher problem using threads and mutexes. The bonus is done using forks and semaphores instead.

Language:CStargazers:1Issues:0Issues:0

42-pipex

A program that imitates the pipeline functionality of bash. It includes bonus that can also handle multiple pipes and heredoc.

Language:CStargazers:1Issues:1Issues:0

42-push_swap

A sorting algorithm that can sort any number of integers in an efficient way with minimum number of operations. It includes the bonus which implements the checker program to check the functionality of push_swap.

CPP

Introduction to C++ utilities and understanding the basics of C++98. Overall 10 CPP projects starting with easy utilities and moving to advanced STL libraries towards the end.

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

42-IRC

Internet Relay Chat or IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels.

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

42-Net-practice

A brief exercise to test TCP/IP addressing skills.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

synthavo

A simple python script to read and process data from a csv or excel file, rearranging the data in a dictionary(python) and send it to the API.

Language:PythonStargazers:0Issues:0Issues:0