Skip to content

devrudra9/cpu-scheduling-algo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPU Scheduling Algorithm Simulator ✨

A website template for Developers!

This is an open-source project to help web developers showcase their skills and work.

To view a live example, click here.

Features in which you can contribute

  • Responsive Design: So that website will look great on various devices and screen sizes.
  • More Algorithms: You can add more scheduling algorithms too.
  • Results Showcase: Display your average time results and throughput more efficiently.
  • Number of processes: You can fix the number of processes for any Scheduling Algorithms.
  • Other Sections: You can make new about sections in the navbar to display the use of different algorithms in the CPU.
  • and many more...

If you'd like to contribute and make this much better for other users, have a look at Issues or feel free to create an issue that helps to make the website more better.

💻 Tech Stack

  • HTML5 - HTML is the standard markup language for Web pages
  • JavaScript - JS is an Open source runtime environment, built on the Chrome browser's V8 engine
  • CSS - CSS describes how HTML elements should be displayed

🚀 Quick start

Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please feel free to open an issue and submit a pull request. Make sure to follow the project's code of conduct.

Note: If you are new to open source contributions, you can refer to this guide by GitHub.

Warning: Please do not spam the repository with unnecessary PRs. Please create PRs if and only if you are assigned to the respective issue.

Installation

  1. Clone the repo
 git clone https://github.com/devrudra9/cpu-scheduling-algo.git
  1. Open the index.html file

  2. Have fun!

Creating A Pull Request

  1. Fork the repository
  2. Clone your forked repository
git clone https://github.com/<your_github_username>/cpu-scheduling-algo.git
  1. Now go ahead and create a new branch and move to the branch
git checkout -b fix-issue-<ISSUE-NUMBER>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  1. Add all the files to the staging area
git add .

or

git add <file_name1> <file_name2>
  1. Commit your changes
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin fix-issue-<ISSUE-NUMBER>
  1. Open a Pull Request

Thanks to all Contributors 💪

Your contribution is the root of the success of this project.

Also Give it a Star 🌟, If you loved contributing to the project. Let's connect on my Github for more such projects !!

About

CPU Scheduling Algorithms Simulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published