Check Number of Isolated Vertices & Pendent Vertices from Adjacency Matrix

Submitted by Arup Kr Goswami on
This is a simple C source code written in gcc paltform (Ubuntu, Linux). It checks that how many Isolated vertices & pendent vertices are contained in the graph represented by the adjacency matrix. Isolated vertex has degree zero & pendent vertex has degree one. Hope it will help others. Thanks.

Check Number of Self-loop & Parallel Edges From Adjacency Matrix

Submitted by Arup Kr Goswami on
Hello, This is a simple C source code written in gcc paltform (Ubuntu, Linux). It tests that how many self-loop & parallel edges are contained in the graph represented by the adjacency matrix. Also it checks that which vertices contain only self-loop. Self-loop is an edge which has the same initial & termination point.

Characters Restriction using javascript

Submitted by Jeprox on
In this project we are going to learn on how to disable characters in input field using javascript. The only allowed characters in this project are "01234567890.". If you want to enable or change some characters find this code // var validList = "0123456789."; for character restriction. Input Characters Restriction Characters Restriction Allowed Characters: "0123456789." Hope you find this useful.

Information Gateway System (Barangay Demographics Governance Management)

Submitted by DavaoCloudStudio on
# Information Gateway System # Point release: 17/11/2015 by Jii Yo with REDCAPPER Information Gateway System - Barangay Application ==================================== Information Gateway Application has a suite of selective modules specifically tailored to the requirements of education industry. Information Gateway System is engineered and designed considering range of management functions

Simple ATM Simulation

Submitted by harvey.rosero on
Hello folks this is my first post in sourcecodester, This simple application simulate with ATM Transaction developed in Dev C++. Program Features: 1 - Log In Account 2 - Withdrawal 3 - Deposit 4 - Check Balance 5 - Log Out i used some functions like masking the password with asterisk, printing features and ascii code for a more presentable ui, if you interested to enhance the project feel free to

Drag and Drop using Javascript

Submitted by jaredgwapo on
In this tutorial, we are going to learn how to the image into the box using javascript. This is a simple project that you can use in your website or system. DIRECTIONS HTML CODE Drag Image into the squares using HTML5 JAVASCRIPT CODE CSS CODE Share your thoughts in the comment section below or email me at [email protected]. Practice Coding. Thank you.