Jump to content
xisto Community

cse-icons

Members
  • Content Count

    356
  • Joined

  • Last visited

Everything posted by cse-icons

  1. Is it spelt "JSmothGen"? I tried to search on google with the same keyword but did not find any matches... If possible pls give me the website address where I can download the tool.
  2. hi all, here are the 3 solutions, in case you still want to give it a try.. dont look at the solutions below: int i, n = 20; [br]for (i = 0; i < n; n--)[/br]printf("-"); int i, n = 20; [/br]for (i = 0; -i < n; i--)[br]printf("-"); int i, n = 20; [/br]for (i = 0; i + n; i--)[/br]printf("-");
  3. yeah, there are 3 solutions all-right...i will post all the solutions in my next reply... got to go now....bye....
  4. hi,I am trying to find support for Tomcat in the Cpanel.I have partly designed a site using Jsp and servlets but am unable to find how to host it.Is the access thru cpanel or some other way...pls help me..
  5. hi eldeo,can you give more specific info regarding the javaservice free tool.have u tried it?Is there a similar solution for *nix?
  6. hi,actually i tried it few days back and got the solutions(2 by me and one by a friend),found it interesting and so posted it here..
  7. If u change from -- to ++ then,that wud be changing 2 characters.. whereas it is allowed to add/delete/replace only a single character.
  8. Here are a few links to java resources... Hope u find them useful... Sun Java Server Pages http://www.oracle.com/technetwork/java/index.html The SUN jsp site. Jspin /home/wp_zfnm5k/codango.com/wp-content/themes/dotkwik/dotkwik/styles/_ie/kill_ie6/ie6.html Jsp resource site. Lots of ads but I usually find something useful. Java Quick Reference http://forums.xisto.com/no_longer_exists/ Really compact reference site organized around the exam topics. Java Ranch Rules Round-up http://www.javaranch.com/game.jsp Fun applet that tests your basic basic knowledge Tomcat http://tomcat.apache.org/index.html Resin http://caucho.com/ Jetty http://forums.xisto.com/no_longer_exists/
  9. Hi chk this code....int i, n = 20; for (i = 0; i < n; i--)printf("-");You have to print '-' 20 times. by adding or removing or replacing onlya single character from the code.There are 3 possible solutions for the above question. Can u get them?
  10. GET RID OF TYPING LONG FILE AND DIRECTORY NAMES IN THE COMMAND PROMPT. TRY THIS OUT...(just in case u use DOS)To enable automatic pathname completion in DOS prompt......1. Open registry Editor by entering "regedit" in the run dialog box.2. Go to the below mentioned pathHKEY_CURRENT_USER\Software\Microsoft\Command Processor3. Click Command Processor and in the right pane double click "CompletionChar"4. In the value data textbox, enter 9 and press ok.5. exit regedit.restart the command prompt.type the command follwed by the first letter of the file or folder name and press tab key.Works in XP Professional, Win2K and NT machines Only.
  11. hi friends,I came across another useful tool, Hammurapi. It is a code review tool for Java. It parses thru java source files and generates a report stating all the violations to the standards. It is very much customizable so that u can define ur standards and it will report.It can be found at http://forums.xisto.com/no_longer_exists/ can also be called from an ant build file.I feel it wud be very useful for java projects and to maintain coding standards.
  12. for ur purpose u can use a few browser which have pop-up blocker built in.mozilla firefox and myie2/maxthon are few.google/yahoo toolbars also have pop-up blockers.I personally have been using myie2 and google toolbar.Netscape 7 also has a popup blocker.spybot is just enough for preventing spywares.
  13. I like eclipse. It has most features of a good idea and does not hog system resources.I have tried Idea but it eats memory for breakfast,lunch n dinner...Moreover eclipse is a freeware.
  14. hi friends, Many of u would be using appln server and tomcat is the most popular. But I have come across another one which is good for learning purposes. It is called Blazix.. The configuration is simple. Just install and then: put jsps and html in one folder and servlets in another. Add a servlet config line to the config file and there u r... Actually they are saying that it is very fast. Also the size is less than 2 MB. They say on their site that this is due to good algorithms and programming practices. But it is worth having a look at: I have cheked jsps and servlets. I dont know its perf when it comes to ejbs.. Just chek out and if nyone cud post their views http://www.blazix.com/
  15. yeah.. zonealaram is good. Even for a home user who spends considerable time online(unless it is dial up connection).. using firewall is a good idea...zonealarm is a freeware and with todays high config systems.. it wud not affect performance much...
  16. MYIE2 is a very good browser. It is fast as well has some cool features also. It has popup blocker, flash saver etc. There are a no of plugins u can add.. a cool feature is to enable the right click which is disabled on some sites. MyIE2 is now Maxthon u can download it at http://forums.xisto.com/no_longer_exists/ Happy Surfing...
  17. I am using only Yahoo Messenger for now. It has the best interface.
  18. DAP is good. I have been using it since last 3 yrs.. no probs and wud definitely recomment it..
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.