Karthikeyan Rajendraprasad

Ranch Hand
+ Follow
since Apr 16, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Karthikeyan Rajendraprasad

wrote a program that ran for hourssss to get this solution..

im tweaking it a little bit to get the required solution in a lesser time.

adding the king logic to it should not be a great deal.

lets see whether we can fill the remaining board with the kings.
17 years ago
hmm got the result atlast

17 years ago
The rule is when any one of the hourglasses finishes leaking, that hourglass must be flipped over immediately to keep it running.

i think the above thing needs to be taken care off...

so here is a solution

start with both the glasses

after the small hour glass finishes turn it. Time at that point will be 5 min.

after the big hour glass finishes turn it. Time at that point will be 7 min.

after small hour glass finishes turn both Big glass will have 3 min remaining and small 5 min and the time will be 10 min.

after the big hour glass finishes turn both. in turn both big will have 7 min and small will have 3 min and the time will be 13 min.

when the small gets emptied it will be 16 min.
18 years ago
After a long time a tough puzzle.. will definately give a try.. hope there a is a solution for this
18 years ago
thats what the java program does... im not sure whether i can run my java program on the mainframe system..
18 years ago
i have the input xml that has to be sent to the webservice. also i have a java program that can put this inside a soap envelope and send it over as a html request..

the thing now is can i call the java program or can i send it directly as a html request ?? or any other simpler way
[ December 02, 2005: Message edited by: Karthikeyan Rajendraprasad ]
18 years ago
will it be possible to access webservvices from a mainfram system?
18 years ago
when i create a wsdl using Java2WSDL i get nillable=true for all variables. i need to have min and max occurences for the variable. how to enable that.. i think we can give --use-nillable... can anybody give a syntax for that
18 years ago
Yep... the problem was with the classpath only... took me a long time to figure that out....
18 years ago
i try to deploy a war file for webservices using the console im able to deploy it successfully. when i try to do it using the weblogic deployer from the command prompt i get the following error


18 years ago
hi i am using oracle thin driver to connect to the 9i database. i have a procedure that returns a CLOB. when i tried to set the registerOutParameter as oracle.jdbc.driver.OracleTypes.CLOB or java.sql.Types.CLOB i get an error saying PLS-00306: wrong number or types of arguments in call

can anybody help me out
just rename the .txt file to .html file... that would do. no need to have html tags
18 years ago
is the case of your procedure same as the one in DB??

you have given all of them in uppercase. just check that..