Code Packets

Browse all published coding projects

Binary search using Python

The goal of binary search is to search whether a given number is present in the string or not. First, check whether it is present in the middle or not then check for front and rear using Python.

Rutik Santosh Kanade · Jul 08, 2021

Conversion of milliseconds to seconds and minutes using Java

The program is about converting milliseconds to seconds and minutes with the help of primitive data types. The programming language used in the source code is Java.

Kajjayam Priya · Jul 08, 2021

Hyperparameter Tuning with Scikit-Optimize and Hyperopt in Python

This packet contains an overview of different hyperparameter tuning methods in the Scikit-Optimize and Hyperopt libraries.

Viraj Nayak · Jul 07, 2021

Python code to scrape the website basketball-reference.com

This project contains python code to scrape player data from basketball-reference.com and clean the data using scrapy, selenium and pandas.

Srivatsan Sridhar · Jul 07, 2021

Number system conversion in C++

In this C++ code, we can convert the given number from- 1) binary to hexadecimal 2) decimal to octal 3) decimal to hexadecimal 4) octal to binary

kamayani · Jul 07, 2021

Reverse of a String using stack in C++

In this C++code, we can easily reverse a string using the stacks. once the input is given, it gives the output string in the reverse format.

kamayani · Jul 07, 2021

eCommerce Website Using Django in Python

The eCommerce website project is created in Django and can be used as a base to create a custom E-com site.

Nitish Kumar · Jul 07, 2021

E-commerce backend API with Express and MongoDB tested with Postman

Restful API interface for an e-commerce website with JWT Authentication build with Express and MongoDB and tested with Postman

Abhishek Malviya · Jul 07, 2021

Hangman Game in Python

This Hangman game in Python is used to guess the word of Cities in India. This project is completely based on Python and build on PyCharm.

Shivani Bhimrao Choudhary · Jul 07, 2021

Translator app in Python using TKinter

It is used to convert any word from one language to other language as per your prefrences as python language.

Rishit verma · Jul 07, 2021

Word Stretch using Python

In this module, we are going to write python code for getting all possibilities for stretching a word to the given size.

Noolu Samyuktha · Jul 07, 2021

React Admin Dashboard

The React "Admin Dashboard" is an admin panel component that can be easily integrated with any project to provide it a dashboard functionality.

Umang Mundhra · Jul 06, 2021