Category: Programming

Get Programs,Tutorials and How To’s,Java,C,C++,C#,PHP,SQL and many more

0

What’s new in Javascript?

Some of the new features are still proposal / not compatible in all browsers. So if you are playing with the code, try to use Google Chrome. And some of them may Private Fields...

0

Steemit Post Comment Using Nodejs

In this tutorial, you will learn to use steemjs to post a comment to steemit.com. Prerequisites Basic knowledge in nodejs The data is fetched as JSON from URL and then it is sent to...

0

Install MySQL Command Prompt

You can run MySQL from Command Prompt Install WAMP Server Download WAMP Left Click and Click on Start all Services View post on imgur.com Make Sure its Green Colour http://i.imgur.com/wFQJrBm.png Now Goto C:wampbinmysqlmysql5.6.17bin or...

0

Project: Rapid Stat [Database Application]

RapidStat is a databaseoriented application made in c#,its a feedback application in which students can rate their teachers Domain: Database Application Date: 2014 Languages Used: C#,SQL it consists of 3 modules ->Add Faculty ->Fill Details...

0

JAVA Program to Implement BlackJack

This is the Java Program to Implement Black Jack Blackjack is a very well known gambling card game like the Slot Gacor that is played against a dealer in a casino. This game is...

1

Bankers Algorithm in Java

This is the Implementation of Bankers Algorithm in java The Banker’s algorithm is a resource allocation and deadlock avoidance algorithm developed by Edsger Dijkstra that tests for safety by simulating the allocation of predetermined...

0

C Program to Implement Selection Sort

This is the C Program to Implement Selection Sort Selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs...