Source Code
Posted on
September 9th, 2008 0 Comments
Execute queries in Oracle with PHP
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
* This code is made available as a service to our *
* visitors and is provided strictly for the *
* purpose of illustration. ...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
Random numbers within a range in PHP
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
* This code is made available as a service to our *
* visitors and is provided strictly for the *
* purpose of illustration. ...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
Parses an XML file and show its contents on the page. By default is assumes example.xml file in the same direcory as the script is.
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
* This code is made available as a service to our *
* ...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
Example of a gui with different features.
/*******************************************************
* MYCPLUS Sample Code - http://www.mycplus.com *
* *
* This code is made available as a service to our *
* visitors and is provided strictly for the *
* purpose of illustration....
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
This applet demonstrates various layout managers. The applet itself uses a border layout with a JPanel in the center, a JComboBox menu to the North, and a JLabel
to the south. The center panel uses a CardLayout. Each card in the card layout contains a number of buttons and uses a different layout manager. The JComboBox menu is used to select among these cards....
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
This program is for those who have a fixed limit for downloading/uploading. It creates and saves the statistics of the numerical value passed by the user.
Before use the user needs to create 2 text files every month. One named : stats<monthnumber>.txt and another totalb<monthnumber>.txt
/*******************************************************
* ...
Read More |
Make a Comment
Posted on
September 9th, 2008 3 Comments
This program evaluates postfix expressions entered by the user. The expressions can use non-negative real nubmers and the operators +, -, *, /, and ^ (where ^ represents exponentiation). Numbers must begin with a digit. That is, you have to say 0.7 rather than just .7. The value of an expression might be given as infinity or NaN.
A stack is used to evaluate...
Read More |
Make a Comment
Posted on
September 9th, 2008 0 Comments
SystemErrorOwnsYou—
This is a tool I created to put your freinds or enemies under Denial of service conditions-
Dont worry… this tool will not have any long lasting effect, in-fact once you re-boot you
computer it will be in the exact same state as it was before you ran the application.
All it basically does (if you cant understand the source) is...
Read More |
Make a Comment