GithubHelp home page GithubHelp logo

shobhit61730's Projects

aec-library-website icon aec-library-website

This is an Open-Source Library Website in which you get Resources to learn different topics, Donate book section to donate your old books, and a Book issue section to keep a record of all the books issued.

automate-with-code icon automate-with-code

Automate some boring stuff using your favourite programming language. Do contribute!!

bigb-e-learn-websit-e icon bigb-e-learn-websit-e

BigB is a E-learning website , covers all the Knowledgeable material from UNIVERSITY to UNIVERSE.๐Ÿ˜๐Ÿ˜

git icon git

this is git tutorial

lean-coding icon lean-coding

Hacktoberfest2021 Automate with code ๐Ÿ“ƒ ๐Ÿท๏ธ Automate some boring stuff using your favourite programming language. How to contribute? Add your name to the CONTRIBUTORS.md file. Create the folder of your preferred language if not present and add your code within a folder or as a file. ๐Ÿš€ Quick Start : 1: Forking the repository : Get your own local copy of the repository by clicking on Fork button at right upper corner. 2: Clone the Forked Repository To make your local copy of the repository follow the steps: Open the Command Prompt Type this command: $ git clone https://github.com/<your-github-username>/Automate-with-code 3: Creating a new branch Branching helps managing your code and isolate your work. To create a new branch: $ git branch <branch_name> $ git checkout -b <branch_name> Keep your cloned repository upto to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes) git pull origin main 4: Contribute Commit your code in your branch using below steps: First stage your changes, git add . Commit your code with appropriate message, git commit -m "commit message" At this point you can use the git push command to push the changes to the current branch of your forked repository: git push origin <branch-name> 5: Create Pull Request Now, you are ready to make a pull request to the original repository. You should navigate to your forked repository, and press the "Compare & pull request" button on the page. GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the โ€œCreate pull requestโ€ button. License License This project is licensed under the MIT License. Copyright (c) 2021 GargiGuptagd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Happy Coding ๐Ÿ‘จโ€๐Ÿ’ป

learn-to-code icon learn-to-code

Contribute with your favourite language .Let's see your skill with your projects .

nsga-ii icon nsga-ii

This is a python implementation of NSGA-II algorithm. NSGA is a popular non-domination based genetic algorithm for multi-objective optimization. It is a very effective algorithm but has been generally criticized for its computational complexity, lack of elitism and for choosing the optimal parameter value for sharing parameter ฯƒshare. A modified version, NSGA II was developed, which has a better sorting algorithm , incorporates elitism and no sharing parameter needs to be chosen a priori.

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.