Browse Source

Good Order

master
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
de8046daad
8 changed files with 1 additions and 5 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -0
      lib/examples/dataset.ex
  3. +0
    -0
      lib/examples/p1_old.ex
  4. +0
    -0
      lib/examples/p2.ex
  5. +0
    -0
      lib/tools/dataset.ex
  6. +0
    -0
      lib/tools/toolex.ex
  7. +0
    -0
      lib/tools/tools.ex
  8. +0
    -5
      mix.lock

+ 1
- 0
.gitignore View File

@ -22,3 +22,4 @@ erl_crash.dump
# Ignore package tarball (built via "mix hex.build").
p1-*.tar
mix.lock

lib/dataset.ex → lib/examples/dataset.ex View File


lib/p1_old.ex → lib/examples/p1_old.ex View File


lib/p2.ex → lib/examples/p2.ex View File


lib/dataset copy.ex → lib/tools/dataset.ex View File


lib/toolex.ex → lib/tools/toolex.ex View File


lib/tools.ex → lib/tools/tools.ex View File


+ 0
- 5
mix.lock View File

@ -1,5 +0,0 @@
%{
"elixir_make": {:hex, :elixir_make, "0.6.1", "8faa29a5597faba999aeeb72bbb9c91694ef8068f0131192fb199f98d32994ef", [:mix], [], "hexpm"},
"math": {:hex, :math, "0.4.0", "301132614d02f0d17c71ff20a7b260ff542606403972e261ec25dc79d7d17558", [:mix], [], "hexpm"},
"matrex": {:hex, :matrex, "0.6.8", "ccb491e661bae7931ee6b0e68f5e1cd28528e5360a59bc3ab4d759b89be1701e", [:make], [{:elixir_make, "~> 0.4", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm"},
}

Loading…
Cancel
Save