SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib > python3.11 > site-packages > numpy > f2py > tests > src > crackfortran


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran

NameTypeSizeLast ModifiedActions
accesstype.f90 File 208 bytes April 17 2025 13:10:58.
foo_deps.f90 File 128 bytes April 17 2025 13:10:58.
gh15035.f File 375 bytes April 17 2025 13:10:58.
gh17859.f File 340 bytes April 17 2025 13:10:58.
gh23533.f File 126 bytes April 17 2025 13:10:58.
gh23598.f90 File 101 bytes April 17 2025 13:10:58.
gh23598Warn.f90 File 205 bytes April 17 2025 13:10:58.
gh23879.f90 File 332 bytes April 17 2025 13:10:58.
gh2848.f90 File 282 bytes April 17 2025 13:10:58.
operators.f90 File 1184 bytes April 17 2025 13:10:58.
privatemod.f90 File 174 bytes April 17 2025 13:10:58.
publicmod.f90 File 167 bytes April 17 2025 13:10:58.
pubprivmod.f90 File 165 bytes April 17 2025 13:10:58.
unicode_comment.f90 File 98 bytes April 17 2025 13:10:58.

Reading File: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/f2py/tests/src/crackfortran/operators.f90

module foo
  type bar
     character(len = 32) :: item
  end type bar
  interface operator(.item.)
     module procedure item_int, item_real
  end interface operator(.item.)
  interface operator(==)
     module procedure items_are_equal
  end interface operator(==)
  interface assignment(=)
     module procedure get_int, get_real
  end interface assignment(=)
contains
  function item_int(val) result(elem)
    integer, intent(in) :: val
    type(bar) :: elem

    write(elem%item, "(I32)") val
  end function item_int

  function item_real(val) result(elem)
    real, intent(in) :: val
    type(bar) :: elem

    write(elem%item, "(1PE32.12)") val
  end function item_real

  function items_are_equal(val1, val2) result(equal)
    type(bar), intent(in) :: val1, val2
    logical :: equal

    equal = (val1%item == val2%item)
  end function items_are_equal

  subroutine get_real(rval, item)
    real, intent(out) :: rval
    type(bar), intent(in) :: item

    read(item%item, *) rval
  end subroutine get_real

  subroutine get_int(rval, item)
    integer, intent(out) :: rval
    type(bar), intent(in) :: item

    read(item%item, *) rval
  end subroutine get_int
end module foo

SILENT KILLER Tool