This repository will hold all the deadly codes that can change the world .

Overview

Hacktoberfest Hack Codes



Proud Contributors



Do you know , that we belong to an era where your code can build me or destry me ? 😨 So , we thought why not record what we do and presenting to you Hack Code , A repository that will hold all the deadly codes that can change the world .

Codes can be written in different languages like C , C++ , Java , PHP , Python , Ruby , Javascript or whatever your are familiar with .

We prefer well documented code comment lines will be appreciated and your Pull Requests should comply with these in-order to get merged. So, do read the CONTRIBUTING.md.

Also read, CODE OF CONDUCT.

Fork this repository and clone on your local machine

git clone https://github.com/aritrakrbasu/Hacktoberfest-Hack-Codes.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new coding question and answer that you solved
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

What to do:

Fork this repository 
       |
       V
Clone forked Repo
       |
       V
Add coding Question and Answer in the cloned folder 
       |
       V
Push the code to your forked repo 
       |
       V
Send a Pull Request(PR)
       |
       V
Wait for it to get Merged


Happy Hacktober Fest 2021 🤩

Looking forward to your PRs!!!

Please consider contributing to it if you think your solution could help the Open Source Community and we together can hack the world using your code 🏴‍☠️ 🏴‍☠️ .

Comments
  • Add Solution of LeetCode Questions

    Add Solution of LeetCode Questions

    Add solution to question from LeetCode

    • Solutions should be strictly designed by you, Code from other coding platforms (that doesn't belong to you) are not accepted and will be marked invalid if evidence found.

    • [ ] Fork Repo

    • [ ] Clone Repo

    • [ ] Create Folder

    • [ ] Add question and solution

    • [ ] Push to forked repo

    • [ ] Create PR and wait to get it merged

    Happy Hacking 😜

    help wanted good first issue Hacktoberfest Hacktoberfest-accepted 
    opened by aritrakrbasu 5
  • weirdOrNot

    weirdOrNot

    In this challenge, we test your knowledge of using if-else conditional statements to automate decision-making processes. An if-else statement has the following logical flow:

    Hacktoberfest Hacktoberfest-accepted 
    opened by cureius 1
  • Insertion Sort

    Insertion Sort

    Insertion sort is a simple sorting algorithm that works similar to the way you sort playing cards in your hands. The array is virtually split into a sorted and an unsorted part. Values from the unsorted part are picked and placed at the correct position in the sorted part.

    Hacktoberfest Hacktoberfest-accepted 
    opened by cureius 1
  • Find the smallest and second smallest elements in an array.

    Find the smallest and second smallest elements in an array.

    A Simple Solution is to sort the array in increasing order. The first two elements in the sorted array would be the two smallest elements. In this approach, if the smallest element is present more than one time then we will have to use a loop for printing the unique smallest and second smallest elements.

    Hacktoberfest Hacktoberfest-accepted 
    opened by cureius 1
  • Dynamic Dispatch in Java (OOP concept)

    Dynamic Dispatch in Java (OOP concept)

    Dynamic method dispatch is the mechanism in which a call to an overridden method is resolved at run time instead of compile time. This is an important concept because of how Java implements run-time polymorphism.

    Java uses the principle of ‘a superclass reference variable can refer to a subclass object’ to resolve calls to overridden methods at run time. When a superclass reference is used to call an overridden method, Java determines which version of the method to execute based on the type of the object being referred to at the time call.

    opened by ankit351104 0
  • Add Solution of Others Questions

    Add Solution of Others Questions

    Add solution to question from Others

    • Solutions should be strictly designed by you, Code from other coding platforms (that doesn't belong to you) are not accepted and will be marked invalid if evidence found.

    • [ ] Fork Repo

    • [ ] Clone Repo

    • [ ] Create Folder

    • [ ] Add question and solution

    • [ ] Push to forked repo

    • [ ] Create PR and wait to get it merged

    Happy Hacking 😜

    enhancement help wanted good first issue Hacktoberfest Hacktoberfest-accepted 
    opened by aritrakrbasu 4
Owner
Aritra Basu
Hello my name is Aritra Basu , a nalandite and currently doing by B.tech from RCCIIT . I love web development and currently working with @reactjs .
Aritra Basu
All type of codes(Beginner, Intermediate and Advance) feel free to add your codes to this repo !

Hello everyone, Welcome to Basic_codes ?? All type of codes (Beginner, Intermediate and Advance) feel free to add your codes to this repo! ?? ?? You w

Nikhil Verma 2 Oct 15, 2021
This repository is for everyone for Hacktoberfest 2021. Anyone can contribute anything for your Swags (T- Shirt), must be relevant that can add some value to this repository.

Hacktober Fest 2021 For Everyone! Upload Projects or Different Types of Programs in any Language Use this project to make your first contribution to a

Mahesh Jain 174 Dec 27, 2022
First-up chord-send and tap-and-hold chord repeat extensions to QMK.

Quantum Mechanical Keyboard Firmware This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM co

Joshua Grams 8 Dec 14, 2022
This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....

© Dragon ball GT INTRODUCTION The goal of this repository is to have in a single place all possible algorithms and data structures - in multiple langu

Shivanshu Garg 12 Oct 30, 2022
A collection of valorant cheating codes, including offsets, world to screen and much more!

Valorant External Cheating Help Always up to date Valorant Offsets + a wide variety of noob friendly helper functions. Functions are not heaviky teste

P. B. 15 Jun 12, 2022
An embedded CAN bus sniffer which is able to monitor any of the vehicle internal CAN bus and perform some action by triggering new CAN messages.

An embedded CAN bus sniffer which is able to monitor any of the vehicle internal CAN bus and perform some action by triggering new CAN messages. In this way certain vehicle functionality can be triggered by responding to custom steering wheel button events, or use the vehicle virtual cockpit to display OBD-PIDs values instead of relying on an external display to present new information to the user

null 18 Dec 28, 2022
Just storing all my codes in Rust here (learning)

Rust-Dump I am learning Rust in 2021, and this will take some time. The end goal is to be able to understand the codebase of PopOS and contribute. I'l

Kushashwa Ravi Shrimali 3 Nov 3, 2021
Contribute all levels of C++ related codes for Hacktoberfest 2021!

Everything-C++ Contribute all levels of C++ related codes for Hacktoberfest 2021! About This repository contains C++ programs on various topics. What

null 18 Oct 31, 2022
This repository is for adding codes of data structures and algorithms.

DSA-Code-Snippet This repository is for adding codes of data structures and algorithms, leetCode, hackerrank etc solutions in different languages Cont

Aryan Goyal 4 Dec 4, 2021
Upload codes in any language in this repository

HacktoberFest21 Hello Hackers! HacktoberFest has begun again for year 2021, and everyone's excited to get started! What is Hacktoberfest? Hacktoberfes

SUDIP MONDAL 56 Jan 1, 2022
Watch TV channels on your device via internet from all over the world for free. IPTV API Implemented with QT C++

IPTV Desktop Description IPTV-Desktop is GUI application made with Qt C++ using IPTV API, which was developed by iptv-org. Watch free tv channels via

Not Your Surya 4 Oct 24, 2022
Compiles c files automatically on any change

Compiles c files automatically on any change

notaweeb 9 Dec 5, 2022
A simply GUI to change settings in coreboot's CBFS, via the nvramtool utility.

coreboot-configurator A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility. How to install Ubuntu, Linux Mint, elementary OS,

Star Labs 43 Jan 2, 2023
Watches files and records, or triggers actions, when they change.

Watchman A file watching service. Purpose Watchman exists to watch files and record when they actually change. It can also trigger actions (such as re

Meta 11.4k Jan 3, 2023
Open-source node system framework, to change your algorithmic code into useful tools to create much more complicated simulations!

Open-source node system framework, to change your algorithmic code into useful tools to create much more complicated simulations!

Zenus Technology 763 Jan 9, 2023
D2R mod generator. Provide quick tool to generate .txt files to change game balance: increase drop, monster density or even randomize items.

Diablo 2 mod generator Generator is inspired by d2modmaker. It provides fast and easy way to create mod without any modding knowledge. Features includ

Smirnov Vladimir 31 Dec 22, 2022
this is very basic version for our dataset validation, only change the path, and align the frame of vio and Groundtruth

VINS-Fusion for UrbanNavDataset Evaluation 1. Prerequisites please refer to VINS-Fusion Github 2. Build mkdir catkin/src cd catkin/src mkdir result cd

baaixw 16 Dec 9, 2022