Programs Home
Equation Parser This is something I made for the sake of our practicals. But it turned out pretty good though. It accepts infix expressions, as can be seen from the output, and also accepts some pretty confusing (but valid) expressions. Rejection of invalid expressions is at doubt, though. An implicit multiplication sign is assumed wherever an operator is found missing. Closing braces are not necessary, they are assumed. Of course, your expression should be unambiguous. Please enter the expression(s), eof (usually Ctrl+D or Ctrl+Z) to quit : 3+5 Result: 8 4/7*(7+5) Result: 6.85714 2.657*43.332(6.767+432.23) Result: 50543.1 12(3(5(10 Result: 1800 12(3)/3 Result: 12 programs/equation_parser.tar.gz Oxeon - a java mail server This is my project for semester five. It's a new mail server, with a different protocol. Basically, the commands to the server are sent thru HTTP requests, and the server replies back through XML. Since XML is really extensible, I hope the server could be put to good use. The backend is MySQL, the front end could be just about anything that can send and receive on HTTP (computers, mobiles, refrigerators etc.). Encryption is also supported, using the crypto libraries provided by the good people at bouncycastle.org. programs/oxeon.war
  • Friends
  • Pascal Dhruv Sidd
  • Search Engines
  • Google Ask Jeeves
  • Ones that I visit
  • Google kernel.org sourceforge.net kde-apps.org Google
    1
    Hosted by www.Geocities.ws