Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 12-24-2005, 07:23 AM
OrcaDK OrcaDK is offline
Member
 
Join Date: Nov 2004
Posts: 42
Default public static void main(String[] args)

{
System.out.println("Merry christmas fellow software enthusiasts!");
}
Reply With Quote
  #2  
Old 12-24-2005, 08:18 AM
DrGonzo DrGonzo is offline
Junior Member
 
Join Date: Sep 2004
Posts: 4
Default Re: public static void main(String[] args)

[ QUOTE ]
{
System.out.println("Merry christmas fellow software enthusiasts!");
}

[/ QUOTE ]

Neeeeeeeeeeeeeeeerd!


And merry christmas [img]/images/graemlins/laugh.gif[/img] !
Reply With Quote
  #3  
Old 12-24-2005, 09:35 AM
brimstone1 brimstone1 is offline
Junior Member
 
Join Date: Jan 2005
Posts: 28
Default Re: public static void main(String[] args)

to you too [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #4  
Old 12-24-2005, 09:37 AM
theRealMacoy theRealMacoy is offline
Senior Member
 
Join Date: Feb 2005
Location: Vancouver, BC
Posts: 336
Default Re: public static void main(String[] args)

ah shucks that sure is nice orka.

i fully enjoy keeping abreast of the latest ideas and developments from programmers such as yourself in this forum....even though i'll admit i wasn't exactly sure to what this post's title refered until i looked it up.

....following your progress with MTH has been great -- from conception to the recent commercial application. i look forward to at the very least demoing it in the new year.

i hope your holiday is filled with splendid moments.


printf( "Have\na\nMerry\nChristmas\nand\na\nHappy\nNew Year\n" );


cheers,
sean
Reply With Quote
  #5  
Old 12-24-2005, 03:26 PM
AngryCola AngryCola is offline
Senior Member
 
Join Date: Sep 2004
Location: Wichita
Posts: 999
Default Re: public static void main(String[] args)

Reply With Quote
  #6  
Old 12-24-2005, 06:53 PM
Guest
 
Posts: n/a
Default Re: public static void main(String[] args)

DATA DIVISION.
01 WORKING-STORAGE.
01 HEADER-1 PIC X(15) VALUE 'MERRY CHRISTMAS'

PROCEDURE DIVISION.

PERFORM 100-INIT THRU 100-INIT-EXIT.
PERFORM 200-MAIN THRU 200-MAIN-EXIT.
PERFORM 300-TERM THRU 300-TERM0EXIT.
GOBACK.

100-INIT.
OPEN OUTPUT-FILE FOR OUTPUT.
100-INIT-EXIT.

200-MAIN.
WRITE OUT-REC FROM HEADER-1.
200-MAIN-EXIT.

300-TERM.
CLOSE OUTPUT-FILE.
300-TERM-EXIT.

Then just open the output file in 3.4.
Reply With Quote
  #7  
Old 12-24-2005, 09:56 PM
beatua beatua is offline
Junior Member
 
Join Date: Apr 2005
Posts: 0
Default Re: public static void main(String[] args)

Merry Christmas from an open ap in .ca!

Guess I'm not the only loser online tonight [img]/images/graemlins/smile.gif[/img]

Best wishes to all you guys.

runstop
Reply With Quote
  #8  
Old 12-26-2005, 05:07 PM
PokerAce PokerAce is offline
Senior Member
 
Join Date: Jan 2005
Posts: 385
Default Re: public static void main(String[] args)

[ QUOTE ]
DATA DIVISION.
01 WORKING-STORAGE.
01 HEADER-1 PIC X(15) VALUE 'MERRY CHRISTMAS'

PROCEDURE DIVISION.

PERFORM 100-INIT THRU 100-INIT-EXIT.
PERFORM 200-MAIN THRU 200-MAIN-EXIT.
PERFORM 300-TERM THRU 300-TERM0EXIT.
GOBACK.

100-INIT.
OPEN OUTPUT-FILE FOR OUTPUT.
100-INIT-EXIT.

200-MAIN.
WRITE OUT-REC FROM HEADER-1.
200-MAIN-EXIT.

300-TERM.
CLOSE OUTPUT-FILE.
300-TERM-EXIT.

Then just open the output file in 3.4.

[/ QUOTE ]

MY EYES!!!!!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.