Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
27% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements

27 Posted Topics

Member Avatar for Duki

[QUOTE=Duki;438169]Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)[/QUOTE] i'll be eating my mom's cooked idli-sambar with …

Member Avatar for Dani
22
17K
Member Avatar for ronnieaka

i have been trying in vain to implement fibonacci in prolog, and so far i've done that in c++,javascript,python and java. but it just irritates me since i'm new to prolog and i just can't code much, because i haven't seen the prolog equivalents of c++'s for loops,if-else statements,basic variable …

Member Avatar for TrustyTony
0
7K
Member Avatar for mrnutty

i too start counting from 0 i feel helpless without a computer i've become less social i've become more irritatingly logical in everything. my friends ask me if i lost my sense of humour, whenever i try to find logic in their silly jokes. i watch movies less. tv none,nada …

Member Avatar for chiiqui
0
447
Member Avatar for ronnieaka

i'm gonna be building a website,for my summer training,but then later commercialize to earn a few bucks Main thing is, i want to make it as attractive GUI wise as possible with probably PHP only, and ajax and flash are allowed to get as many marks as possible and it …

Member Avatar for dhruv_arora
0
115
Member Avatar for yatin.baraiya

in html when you specify a name or source for anything, like say input fields, you can just write them without any quotes. but when that name or source is multi worded with space in between, you need quotes. the example will clear it for you [icode]<input type=text name=NameField >[/icode] …

Member Avatar for Sadun89
0
130
Member Avatar for pvsairam

you mean how to convert servlet code to jsp ? well for starters you could READ A BIT about both :angry: then come here and ask a lesser wildy general question or you can just do this put all your logic from the service or doPost/doGet methods into a scriptlet …

Member Avatar for Sadun89
0
109
Member Avatar for ronnieaka

i tested the php version of the autocomplete example in ajax using PHP from here: [URL="http://www.w3schools.com/ajax/ajax_aspphp.asp"]http://www.w3schools.com/ajax/ajax_aspphp.asp[/URL] i tried the PHP veriosn, not the ASP version. It worked fine. Now i want to implement the same thing in JSP, and so i translated the PHP version of source file (which has …

Member Avatar for ronnieaka
0
234
Member Avatar for chunalt787

you'd have to learn program software that would be able to control microcontrollers or microprocessors, PICs or whatever those chips 8051,8059,8057 meant i had microprocessors this sem which has ended, and in the book it was said there are 3rd party APIs that directly communicate with these chips via an …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for ronnieaka

here's my code: [CODE] import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.annotation.WebServlet; @WebServlet(name="HelloWorld",urlPatterns={"/HW"}) public class HelloWorld extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { PrintWriter out = response.getWriter(); out.println("Hello Programmers!!! "); } } [/CODE] to access it on Tomcat, i goto : localhost:8080/examples/HW so i …

0
126
Member Avatar for ronnieaka

i'm gonna be building a website,for my summer training,but then later commercialize to earn a few bucks Main thing is, i want to make it as attractive GUI wise as possible with probably PHP only, and ajax and flash are allowed to get as many marks as possible and it …

Member Avatar for chrishea
0
255
Member Avatar for ronnieaka

here's the infix expression: [B]EXAMPLE 1[/B] a/(b+c)*d according to me, if [B]*[/B] is given higher precedence then [B]/[/B] , then this should be the postfix expression: [B]1) abc+d*/ [/B] if / has higher priority then * , then: [B]2) abc+/d*[/B] [B]question 1: [/B]which is correct?? 1 or 2 ? according …

Member Avatar for TrustyTony
0
242
Member Avatar for ronnieaka

i have a form, on which after i click submit, i want the existing elements to get cleared off , ie, all those form fields and button to be cleared, and the result i wanna display be displayed kind of like clrscr() in c++. is there anything in JSP or …

Member Avatar for javaAddict
0
1K
Member Avatar for Romil797

its not like a programming language will take years to execute your applications, so just stick to one, learn to optimize your code, and you got what you want

Member Avatar for TrustyTony
0
527
Member Avatar for ronnieaka

firstly, please suggest some tags i should put for this post. onto the problem.. i saw this programming problem on projecteuler.net and wanted to solve it for fun. i solved it, but i tried first till 142857 the output was good, ok, satisfying here's the link where the problem is …

Member Avatar for ronnieaka
0
208
Member Avatar for Xcelled194

how about a cool background application that would produce random fizz effect on a block of text typed in any text editor like notepad or wordpad or ms word. individual letters would haphazardly just bounce around in the window area of the editor for a specified amount of time and …

Member Avatar for BitBlt
0
200
Member Avatar for jake1496

medal of honor was good call of duty was good to i agree now i'm playing bad company and gonna play deus ex:human revolution burnout paradise is staple in racing and i occasionally delve a little in the good ol hearts

Member Avatar for davidlouis88
-8
861
Member Avatar for ronnieaka

i've downloaded the latest drivers, i mean when they were back in december. it was a tedious task of ordering them too. i had to do that by seeing their size and then clicking on the drivers page to download which showed the size and cancelled it then because i …

Member Avatar for ronnieaka
0
255
Member Avatar for ronnieaka

the answer to this i found on the web was this: The AWT event dispatcher thread is not a daemon thread. You must explicitly call System.exit to terminate the JVM. and what i understand of it is that the thread which is terminated when we close a JFrame or Applet …

Member Avatar for JamesCherrill
0
563
Member Avatar for ronnieaka

[B]intro: [/B]i'm a 19yr old in 3rd yr doing btech in computer science. i chose to graduate in that coz i was interested in computers and programming,not like other brickheads wanting to do mba after a technical graduation. ok, in the last 2 yrs i've progressed only as much to …

Member Avatar for absolute_zero
0
315
Member Avatar for ronnieaka

my teacher gave us this basic example of rmi the interface, server and client programs are given in order though i know that in server side there is no bind() statement and in client a proper lookup(),and no import of registry package in server program,cause i googled up and saw …

0
79
Member Avatar for ronnieaka

hi, i'm writing a snake game and so far i've gotten nowhere, not even to moving the hashes i'm calling snake, and that's what i'm gonna discuss now i know i don't clearly have an understanding of threading for animation but before this i've done lotsa stuff like bouncing frames …

Member Avatar for quuba
0
324
Member Avatar for serkan sendur

shawshank redemption fight club dark knight mulholland drive(this one is actually complicated..u need to have patience..david finch's work requires it) snatch life is beautiful godfather scarface (i swear u won't forget this character of al pacino) fistful of dollars dirty harry - class of clint eastwood the cable guy catch …

Member Avatar for ronnieaka
0
1K
Member Avatar for xavier666

well i hope this explains i was thinking maybe this was the reason. turned out it did [URL="http://stackoverflow.com/questions/1437241/endoffile-in-c-eof"]http://stackoverflow.com/questions/1437241/endoffile-in-c-eof[/URL]

Member Avatar for ronnieaka
0
118
Member Avatar for ronnieaka

okay so here's the little piece of code that would be useful in a sudoku program that i'm making... this function leftover is simply extracting the set minus of two arrays. i don't know if logic's been having any problem but i think its pretty simple clear. oh, and i'm …

Member Avatar for u8sand
0
213
Member Avatar for ronnieaka

i've sudoku to make and for that, i need to generate it too. so for the generation, i've decided out that filling each successive column is a task of filling each column cell in the same row with a random no but seeing that it isn't already there in that …

Member Avatar for gusano79
0
731
Member Avatar for ronnieaka

greetings,mates my first post...[a leetle nurvous ;) ] 4th sem is over, summer hols started, and so has the headache of summer homework. for the in-house summer training we have to do build some simple good userfriendly and useful application written in whatever language we may like, and the time …

Member Avatar for griswolf
-1
127
Member Avatar for techkar

hey man please check out my thread here it has done the job partially, but still i think its a progress since the original version was in PHP and i made in JSP http://www.daniweb.com/web-development/jsp/threads/367880

Member Avatar for cpweb
0
97

The End.