Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for f90 (0.01 sec)

  1. src/cmd/cgo/doc.go

    them as part of the Go package. Any .c, .s, .S or .sx files will be
    compiled with the C compiler. Any .cc, .cpp, or .cxx files will be
    compiled with the C++ compiler. Any .f, .F, .for or .f90 files will be
    compiled with the fortran compiler. Any .h, .hh, .hpp, or .hxx files will
    not be compiled separately, but, if these header files are changed,
    the package (including its non-Go source files) will be recompiled.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Oct 01 22:52:54 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-fortran">
        <_comment>Fortran source code</_comment>
        <glob pattern="*.f"/>
        <glob pattern="*.F"/>
        <glob pattern="*.for"/>
        <glob pattern="*.f77"/>
        <glob pattern="*.f90"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-go">
        <_comment>Go source code</_comment>
        <glob pattern="*.go"/>
        <sub-class-of type="text/plain"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
Back to top