Code Monkey home page Code Monkey logo

nakshatra-garg / hacktoberfest-coer Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 37.0 1.44 MB

The official repository for HacktoberFest @ COER. Organized by Disha...The Guidance (The Technical Committee of College of Engineering Roorkee)

License: MIT License

Python 7.64% PHP 85.91% Batchfile 0.01% Shell 0.01% C++ 3.28% HTML 2.14% CSS 0.27% C 0.75%
c cplusplus css data-science hacktoberfest html java javascript machine-learning open-source opensource projects python sql

hacktoberfest-coer's Introduction

Hi there 👋

JPG


I'm a postgraduate student at VIT University pursuing an M.Tech (CSE) with a specialization in AI and ML. I have a strong background in computer science. I'm a tech-savvy individual who is deeply interested in Artificial Intelligence and Machine Learning. I've also made some Open-Source contributions in the past.


Languages & Frameworks

Python Java PostgreSQL

Keras TensorFlow scikit-learn Pandas Numpy Matplotlib Jupyter Power BI OpenAI API


Tools

Git Tableau Mac OS Windows GCP Markdown Atom


Where to Find me

Gmail

📈 Github Stats

Nakshatra's GitHub stats

hacktoberfest-coer's People

Contributors

athi223 avatar bhumi-125 avatar dev-chirag-taneja avatar dilip-basak avatar dishantisrani avatar gakash2k01 avatar gautamabhishek1 avatar hkunchal47 avatar mr-vijaychauhan avatar nakshatra-garg avatar nidhi2003 avatar praveen-kumar12540 avatar rakshita2604 avatar skub123 avatar sundeshbatheja avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hacktoberfest-coer's Issues

<PYTHON>: <Name of issue>

Description

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Java: Pong Game

Description

Pong is a classic tennis game which is GUI based. This project is a great recipe to test your core java skills as it uses simple Multithreading concepts, Swing concepts, OOPs concepts. This project will hone your skills in creating GUI based Java applications.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

SQL: Blood Donation Database

Description

In this database, all the data regarding blood donations are recorded. For example, patients in need of blood, donors, and blood banks. Under this database, SQL is used and data are specified under several data points. Likely, Name, Blood group, patients suffering from diseases, and their unique identification number.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

<c++>: <bug detect>

Description

bug while having output

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C++: Rock, Paper, Scissors

rock paper scissors is a hand game for two or more players. Participants say “rock, paper, scissors” and then simultaneously form their hands into the shape of a rock (a fist), a piece of paper (palm facing downward), or a pair of scissors (two fingers extended). The rules are straightforward:

Rock smashes scissors.
Paper covers rock.
Scissors cut paper.

Contributing Guidelines:

The code should include comments
There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
The file names must be in snake case (i.e., ' ' replaced by '_')
If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Resume Scanner

Description

Most businesses’ human resources departments today use software known as an Applicant Tracking System which is used to select the right candidates for a particular job. Such software scans a document to extract and match the keywords on a resume with the skills and qualifications needed to perform a particular job. This is nothing more than resume scanning and an application used to perform this task is known as a resume scanner.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Duplicate Remover

Description

Create a Python program to remove duplicates from a list. Try out multiple approaches.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C++

Description

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Rock, Paper, Scissors

Description

rock paper scissors is a hand game for two or more players. Participants say “rock, paper, scissors” and then simultaneously form their hands into the shape of a rock (a fist), a piece of paper (palm facing downward), or a pair of scissors (two fingers extended). The rules are straightforward:

  • Rock smashes scissors.
  • Paper covers rock.
  • Scissors cut paper.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Java: Snake Game

Description

Snake is a classic smartphone game. In this game, the snake is looking for food which is called tokens. Here, you will be implementing java Swing concepts plus OOPs concepts.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Treasure Map

Description

Treasure Map allows you to store your treasure in your desired location.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

<Python>: <creating issues >

Description

There are some issues in the python language that can be corrected by making program shorter and more efficient. Program can be made shorter by the use of loops

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Password Generator

Description

To create a password with Python, you need to create a program that takes the length of the password and generates a random password of the same length.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

c++ not correct syntex

Description

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: QR Code Generation

Description

QR code stands for Quick Response Code. QR codes may look simple but they are capable of storing lots of data. Irrespective of how much data they contain when scanned QR code allows the user to access information instantly.

Hint: For QR code generation using python, you can use a python module called qrcode.

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., C++/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')

c language not correct syntax

Description

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

SQL: Library Database Management

Description

As a student library management

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Face Detection

Description

Face detection is the process of detecting faces, from an image or a video does not matter. The program does nothing more than finding faces. Let’s say you are looking at the street and the cars are passing. Face detection is like saying the passing object is a car.

You can use the OpenCV library in Python which is used as the primary tool for the tasks of computer vision in Python.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

its work

to easy to operate.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

HTML/CSS: Web Designation

Description

web developing in HTML (AS A PAGE DESIGNING):

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

<OOP Python>: <Insurance Policy>

Description

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

HTML/CSS: Create a webpage

Description

Create a simple webpage using HTML and CSS (Optional). Show your creativity. Explain a term related to programming, or maybe create a webpage for someone you see as an idol. Good Luck.

Contributing Guidelines:

  • The code should include comments
  • Add up screenshots of your webpage in the README.md file.
  • The file should be in the proper directory (i.e., HTML and CSS/simple_webpages/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Convert Image to a Pencil Sketch

Description

Step 1: Find an image that you want to convert to a pencil sketch.
Step 2: Read the image in RBG format and then convert it to a grayscale image.
Step 3: Invert the grayscale image also called the negative image.
Step 4: Finally create the pencil sketch by mixing the grayscale image with the inverted blurry image.

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

HTML/CSS: Webpage for an Event

Description

Create a webpage using HTML/CSS for an event, for example, HacktoberFest.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

SQL: Student Database Management

Description

The database would contain general student information (such as name, address, contact information, admission year, courses, etc.), attendance file, marks or result file, fee file, scholarship file, etc.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Video to Audio Converter

Description

Converting videos to audio files might seem like an odd decision, but it can come in handy in specific cases. It is most often used to record the soundtrack of videos or to extract other audio tracks from videos where you are only interested in the sound.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C++: Simple Calculator

Description

Create a simple calculator in C++

  • The calculator should include 5 basic operations (i.e., Addition, Subtraction, Multiplication, Division, Modulus)
  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in README.md file.
  • The file should be in the proper directory (e.g., C++/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')

Machine Learning With Python: Implement MNIST Using CNNs

Description

Implement MNIST dataset using Convolutional Neural Networks (CNNs). Use Max Pooling Layers, Conv2d layers, Dense layers.
Use your own strategy and try to achieve the maximum possible accuracy.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C: Square Root Function

Description=

4=2
144=12

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

something error in this

c and c++ language not work properly .

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

machine learning with python :

Description

error insyntax

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C: Switch case function

Description

Switch case can be used for choosing a value;

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Number Guessing Game

Description

A number guessing game aims to guess the number that the program has come up with. Essentially the program logic is:

  1. The program randomly selects a number between 1 and 100 or any other combination of numbers.
  2. It will then ask the player to enter his proposal.
  3. It will then check if this number is the same as the one generated randomly by the computer; if so, the player wins.
  4. If the player’s guess is not the same, then he will check if the number is higher or lower than the guess and tell the player.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C++ : Create Matrix Calculator

Description

Create a matrix calculator which can do matrix multiplication,addition,subtraction, find Inverse. Use your Strategy and try to create error less code.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Python: Password Generator

Description

A password generator is a tool that generates a random and strong password for a user. A strong password mitigates the risk of password brute-forcing. We can specify the length of the password when we generating it. A password of length 8 or more is considered to be a good password.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

C++: Create Trigonometric Calculator

Create the Trigonometric calculator using C++
that found the degree
eg:- sin30degree ,cos45degree

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

HTML/CSS: A Food Delivery Webpage

Description

In this project, you will create a web page containing the standard information regarding a food delivery website. Show your creativity & add different features.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

HTML/CSS: Personal Portfolio Page

Description

In this project, you will create a web page containing the standard information for a work portfolio, including your name and image, projects, niche skills, and interests. If you want, you can also add your CV and host the complete portfolio on GitHub via your GitHub account.

The portfolio page should have a header and footer section. The header section will include a menu highlighting your personal information, contact information, and work. You can place your photo at the top part of the page and include a short description of your professional career and interests. Below this description, you can add a few work samples. The footer section can contain your social media handles.

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

Javascript : Password Generator

Description

A password generator is a tool that helps user to create a strong password for themselves .

Contributing Guidelines:

  • The code should include comments
  • There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
  • The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
  • The file names must be in snake case (i.e., ' ' replaced by '_')
  • If you're using images in the README.md file then put them in the images folder inside your project directory.

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.