Git Product home page Git Product logo

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 C2)' 
    languages(2) = 'English (B2)'        
    languages(3) = 'Portuguese (B1)'
    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

📫 How to reach me:

Twitter LinkedIn

📈 My GitHub stats:

Carlos Raúl 's Projects

90daysofdevops icon 90daysofdevops

I am using this repository to document my journey learning about DevOps. I began this process on January 1, 2022, and plan to continue until March 31. I will be dedicating one hour each day, including weekends, to gaining a foundational understanding of the various aspects of DevOps. This will be a 90-day intensive study period. 2022 & 2023 inc.

c4rlosraul icon c4rlosraul

Simple academic theme for scientist personal page

cs2223 icon cs2223

This a repository for WPI CS2223 Algorithms D Term 2018

feeling-responsive icon feeling-responsive

»Feeling Responsive« is a free flexible theme for Jekyll built on Foundation framework. You can use it for your company site, as a portfolio or as a blog.

fortran-numerical-methods icon fortran-numerical-methods

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 solutions for ordinary differential equations, numerical interpolation, and root-finding of equations, among others.

fortran-numerical-routines icon fortran-numerical-routines

Numerical method implementations in Fortran 90. Interpolation, integration, smoothing, root-finding, monte carlo, etc.

latex-projects-and-notes icon latex-projects-and-notes

My notes written in graphical functions latex with tikz, arch installation, git, etc. Soon I order this better. ;:P

numerical-methods-in-matlab icon numerical-methods-in-matlab

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

python_crash_course icon python_crash_course

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

swntb-simulation icon swntb-simulation

Repository of my Carbon Nanotubes Project: This repository contains the LAMMPS simulation code, along with references, LaTeX files, and other related resources.

web-dev icon web-dev

24 Lessons, 12 Weeks, Get Started as a Web Developer

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.