I have tried a lot to make a program which evaluates an postfix expression and ended up with this.
Code:
/** Program to evaluate a postfix expression
* Program written by Soumyadeep
* **/
import j ...
Hi guys, I'm currently taking up my course in PROGRAMMING LANGUAGES. Actually I googled for
this but I just want to have your opinions about event-driven programming languages(eg. ActionScript, Curl, GML, Hyper ...
I was wondering does anyone have any code of a java IP address location APP. I have code to get the IP address of a website but I now need code to give me the location of the IP address. I know there are websites there t ...
Hi All
I've got a method inside my class that is really bad in that there must be a better way todo this!
The Method:
Code:
public function episodeInfo($showid,$season = NULL,$episodenum = NULL ...
C# (C-Sharp / CSharp) .NET Application
WAV Looper 1.0
Alarm Clock
Screenshot
Some Information
I have created this project in a few minutes - so it's not the best it could be. My program ...
Erm, ok.. let say, now i have these 2 variables:
alpha = 'A';
alpha1 = 'a';
and when user is asked for an input, i wan the program to be able to detect A or a, (meaning no case-sensitive issues), such as
...
I have made a php script that cron executes and then should pass params. to a different script using header('Location: test.php'); and sending the Get commands;
This work fine from a web browser however I need to run ...
Ok, this is what I've got and its nasty...
What I need to do is decode the script below so that I can grab each heading (text or url or ...) and output it separately to a webpage table, decoding is the easy ...
hey guys, can someone help me out with creating this program
i'm fairly new with c++
i need a program that will accept any string and would display how many characters are in total and how many letters, numbers an ...
these are the files .plz copy paste to your project and run(Dev c++ or Microsoft vC++...slight vary) and rotate the gun...it shrinks in size.....
the formula for rotate is
x = x*cosf(t) - y*sinf(t);
y = y*cos ...