Coders Packet

Listing of packets of source code submitted by coders

Finding last Occurrences of variable in an array using recursion in C++

Given an array and a value K, we have to find the last occurrence of the value K in the array. We will do this by using recursion in C++ and print out the index of the last occurrence.

Solving a 9x9 sudoku using Backtracking in C++

A 9x9 2D matrix is taken as an input and using backtracking with C++ we will give solved sudoku as output. If there is no solution for the matrix we will print The given sudoku can't be solved.

Personal Desktop Assistant using Python

This tutorial consists of designing an Alexa-like personal voice assistant using Python that can interpret voice commands using speech recognition on your own desktop and can perform many tasks.

Web scraping Instagram using Python

In this project, we will be web scraping data from Instagram user profiles using python for data analyzing

Website Blocker using python

In this program, we will pass the link of websites that you believe are distracting and the program will block such websites while you are working on your computer.

Save Home, a responsive website made with HTML , CSS and Bootstrap

Save Home is a responsive website that is an initiative and contribution towards making our planet earth more sustainable and more habitable for us humans as well as other living beings.

Sapiens of steel - an online stopwatch made with HTML, CSS, Javascript and Bootstrap

Sapiens of steel is an online stopwatch to help people to be able to track their progress in physical and mental exercises.

GUI based Profile QR code Generator using Java

In order to Develop the GUI-based QR code generator we use Java programming language and some swing components like JLabel, JButton,JFiled, and JTextfiled.

Convert Java Text to speech using the FreeTTS Jar file

Hello friends, Welcome to my new tutorial during this tutorial, we are going to create an application that converts Java Text into Speech using the FreeTTS library.

CONVERT AN IMAGE TO A SKETCH USING PYTHON'S OPENCV LIBRARY

This is a very efficient program where we use opencv of python to convert any image to a gray scale sketch

Student management system in Python

Student management system in Python helps to maintain student details using insertion, deletion, search, modify, and print operations.

Password generator in Python

Password generator in Python is implemented using loops and random module. Here, a random password is created in a given length of password.