Coders Packet

Listing of packets of source code submitted by coders

Converting the SwiftUI Toggle Switch into a Checkbox

This packet contains the struct that conforms to the ToggleStyle protocol in order to change or convert the SwiftUI Toggle Switch into a Checkbox.

Library Management System Using C++

In this project on Library Management Systems, I have used the concept of oops of C++ programming language.

Print the Pyramid pattern in Java programming

Hello Coders, In this Java tutorial we are going to solve the Pyramid triangle pattern using the concept of nested for loop.

QR Code generator using Python

This project aims to scan a QR code and then go directly to YouTube. You do not need to login and then go to YouTube. The main reason for making this project is to preserve time.

Calendar using Python

In this project, the user can view the calendar of any year that he or she chooses, along with any date, any day, and any month.

Read number of integers and characters in a sentence using JAVA

Total number of integers and characters in a string given by the user using ASCII values in Java.

Simple Calculator using Java and NetBeans

This is a simple calculator which can do basic arithmetic operations. It has been built using Java and used the NetBeans platform to write code.

ChatBox Using C++ with switch case

In this C++ packet, I have created a demo chatbox with some questions, in this, I have used the switch case concept.

Login form in Java

I have learned how to make a simple Login Form in Java Swing. A login form or login page is the core functionality of any application.

Registration Form Using Java In Eclipse

I have developed a Registration Form in Java Swing. Registration form is the main process of any application.

Simple Calculator in Java Using eclipse IDE

In this Java project, I created a simple calculator using Eclipse. I have developed basic math calculator in java with the help of AWT with event handling.

GUI application to display Student Information in Java

I have developed a basic GUI application to accept student information from a textfield and display it in a serial manner.