Code Monkey home page Code Monkey logo

abhaygupta08 / hacktober-2022 Goto Github PK

View Code? Open in Web Editor NEW
107.0 1.0 188.0 150.53 MB

๐Ÿš€ An Open Source repository to Teach people How to contribute to open sources.

License: GNU General Public License v3.0

C++ 4.26% HTML 5.81% ShaderLab 0.34% C# 0.34% Python 3.39% Jupyter Notebook 78.91% Java 0.92% CSS 4.26% JavaScript 1.30% C 0.20% Pug 0.01% Perl 0.01% Shell 0.01% Nim 0.01% SCSS 0.15% Procfile 0.01% EJS 0.04% Kotlin 0.04%
fest good-first-issue goodfirstissue hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2022 newbie open-source participating

hacktober-2022's Introduction

Hacktober-2022

๐Ÿš€ This repository is for collecting the different projects made by people who wants to contribute in open source.

Hacktoberfest 2021

PRs Welcome Open Source Love contributions welcome Hacktoberfest-2022

  • Anyone can add any type of valid html-css web page depends on you.

  • You can add any small projects you have made.

  • You can add programs too, in any programming language, but your program must be something different or unique.

  • Do not just re-edit the file or make some small changes this kind of PRs will not be accepted.

  • Do not add anyone else's work in this repository. It will leads to failure of your pull request.

Steps To Generate PR(Pull Request)

  • (Star โญ & Fork ๐Ÿฝ๏ธ) this repository.
  • Follow abhaygupta08 get it merged fast.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/Hacktober-2022.git

Create a branch

Then create a branch on your local repository to solve a problem.

terminal commands

git checkout -b your_new_branch_name

Add & commit

Add your changes(folder) to that branch.
Make necessary changes and commit those changes. terminal commands

git add .
git commit -m "your-commit-message"

Push changes to GitHub

Finally push your local repository to remote repository Compare & Submit a Pull Request

terminal commands

git push origin <branch-name>

Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Don't forget to read the contributing rules mentioned below to be successfully merged your PR and get rewards!!!

๐Ÿน Visit Hacktoberfest to get more information about Hacktoberfest 2022!!!

โœˆ Visit Hacktoberfest-swag to know more about your swags and rewards!!!

๐Ÿ›กRules to Contribute

  • โš“Star this repo to get latest updates. If you had fun while contributing to this project, then don't forget to give this project a star โญ.

  • โš“Give your file a proper extension according to language. Ex. .py, .java, .js. html etc.

  • โš“Name your file related to your topic.

  • โš“Put your files in correct folder like .py in Python, .js in Javascript etc.

  • โš“You can follow ME๐Ÿ˜.


Contributors of Hacktoberfest 2022

Note

All contributors who have followed the rules to contribute get successfully merged PR. Don't forget to follow!!!

Have some patience to get successfully merged PR. Keep Patience!!!

We're happy to merge valid pull requests to this repository !

+ Follow Me : } Quick Approval of Pull Request

'''
To get approval of the pull request much quicker (`Follow Me`)๐Ÿš€
'''


Abhay Gupta

For doubts contact [email protected]

Happy coding fellas!!๐Ÿ’•โœจ

hacktober-2022's People

Contributors

aayushas avatar abhaygupta08 avatar abuster147 avatar adshady13 avatar amarjit110 avatar arihant8jain avatar ayushsingh-github avatar azhar221 avatar debugagrawal avatar githubuser6363 avatar harsimran110 avatar jharaghav32 avatar kasakgarg08 avatar leoperd avatar mohd-afnan-shahab avatar mohdadnan786 avatar nakeshtewari avatar niwas27 avatar priyanshi-rai avatar rhythmbindal avatar roman94655 avatar sahilsingh2402 avatar samaydumasia avatar shubham2816 avatar superdev991 avatar supervishal0 avatar suryash-jha avatar vanya31 avatar vishalrai2002 avatar yuvraj-2503 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hacktober-2022's Issues

Modified Numbers and Queries

using mathematics and sieve

Find the sum of all the numbers between the range l and r. Here each number is represented by the sum of its prime factors.
Note : For example, 6 is represented by 5 because 6 has two prime factors 2 and 3 and 2 + 3 = 5.

Check If Circular Linked List

Given head, the head of a singly linked list, find if the linked list is circular or not. A linked list is called circular if it not NULL terminated and all nodes are connected in the form of a cycle. An empty linked list is considered as circular.

Assign me to add a clustering experiment

Hi,

I want to contribute to hacktoberfest. I have done an EDA and an analysis which was a part of a personal project assigned to me.
The audience is road-administrators so they can predict the occurrence of an accident with the help of polygons on the map.

Check if Linked List is Palindrome

Given a singly linked list of size N of integers. The task is to check if the given linked list is palindrome or not.

N = 3
value[] = {1,2,1}
Output: 1
Explanation: The given linked list is
1 2 1 , which is a palindrome and
Hence, the output is 1.

add css

please assign me this project .

Add pin ball game

Please label this issue also , my My PR is merge but still not count in hacktoberfest , so please label properly

Analog Clock

Hello Sir, I want to add Analog Clock which will show real time and it is made using HTML, CSS and JS.

Keylogger in Python

Can I contribute a keylogger program in python? Also I will be really grateful if you tag this as my Hacktoberfest 2022 contribution.

CAUTION: - If approved do not download and run this file on your system. Your system will detect this as a virus. If you want to download and run this file, please change the extension of the file from .pyw to .py. But I am still not 30% sure if it will work.

Searching & Sorting Algorithms in C++

Can I also contribute some sorting algorithms in the C++ folder? I saw there were none, so i think there should be. Also I would be in your debt if you tag this as Hacktoberfest 2022 contribution.

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.