Skip to content
View c4rlosr4ul's full-sized avatar
๐Ÿ‘จโ€๐Ÿ’ป
working... ๐Ÿ“„
๐Ÿ‘จโ€๐Ÿ’ป
working... ๐Ÿ“„

Block or report c4rlosr4ul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
c4rlosr4ul/README.md

Hello there ๐Ÿ‘‹

Open Source Love

program ComputationalPhysicist
    implicit none
    character(len=20) :: name
    character(len=30), dimension(4) :: languages 

    name = 'Carlos Raรบl'
    languages(1) = 'Spanish (Native)' 
    languages(2) = 'English (B1)'        
    languages(3) = 'Portuguese (B2)'
    languages(4) = 'Russian (A2)'

    call say_hi(name)
    call list_languages(languages)

contains

    subroutine say_hi(name)
        implicit none
        character(len=20), intent(in) :: name
        print *, 'Thanks for dropping by,', trim(name) // '. Hope you find some of my work interesting.'
    end subroutine say_hi

end program ComputationalPhysicist

๐Ÿ“ Blogs

๐Ÿ”ง Technologies & Tools

๐Ÿ—‚๏ธ Projects

fortran-numerical-methods dotfiles

๐Ÿ“ซ How to reach me:

Twitter LinkedIn

๐Ÿ“ˆ My GitHub stats:

Pinned Loading

  1. fortran-numerical-methods Public

    Fortran Numerical Methods is an open-source project that provides efficient and well-organized implementations of various numerical methods in the Fortran programming language. It includes solutionโ€ฆ

    Fortran 6

  2. r-probability-and-statistics Public

    Codes written in R from my probability and statistics classes along with codes from my own research. :D

    R 1

  3. numerical-methods-in-matlab Public

    Codes written based on classes from my fortran computational physics 1 course but what I tried to implement in matlab. :P

    MATLAB 1

  4. python_crash_course Public

    Self-taught python course inspired by the books "automate boring stuff with python" by Al Sweigart and "crash course in python" by Eric Matthes with my notes and comments. :D

    Python 1

  5. c4rlosr4ul.github.io Public

    My site blog-resume is live at https://c4rlosr4ul.github.io/ :D

    JavaScript 1