User-submitted Projects

186
2660 reads
ram10

//Program for displaying date,time
using System;

class MainClass {

public static void Main() {

string t;

DateTime dt = DateTime.Now;

t = dt.ToString("D")


Run It Now!
186
2039 reads
Praveen's picture

Submitted by

Praveen
Tags:

186
3869 reads
tinkerton74's picture

Submitted by

tinkerton74
Tags:

While loop
This program demonstrates how to use while loop in PHP.
Run It Now!
185
2087 reads
AlbertCanon's picture

Submitted by

AlbertCanon
Minutes to Midnight
The app is Minutes to Midnight is simply a countdown of the time.
Minutes to Midnight

Run It Now!
185
3022 reads
185
1839 reads
Adrian999's picture

Submitted by

Adrian999
visitor pattern
This example demonstrates Visitor Pattern in java. In this example Visitor Pattern Represents an operation to be performed on the elements of an object structure / Visitor lets you define a new opera
Run It Now!
184
3811 reads
cassia's picture

Submitted by

cassia
Date Display
It displays the popup window of date in android
Date Display

Run It Now!
184
2673 reads
ram16

/*Simple program for single dimensional array */

class Test

{
static void Main()
{
//array of integers
int[] nums = new int[5];
// Array of s


Run It Now!
184
3160 reads
ram14

// Program to understang go-to control

using System;
class dowhile1
{

public static void Main()
{

Console.WriteLine("What is your name?


Run It Now!
184
4400 reads
Alisia's picture

Submitted by

Alisia
Form Tags
The below example demonstrates Form based tags in struts framework. In this example index page has more links which are calling approriate action using struts.xml file.
Form Tags

Run It Now!
Make & share a project and showcase your talent to the world!