Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danluu/julia-cookbook
julialang cookbook
https://github.com/danluu/julia-cookbook
Last synced: 2 months ago
JSON representation
julialang cookbook
- Host: GitHub
- URL: https://github.com/danluu/julia-cookbook
- Owner: danluu
- Created: 2014-02-03T15:51:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-03T00:22:59.000Z (over 10 years ago)
- Last Synced: 2024-04-09T22:45:13.666Z (9 months ago)
- Language: CSS
- Homepage: https://danluu.com/julialang/
- Size: 423 KB
- Stars: 16
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Julia Cookbook
## Partially Complete
* [Strings & Regexes](string.md) (12%)
* [Files](file.md) (10%)
* [Command Line Arguments](arg.md) (1%)
* [Shell Commands](shell-command.md) (10%)
* [Macros](macro.md) (2%)
* [Dicts and Arrays](container.md) (.5%)
* [Corner Cases](corner-cases.md) (1%)## TODO
* Functions
* Introspection
* Types & Data Strucures
* Macros
* Plotting
* Sockets