Code Monkey home page Code Monkey logo

date_fortran's Introduction

Date em Fortran

Proposta

Este trabalho tem por objetivo a realização do porte da ferramenta date do coreutils do Linux.

Como Rodar

Instalação do GNU Fortran

O projeto GNU Fortran GFortran consiste em um front-end de compilador e bibliotecas de run-time para o GCC que fornecem suporte `a linguagem Fortran.

Em distribuições Linux com suporte ao apt, ele pode ser instalado com o comando:

sudo apt-get update && sudo apt-get install gfortran

Execução do Projeto

  1. Clone o repositório:

    git clone https://github.com/lievertom/date_Fortran.git
  2. Entre no diretório do projeto:

    cd date_Fortran/
  3. Compile:

    make
  4. Execute:

    ./mydate

Comandos

./mydate [option]… [+format]
./mydate [-u|--utc|--universal] [ MMDDhhmm[[CC]YY][.ss] ]
  • Para mais informações rode:
./mydate --help

Autor

Matrícula Estudante
17/0039251 Lieverton Santos Silva

Referências

date_fortran's People

Contributors

lievertom avatar

Watchers

 avatar

date_fortran's Issues

syntax error with extraneous commas

Compiling mydate.f90 with gfortran I get two errors which can be fixed by removing commas:

mydate.f90:134:16:

134 | print *,
| 1
Error: Comma after * at (1) not allowed without I/O list
mydate.f90:189:24:

189 | print *,
| 1
Error: Comma after * at (1) not allowed without I/O list

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.