Skip to content

Instantly share code, notes, and snippets.

View charlesll's full-sized avatar

Charles Le Losq charlesll

View GitHub Profile
@charlesll
charlesll / fortran-julia.jl
Created October 20, 2020 09:00 — forked from rafaqz/fortran-julia.jl
Fortran-Julia conversion script
#=
This julia script converts fortran 90 code into julia.
It uses naive regex replacements to do as much as possible,
but the output WILL need further cleanup.
Known conversion problems such as GOTO are commented and marked with FIXME
Most variable declaration lines are entirely deleted, which may or
may not be useful.
@charlesll
charlesll / Plot_Examples.md
Last active November 1, 2017 07:13 — forked from gizmaa/Plot_Examples.md
Various Julia plotting examples using PyPlot