- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
27 Posted Topics
Re: [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 … | |
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 … | |
Re: 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 … | |
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 … | |
Re: 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] … | |
Re: 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 … | |
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 … | |
Re: 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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Re: 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 | |
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 … | |
Re: 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 … | |
Re: 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 | |
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 … | |
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 … | |
[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 … | |
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 … | |
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 … | |
Re: 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 … | |
Re: 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] | |
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 … | |
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 … | |
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 … | |
Re: 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 |
The End.