https://github.com/cacilhas/juliadream.jl
This is NOT a lib: this is a study example.
https://github.com/cacilhas/juliadream.jl
exercise julia toy
Last synced: over 1 year ago
JSON representation
This is NOT a lib: this is a study example.
- Host: GitHub
- URL: https://github.com/cacilhas/juliadream.jl
- Owner: cacilhas
- License: other
- Created: 2019-01-07T22:26:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T22:26:50.000Z (over 7 years ago)
- Last Synced: 2025-01-21T15:49:45.543Z (over 1 year ago)
- Topics: exercise, julia, toy
- Language: Julia
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JuliaDream.jl
I suggest you **do not** `Pkg.add()` this source.
Rather, prefer `git clone` this repo, install the deps, and run the `main.jl`
script.
This is NOT a lib: this is a study example.
## Dependencies
```julia
Pkg.add("AbstractTrees")
Pkg.add("Requests")
Pkg.add("Gumbo")
Pkg.add("Shoco")
```