Giter Club home page Giter Club logo

hactoberfest2023's Introduction

Hacktoberfest 2023 Repository

Welcome to the Hacktoberfest 2023 repository! This is a place for everyone, especially beginners, to get involved in open source development. Whether you're new to coding or an experienced developer, we encourage you to participate in Hacktoberfest by contributing to this repository.

What is this Repository About?

This repository is a celebration of Hacktoberfest, an annual event that encourages people to contribute to open source projects. Here, you can submit any piece of code, no matter how big or small. It's a great opportunity for newcomers to learn about open source development, collaborate with others, and get their hands dirty with real-world coding projects.

How to Contribute

Contributing is easy! Just follow these simple steps:

  1. Fork this Repository: Click the "Fork" button at the top right of the repository's page. This will create a copy of this repository in your own GitHub account.

  2. Clone your Fork: On your GitHub account, find the repository you just forked. Click the "Code" button and copy the URL. Then, in your terminal, run git clone <your-fork-url> to download the repository to your local machine.

  3. Create a New Branch: Use a descriptive branch name to work on your contribution. For example, if you're adding a new Python script, you could name your branch "add-python-script."

    git checkout -b your-branch-name
  4. Make Changes: Add your code or make any improvements to the existing codebase.

  5. Commit Changes: After making your changes, commit them with a meaningful message:

    git add .
    git commit -m "Add your message here"
  6. Push Changes: Push your changes to your forked repository on GitHub:

    git push origin your-branch-name
  7. Create a Pull Request: Go to your forked repository on GitHub and click on the "New Pull Request" button. Choose the branch you just pushed and submit your pull request.

  8. Wait for Review: Our maintainers will review your pull request and provide feedback. Once approved, your code will be merged into this repository.

Guidelines for Contributions

  • Ensure your code is well-documented and follows best practices.
  • Avoid submitting spammy or irrelevant code.
  • Respect the code of conduct and be kind and respectful to other contributors.
  • Have fun and learn from the experience!

Get Started with Hacktoberfest 2023

Hacktoberfest is all about learning, contributing, and having a great time in the open source community. Don't hesitate to ask questions, seek help, or offer your assistance to others. Enjoy your journey into the world of open source development!

hactoberfest2023's People

Contributors

andidprastyo avatar ankushjagga avatar ballalpreeti avatar bhavya56arora11 avatar chirag-v09 avatar crutosj avatar dependabot[bot] avatar dev04sa avatar devjster avatar gitgunawardhana avatar gruelingpine185 avatar harshsharma-11 avatar hermione28 avatar infinity-anuj avatar kasunudarawaththehewa avatar maheshdbabar9340 avatar midway91 avatar mostuselessboy avatar p-1000 avatar pratik-050 avatar princekumaraj avatar rissh avatar saiadithya3 avatar shubhdevv avatar singayush avatar sksadiruddin avatar soumojitshome2023 avatar teerthesh706 avatar vermaaarti avatar vivektiwari-1 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

hactoberfest2023's Issues

Create a problem folder

We can create a dedicated folder within this repository for the purpose of uploading practice questions of the C language. The intention behind this folder will be to provide a valuable resource for users by offering a collection of practice questions that can be benificial in their learning and preparation.

Bubble sort in python

hello @Midway91 ,I would like to add a Bubble sort  algorithm in Python. Please assign it to me

Dynamic Programming Standard Patterns

Those who cannot remember are condemned to repeat. ~ DP

I am gonna add Standard DP problems pattern wise in cpp.
1D DP
2D/3D DP (DP on grids)
DP on strings
DP on Subsequences
DP on LIS
MCM DP | Partition DP

Power of a number using Recursion in Python

Hi @Midway91

I would like to contribute Python based implementation of Power of Number using Recursion. It would be great if you could assign this issue to me :)

Explanation:

Given two numbers, x and n, print the result of "x raised to the power of n" using recursion. The language of implementation is Python.

Thanks

Matrix Multiplication (PYTHON) [HACTOBERFEST 2023]

Hello Sir,
I want to add my Python codes in this repo. I want to a very basic problem statement code in this repo

Problem Statement : Write a program to multiply two matrices as nested lists.
I want to add the the solution code to this problem.

Can you please give me a chance to contribute in this repo??

Organize the files

Can I have someone organize all of the files into their correct folders. All of the folders should be in the Hacktoberfest folder. If there isn't a correct folder for the programming language make a folder with the name of the language.

shell sort implementation using C++

Shell sort is the crucial sorting algorithm for understanding the concept of data structure and other sorting algorithms. I wanted to add shell sort using C++ in this repo as this will add value for the repo viewers for understanding the full concepts of it.

@Midway91 please assign me🌝.

Please make a CONTRIBUTING.md

Beginners may not know how to fork, commit, or perform any other necessary operations to contribute to this project. It's an inconvenience for them to look elsewhere, so please make such a file.

Excluded from Hactoberfest 2023

This repository has been excluded from Hacktoberfest 2023. So, even if your PR is merged, it will only be reflected in the excluded section of the Hacktoberfest 2023 webpage and not be counted towards the overall progress section.

Dynamic Tool-tip design

I would like to work on a dynamically changing tooltip with in-app nudges to serve as non-intrusive aides for various mobile app features. So the application Sets up tooltips that will help draw attention to a specific screen element. A frontend application that renders a tooltip with dynamic positioning, design, and text, as well as a live preview of the tooltip while it is being rendered, without predefined libraries.

Please kindly assign me the issue

Huffman Coding Compression Algorithm

Huffman coding (also known as Huffman Encoding) is an algorithm for doing data compression, and it forms the basic idea behind file compression. The method which is used to construct optimal prefix code is called Huffman coding.
This algorithm builds a tree in bottom up manner.

I wanted to add Huffman Coding Compression Algorithm using C++ in this repo as this will add value for the repo viewers for understanding the full concepts of it. ⚑

@Midway91 Please Assign me πŸ™‚.

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.