Post by; Hanan Mannan
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------
Following information may be recorded for security purpose:
Your IP Address - 103.10.197.218
Your Browser - Google Chrome 34.0.1847.131 on Windows
Your Location : Hong Kong
Enjoy Online Compilation
Just follow the following simple steps to compile and execute any of your favorites programming languages online using your favorite browser and without having any setup on your local machine.- Step - 1 Select your favorite language which you want to execute.
- Step - 2 Type your source using available text editor.
- Step - 3 Finally click button [ Ctrl+E on Windows & Command+E on Mac ] to see the result.
NOTE: If you do not get result, then kindly try clicking button once again.
Advanced Functionality
- If you are willing to provide input to your program then use input.txt to give input to your program. Internally you will need to read this input.
- If you know how to use multiple files to implement packages, modules etc. in your favorite language then you can enable multi-file support using available checkbox.
- If you are willing to provide command line arguments to your program then use below mentioned input box to specify your command line arguments.
<!DOCTYPE html>
<html>
<title>Web Page Design</title>
<head>
<style type="text/css">
div
{
width:100px;
height:75px;
background-color:red;
border:1px solid black;
}
#div2
{
transform:rotate(30deg);
-ms-transform:rotate(30deg); /* IE 9 */
-moz-transform:rotate(30deg); /* Firefox */
-webkit-transform:rotate(30deg); /* Safari and Chrome */
-o-transform:rotate(30deg); /* Opera */
}
</style>
</head>
<body>
<div>Hello, World!</div>
<div id="div2">Hello, CSS3!</div>
</body>
</html>
If you are willing to provide command line arguments to your program then use below mentioned input box to specify your command line arguments.
<!DOCTYPE html><html>
<title>Web Page Design</title>
<head>
<style type="text/css">
div
{
width:100px;
height:75px;
background-color:red;
border:1px solid black;
}
#div2
{
transform:rotate(30deg);
-ms-transform:rotate(30deg); /* IE 9 */
-moz-transform:rotate(30deg); /* Firefox */
-webkit-transform:rotate(30deg); /* Safari and Chrome */
-o-transform:rotate(30deg); /* Opera */
}
</style>
</head>
<body>
<div>Hello, World!</div>
<div id="div2">Hello, CSS3!</div>
</body>
</html>
0 comments:
Post a Comment