Recent content by onlybarca6
-
O
HTML/CSS Can a Fortran 95 Program Run Online Using a HTML Form?
I've got a Fortran 95 program (which basically does few calculations) and I'd like to use it online. So that, the users will input data into a HTML form, the program will run, and it will display the results. Would it be possible to do it in the following way? To run a little program (e.g...- onlybarca6
- Thread
- Form Fortran Html
- Replies: 1
- Forum: Programming and Computer Science
-
O
Fortran How to run Fortran program on the website? Please help
I have a simple command-line based Fortran 95 program. I would like my clients to be able to run it straight on the website. So that it can be executed on the server without downloading it. I have found out that most of the hosting packages and web browsers do not allow running .exe files...- onlybarca6
- Thread
- Fortran Program Web hosting
- Replies: 1
- Forum: Programming and Computer Science
-
O
Fortran How to declare real constants in Fortran? Please help
How do I declare constants beginning with "zero" in Fortran to get the output beginning with zero ? If I declare : I get the output: Thanks in advance- onlybarca6
- Thread
- Constants Fortran
- Replies: 1
- Forum: Programming and Computer Science
-
O
Fortran How to Implement a Do-Loop for Incremental Calculations in Fortran?
Thanks so much! It works.- onlybarca6
- Post #3
- Forum: Programming and Computer Science
-
O
Fortran How to Implement a Do-Loop for Incremental Calculations in Fortran?
I can't figure out how to make a do-loop in Fortran to do the following: I have 2 variables. Let's say: and I need 10 fields printed out. The first field will have the value: level + step <then the value of the one above + step> <then the value of the one above + step> <then the...- onlybarca6
- Thread
- Fortran
- Replies: 2
- Forum: Programming and Computer Science