Source Code: Programing Source Code

C Program: Number Shuffling Game

C Program: Number Shuffling Game

This C program is a simple console-based implementation of a number-shuffling game. The game presents a grid of numbers, and the objective is to rearrange…

Snake Game – C Imlementation

This C program simulates the game "snake" which is usually available in old mobile phones. A string of characters moves on the screen according to…

C Program – Tic-Tac-Toe Game – Command Line

This is a console version of Tic Tac Toe computer game written in c programming language. The game runs in text mode of command prompt…

How to Paint in DoS Mode in C [Command Line]

This C program allows you to paint in graphics mode under Dos Prompt. It uses graphic library grphics.h which is available in Turbo C++ Compiler…

C Program to show Fibonacci Sequence

This C program prints out the first Fibonacci series of N numbers. In mathematics, the Fibonacci numbers are a sequence of numbers named after Leonardo…

Stack Implementation with Array

This java code implements stack functionality by using arrays. It can Pop and Push an item in stack with the help of array. The item…

Datagram Operations using C

This application demonstrates the various datagram operations possible from NetBIOS. This includes sending and receiving both directed and group datagrams as well as broadcast datagrams.

Simple Image Viewer in Java with Swing

This Java program is a simple image viewer application designed for novice Java programmers. The program utilizes the Swing library to create a graphical user…

Blinker

This script allow you to quickly blink the background. With a click of a button, the background changes from white to blue and back several…

JavaScript – Interactive Background Color Changer

The "Interactive Background Color Changer" code provides a user-friendly interface to dynamically change the background color of a web page. It includes buttons to select…