Coder Social home page Coder Social logo

Hello there! My name is Nevil.

I'm a Data Science Enthusiast from India. I'm pursuing my Bachelor of Technology in Computer Science Engineering from Lovely Professional University, India. I am currently passionate about Data Analysis, Data Visualization, Predictive Modeling, Cloud Computing and Deployment.

MrNevil


MrNevil

nevilsutaria

MrNevil

MrNevil

Nevil Sutaria's Projects

conda icon conda

Specifying a conda environment with `environment.yml`

d3py icon d3py

a plottling library for python, based on D3

flask-materialize icon flask-materialize

A Material Design framework for Flask, similar to flask-bootstrap. Utilizes Materialize CSS

gfg-dsa-2 icon gfg-dsa-2

This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.

hacktoberfest2020 icon hacktoberfest2020

Repository to let enthusiasts create issues and pull requests for the Open Source event

jobot icon jobot

The AI That Does Everything

orchest icon orchest

A new kind of IDE for Data Science.

os-cse316 icon os-cse316

Your project shell must support i/o-redirection on both stdin and stdout. i.e. the command line: programname arg1 arg2 < inputfile > outputfile will execute the program programname with arguments arg1 and arg2, the stdin FILE stream replaced by inputfile and the stdout FILE stream replaced by outputfileWith output redirection, if the redirection character is > then the outputfile is created if it does not exist and truncated if it does. If the redirection token is >> then outputfile is created if it does not exist and appended to if it does. Note: you can assume that the redirection symbols, < , > & >> will be delimited from other command line arguments by white space - one or more spaces and/or tabs. This condition and the meanings for the redirection symbols outlined above and in the project differ from that for the standard shell. I/O redirection is accomplished in the child process immediately after the fork and before the exec command. At this point, the child has inherited all the file handles of its parent and still has access to a copy of the parent memory. Thus, it will know if redirection is to be performed, and, if it does change the stdin and/or stdout file streams, this will only effect the child not the parent.

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.