Giter Site home page Giter Site logo

open-source-contributors-jss / hacktoberfest2019 Goto Github PK

View Code? Open in Web Editor NEW
403.0 403.0 1.0K 10.28 MB

Happy Hacktober! :octocat: This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.

Home Page: https://hacktoberfest.netlify.com/

License: GNU General Public License v3.0

CSS 22.76% HTML 4.95% JavaScript 13.03% C++ 2.50% Python 1.52% Shell 1.04% C 0.45% PHP 0.06% Sass 11.36% Less 19.10% SCSS 23.23%
beginner beginner-friendly first-contribution first-pull first-pull-request-and-commit github star

hacktoberfest2019's People

Contributors

alexander-alvarado avatar baskaragilbas avatar busterz avatar carine-neris avatar chirgjin avatar erfaniaa avatar gabrielrochamd avatar iaravindreddyp avatar imgbotapp avatar jaikanth6 avatar jomoabhi avatar kamalhb avatar krishnadevz avatar matheuscr30 avatar mitasha98 avatar murtaza1112 avatar nirinarisantatra avatar pragativerma18 avatar pratibha-gupta avatar raghubandaru avatar rajat2502 avatar ryuk07 avatar shivangi2000 avatar shristisingh29 avatar sraghuvanshi avatar stark019 avatar swastikaushik avatar tushar018 avatar uk-dixitism avatar vaishnavitiwari 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  avatar  avatar  avatar

hacktoberfest2019's Issues

CODE_OF_CONDUCT Missing

The code of conduct for contributing to this repository is missing.

Explanation of Problem

Any Open Source repository constitutes of a CODE OF CONDUCT that should be followed while contributing to the repository

Contribution Instructions not Responsive

Prerequisites

  • I am running the latest version
  • I checked the readme and found no answer
  • I checked to make sure that this issue has not already been filed
  • Web Browser and Version: Google Chrome | 77.0.3865.90 (Official Build) (64-bit)
  • Operating System: Windows

Explanation of Problem

image
As shown in the above image, a part of next button is not clickable due to content div's height.

Also on a screen width of 1200 pixels, the next button overlaps with text.
image

Hacktoberfest 2023

Fill up only the relevant details and skip or remove the rest.

Prerequisites

Please answer the following questions for yourself before submitting an issue.

YOU MAY DELETE THE PREREQUISITES SECTION.

  • [ Yes] I am running the latest version
  • [ Yes] I checked the readme and found no answer
  • [ Yes] I checked to make sure that this issue has not already been filed

Matrices-multiply-program-in-c-is-missing.

//here is the code-

#include<stdio.h>
int main(void)
{
int i, j, k, p, q, m = 0, n = 0, final = 0;
int fst[m][n], sec[m][n], mul[m][n];

printf(" Write the number of rows and columns for first matrix \n ");
scanf("%d%d", &m, &n);

printf(" Insert your matrix elements : \n ");
for (i = 0; i < m; i++)
    for (j = 0; j < n; j++) {
        scanf("%d", &fst[i][j]);
    }

printf(" Write the number of rows and columns for second matrix\n");
scanf(" %d %d", &p, &q);

if (n != p)
    printf(" Matrices cannot be multiplied with each other. \n ");
else
{
    printf(" Insert your elements for second matrix \n ");

    for (i = 0; i < p; i++)
        for (j = 0; j < q; j++)
            scanf("%d", &sec[i][j] );

    for (i = 0; i < m; i++) {
        for (j = 0; j < q; j++) {
            for (k = 0; k < p; k++) {
                final = final + fst[i][k] * sec[k][j];
            }
            mul[i][j] = final;
            final = 0;
        }
    }

    printf(" Matrix multiplication or product of the matrices is: \n ");
    for (i = 0; i < m; i++) {
        for (j = 0; j < q; j++)
            printf("%d \t", mul[i][j] );
        printf(" \n ");
    }
}
return 0;

}

Hacktoberfest 2019

Fill up only the relevant details and skip or remove the rest.

Prerequisites

Please answer the following questions for yourself before submitting an issue.

YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the readme and found no answer
  • I checked to make sure that this issue has not already been filed

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Web Browser and Version:
  • Operating System:

Explanation of Problem

Please include any relevant log snippets, screenshots or files here to make the issue clear and more comprehensible.

Contributors count on each page

As the number of contributors on the repository is increasing very rapidly, we want that the contributors' page to show only a maximum of 30 contributors at a time i.e the number of contributors should be divided page wise in sets of 30 and so on.

Hacktoberfest 2019

Fill up only the relevant details and skip or remove the rest.

Prerequisites

Please answer the following questions for yourself before submitting an issue.

YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the readme and found no answer
  • I checked to make sure that this issue has not already been filed

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Web Browser and Version:
  • Operating System:

Explanation of Problem

Please include any relevant log snippets, screenshots or files here to make the issue clear and more comprehensible.

Code of conduct not available

Fill up only the relevant details and skip or remove the rest.

Prerequisites

Please answer the following questions for yourself before submitting an issue.

YOU MAY DELETE THE PREREQUISITES SECTION.

  • I am running the latest version
  • I checked the readme and found no answer
  • I checked to make sure that this issue has not already been filed

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Web Browser and Version:
  • Operating System:

Explanation of Problem

Please include any relevant log snippets, screenshots or files here to make the issue clear and more comprehensible.

Pull requests here won’t count toward Hacktoberfest.

Hi there,

Thank you for your interest in Hacktoberfest and in helping others make their first contributions to open source.

While we agree that it's important to help others, this repository does not do this in a way that is in line with the Hacktoberfest values. Please read the part that talks about high-quality contributions to understand why we are reaching out and taking action. Due to this, we've added this repository to the list of excluded repositories which means pull requests here will not count toward Hacktoberfest 2020.

This is not a DigitalOcean decision, it's one that is inspired by the community of maintainers and contributors who all agree that quality is more important than quantity when it comes to engagement in the Open Source community. The values remind us to shift the focus from contributions to repositories that encourage folks to quickly create and gain a pull request to contributions that will help people level-up their skills and contribute to open-source projects that are in need of help.

If you feel that this repository is an effective learning resource, we encourage you to keep running it since a core part of the aim for Hacktoberfest is to encourage new folks to get involved with open-source.

However, if you are interested in having contributions to this repo count toward Hacktoberfest we encourage you to take a look at this list of Hacktoberfest issues for inspiration and make the necessary changes to focus on enabling people to make meaningful contributions to open source projects.

If you have any questions about this or participating in Hacktoberfest, please contact our team via email [email protected] or join our community Discord server.

Happy Hacking,
The Hacktoberfest Team

Hacktoberfest is presented by DigitalOcean, Intel and DEV.

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.