April 08, 2024

The Language of Web Development : JavaScript

    
    JavaScript, often called JS, started as a basic scripting tool but has grown into the most important part of building modern websites.

September 09, 2021

Advance Library Management System : Python


     The ‘Advance Library Management System’ is an improved form of the current library system. It has been designed after thoroughly considering the flaws in the prevalent method of performing common library tasks. At the core of its design is the motto to make all the tedious tasks as simple as possible.

June 04, 2021

Sokoban Game : Java


Sokoban aka Boxworld is a type of puzzle, in which the player pushes boxes around in a warehouse, trying to get them to designated locations. It has been developed in Java.

June 03, 2021

Snake Game : Java


   Snake Game is a game in which the player controls a snake, which roams around on a bordered plane. The goal is to score points by helping the snake eat its food, while preventing a collision with the walls or its own tail.

May 30, 2021

Chess Game : Turbo C++

   

   Chess is a board game for two players. It is played in a square board, made of 64 smaller squares, with eight squares on each side.

January 13, 2019

Nesting of Loops in C


  When a loop is inside the body of another loop, it is known as nesting of loops. Any type of loop can be nested inside any other type of loop.

October 26, 2018

TurboGUI : Turbo C++


   GUI stands for "Graphical User Interface" and is pronounced "GOO-EE". It provides users with an interface wherein actions can be performed by interacting with icons and graphical symbols.