waves-16-arma

Simulation of Standing and Propagating Sea Waves with Three-Dimensional ARMA Model
git clone https://git.igankevich.com/waves-16-arma.git
Log | Files | Refs

packages.el (400B)


      1 ; list the packages you want
      2 (setq package-list '(org org-plus-contrib org-ref htmlize gnuplot))
      3 ; list the repositories containing them
      4 (setq package-archives '(("elpa" . "https://tromey.com/elpa/")
      5                          ("gnu" . "https://elpa.gnu.org/packages/")
      6                          ("melpa" . "https://melpa.org/packages/")
      7                          ("org" . "https://orgmode.org/elpa/")))