GithubHelp home page GithubHelp logo

zhadavla / ft_minishell Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.62 MB

Small replication of the Bash. Detailed description you can find in the subject directory.

Makefile 0.69% C 98.73% Shell 0.58%

ft_minishell's Introduction

Hello, I'm Vlad πŸ‘‹

Full-time student

  • Trying to mash up two learning styles: the laid-back, peer-driven vibe of 4️⃣2️⃣Prague with the more traditional academic approach of the πŸ‘Ύ FIT ČVUT πŸ‘Ύ
  • Hanging out in 🌳 the forest 🌲or being one with πŸ¦† nature πŸ¦” is totally my thing! It's my ultimate hobby and I can't get enough of it
  • You can speak πŸ‡ΊπŸ‡¦, πŸ‡¬πŸ‡§ and πŸ‡¨πŸ‡Ώ with me.

I'm skilled at:

Visual Studio Code

C-lang

C++

Java

PostgreSQL

GIT

Python

OpenCV


Currently studying:

Spring

AWS



42Prague progress

vzhadan's 42 stats

ft_minishell's People

Stargazers

 avatar  avatar

Watchers

 avatar

ft_minishell's Issues

Use list structure, specified in the libft.

When we create a new t_lst type, we're completely rewriting the free, add, and insert functions. We can avoid that by using

typedef struct s_lst{
    void *content;
    t_lst *next;
} t_lst;

and call free_lst function, just with specified cleaner_fun, not rewrite it completely πŸ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.