Skip to content
View rrangwan's full-sized avatar

Highlights

  • Pro

Block or report rrangwan

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
rrangwan/README.md

About:


42 Mastery Repositories:

42 rrangwan

1. Computerv1
2. ft Linear Regression
3. ft Turing
4. DSLR


Rust:

Rust

Quadratic Equation Solver

Python:

Python

Linear Regression with ML (basic)
Logistic Regression with Visualizations

UI/UX:

Figma

Figma Mobile App Demo 1

OCaml:

OCaml

Replica of a Turing Machine

Hackathons:

My Skills
1. MOI_Hackathon_AudioTags : Demo of a feature to add to the existing android app of the Ministry of Interior of the UAE. The feature is to provide assistance to user's that cannot read English, or see.

42 Foundational Level Repositories:

My Skills

1. 42_libft : It is a library of commonly used functions.

2. 42_ft_printf : It is a replica of the printf function in C.

3. 42_get_next_line : It is a replica of the getline() function in C, but with just one parameter (int fd).

4. 42_so_long : A 2D maze game created using 42's own graphic rendering library.

5. 42_push_swap : Solving the problem of sorting a stack using one other (empty) stack.

6. 42_pipex : Recreating the '|' (pipe) control operator in bash.

7. 42_minishell : Recreating the bash shell with custom built in commands such as 'cd', 'env', 'export', 'echo', 'pwd', 'unset', 'exit'.

8. 42_philosophers : Solving the classic philosopher's dining problem using multi-threading.

9. 42_cub3D : A 3D maze game using ray casting principles.

10. 42_ft_transcendence: The final 'group' capstone project to create a webapp for playing the pong game. Interesting learning about group dynamics during pressure situations

Popular repositories Loading

  1. 2-42_ft_printf 2-42_ft_printf Public

    Replica of the printf function in C, a 42 project, scored 100 / 100

    C 1

  2. rrangwan rrangwan Public

    Config files for my GitHub profile.

  3. 4-42_so_long 4-42_so_long Public

    A simple 2D game, in C, using the school's own graphics management library.

    C

  4. 1-42_Libft 1-42_Libft Public

    125 / 100

    C

  5. 3-42_get_next_line 3-42_get_next_line Public

    42 project replicating the getline() function in C, but with just one parameter (int fd); 125 / 100

    C

  6. 6-42_pipex 6-42_pipex Public

    scored 100 / 100

    C