Follow us on twitter

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.


    • Aug
    • 20th
    JAVA program for Postfix Evaluation
    • 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 ...
    • Aug
    • 8th
    Event-Driven Programming Languages
    • 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 ...
    • Jul
    • 29th
    Java Program - Ip address location Help
    • 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 ...
    • Jul
    • 29th
    PHP Question: Parsing XML
    • 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 ...
    • Jul
    • 19th
    C# Alarm Clock (WAV Looper) - Source code INCLUDED
    • 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 ...
    • Jul
    • 19th
    [Solved]How to use if function to compare 2 variables?
    • 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 ...
    • Jul
    • 19th
    php command line redirection
    • 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 ...
    • Jul
    • 19th
    PHP mission, decoding a json multi-array script
    • 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 ...
    • Jul
    • 19th
    Need help with C++ string analyzer
    • 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 ...
    • Jul
    • 14th
    Visual c++ ..Tank Sample[Solved]
    • 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 ...