Giter VIP home page Giter VIP logo

ishaan28malik / hacktoberfest-2023 Goto Github PK

View Code? Open in Web Editor NEW
551.0 5.0 1.7K 23.92 MB

Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.

License: MIT License

JavaScript 3.22% HTML 7.37% CSS 5.05% C 7.64% Python 31.35% C++ 12.00% Prolog 0.19% PHP 8.73% Java 15.94% Hack 7.78% Go 0.73%
hacktoberfest star javascript newcomers github pull-requests trending-repositories website open-source hacktoberfest2020 prs hacktoberfest2021

hacktoberfest-2023's Issues

Mineral Processing Technology - Image Analytics

Is your feature request related to a problem? Please describe.
Describe the solution you'd like

n the field of Mineral Processing Technology, size analysis of the various particles of an extracted sample is of importance in determining the quality of minerals, entropy values and in establishing the degree of liberation of the values from the gangue at various particle sizes. In this problem statement, candidate is required to analyze the mineral particles in the input folder and calculate the following -

The smallest circle that just encapsulates the particle (the circle has to be generated on the image).

Total surface area of the particle (in pixels) (Has to be generated on the image)

The major axis (longest axis) in the particle that lies entirely inside the particle (in pixels) (Has to be generated on the image)

Total perimeter of the particle (in pixels) (Has to be generated on the image)

Centroid of the particle (Has to be generated on the image)

Add Kadane's Algorithm in Java

Kadane's algorithm is a dynamic programming approach used to solve the maximum subarray problem, which involves finding the contiguous subarray with the maximum sum in an array of numbers.

Automating movies and TV search with python scripts

IT IS A MINI-IMDB PROJECT THAT PROVIDES INFORMATION ABOUT ANY MOVIE OR TV SERIES WHEN SEARCHED.
This project is coded in python language and uses basics of python data structure - lists, OOPS and some basics of database.
Please assign.

I want add Astar Algorithm in python

A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency. One major practical drawback is its O(b^d) space complexity, as it stores all generated nodes in memory..can i add this algorithm in your repo.if its possible assign me this issue.thank you

Banking-System in C

Is your feature request related to a problem? Please describe.
Many beginners in programming start with C, which is a fundamental and widely used programming language. However, there is a lack of practical and real-world project examples specifically tailored for C learners, leaving them without appropriate resources to apply their knowledge and skills.

Describe the solution you'd like
I suggest creating and providing a simple banking system project implemented in C. This project should cover basic concepts such as data structures, file handling, conditional statements, loops, and functions. It should be well-commented and structured, making it easy for beginners to understand and learn from. Additionally, the project should include clear explanations of the code logic and step-by-step instructions, guiding learners through the implementation process. Providing such a resource will enable beginners to apply their theoretical knowledge in a practical context, enhancing their understanding of programming concepts.
Describe alternatives you've considered
Online Tutorials: While there are online tutorials available, a standalone, well-documented project consolidates learning into a practical, hands-on experience.
Learning Platforms: Some platforms offer interactive coding challenges, but a comprehensive project provides a holistic view of programming concepts.
Additional context
Adding a simple banking system project in C will cater to the needs of beginners and enhance their programming skills. It will serve as a valuable resource for self-learners and educators alike, fostering a better understanding of C programming concepts through real-world application.

Add Contributor Section to README.md

Description
The community for this Hactoberfest-2023 has grown larger and everyone has contributed according to there knowledge and make this community stronger and knowledgeble. It will be good have a contribution section in README.md file to incourage contributors and motivate everyone.

  • @anaida07 , I suggest to have contribution section like this in README.md file .Please assign this to me
    image

If you find any bugs

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Armstrong number

** your feature request related to a problem? Please describe.**
Yes. The Armstrong number program written in java is a bit complicated .I want to make the code simpler.

Describe the solution you'd like
I want to make the code simpler and want to implement the code in less number of lines

Describe alternatives you've considered
to use a single while loop
Additional context
Add any other context or screenshots about the feature request here.

tictactoe.py

Hey buddy I found that your "tictactoe.py" doesnt have any "A.I" related stuff an alsob not very efficient I am suggesting my code please review and add if you like that .
Thank You .

number series

Is your feature request related to a problem? Please describe.
Yes. I want to reduce the complexity of the program number series written in c.
Describe the solution you'd like
I want to reduce the complexity from O(N^2) to O(N)
Describe alternatives you've considered
I want to reduce one for loop and replace it with other code
Additional context
Add any other context or screenshots about the feature request here.

0-1 Knapsack Problem in java. Hacktoberfest 2020

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Update the png files.

Make sure that all the png files go-to a single folder instead of separate input.

Ineligible repository for Hacktoberfest

After submitting the PR, I checked my hacktoberfest profile which showed me that this repository is an ineligible repository. I'm not sure what's wrong here because as per the rules of hacktoberfest, maintainers of the repository have to add "hacktoberfest" as a topic which is clearly mentioned in this repository and yet the issue pertains. Kindly take a look at it.

Random Forest Algorithm in python - Machine Learning

Is your feature request related to a problem? Please describe.
There's no algorithm for Random Forest implementation for Machine Learning using python.

Describe the solution you'd like
Implementation of Random Forest Algorithm in Python from Scratch.

Describe alternatives you've considered
we can also use inbuilt libraries for random forest implementation such as scikit learn.

Additional context
Add any other context or screenshots about the feature request here.

UI Improvement [Hacktoberfest]

Improve the UI [Hacktoberfest 2019]

Would you like to work on this Project?
yes

UI design link will be submitted soon!!

Adding Deployment

**Deploying the web app **
Either Github Pages or Heroku

Any other suggestions ?
Are welcome to try

Dice Rolling Simulator Using Python

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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.