Skip to content
View Asrasal47's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Asrasal47

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Asrasal47/README.md

Well Hello There ! ๐Ÿ‘‹

Hi ๐Ÿ‘‹, I'm Akshay Rasal

As a passionate self-taught programmer, I'm on a never-ending journey to expand my skills and knowledge. Each day, I strive to learn something new and embrace the exciting challenges that come my way.



  • Welcome to my GitHub! ๐Ÿš€
  • ๐Ÿ““ I'm a student of 42 Heilbronn
  • ๐Ÿ”ง Tech Stack: C, C++, Matlab and more!
  • ๐Ÿ“š Currently exploring: Cisco Networking Essentials (NetEss 2.0) and Web Development.
  • ๐ŸŽฏ Goal: To contribute to innovative projects and collaborate with inspiring developers.
  • ๐Ÿ‘‰ Seeking opportunities to grow and excel in the tech industry!
  • ๐ŸŒฑ Iโ€™m currently learning Cisco Networking Essentials (NetEss 2.0), Python and Web Development.
  • ๐Ÿ“ซ How to reach me asrasal47@gmail.com
  • ๐Ÿ“„ Know about my experiences Akshay Rasal (linkedin)

Connect with me:


asrasal47 asrasal47 akshayrasal_


Languages and Tools:


c cplusplus matlab python


asrasal47


Pinned Loading

  1. 42-fract-ol 42-fract-ol Public

    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 fraโ€ฆ

    C 1

  2. 42-minishell 42-minishell Public

    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.

    C 1

  3. 42-Philosophers 42-Philosophers Public

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

    C 1

  4. 42-push_swap 42-push_swap Public

    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โ€ฆ

    C 1

  5. CPP CPP Public

    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.

    C++ 1

  6. 42-IRC 42-IRC Public

    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 grโ€ฆ

    C++