Julia.jl contains curated decibans of resources for the Julia language.
Mirrors
- GitLab :: git clone [email protected]:svaksha/Julia.jl.git
- Cloudhost :: git clone [email protected]:svaksha/Julia.jl.git
PAGES
- AI.md :: Algorithms, DataMining, Data Structures, ML, NLP, ...
- API.md :: API's for C++, Fortran, Go, Java, JavaScript, MATLAB, Perl, Python, R, ...
- Biology.md :: Bioinformatics, genomics, agriculture, food science, medicine, genetic engineering, Neuroscience, et. al...
- Build-Automation.md :: Tools for continuous integration (CI), continuous delivery (CD), Packaging, release engineering (RE), release management (RM), software configuration management (SCM), etc...
- Chemistry.md :: Analytical chemistry, cheminformatics, crystallography, nanochemistry, nuclear chemistry ...
- Computer-Graphics.md :: Plotting, Graphics and other Visualization tools.
- Database.md :: NoSQL, RDBMS and Middleware API's.
- Earth-Science.md :: software related to the subcategories of cartography, climatology, geobiology, geochemistry, geography, geoinformatics, geology, geophysics, geoscience/GIS, geomathematics, meteorology, oceanography, etc...
- i18n-L10n.md :: Transliteration, Internationalisation (i18n) and Localisation (L10n)
- Mathematics.md:: Algebra, Geometry,... anything Math related.
- NEWS.md
- Parallel-Computing.md :: HPC, Distributed Computing, Cloud computing, Cluster computing, Grid computing, ...
- Physics.md :: Julia software related to Physics.
- Programming-Paradigms.md :: Programming Paradigms and language concepts that are used in the type system, data types, file formats, etc..
- Publications.md :: Research Papers (journal and conference publications).
- QA.md :: Test Driven Development, Sandbox, Functional/ Unit testing,... Quality-related tools.
- Resources.md :: blogs, cookbooks, cheatsheets, IJulia NoteBooks, and other non-standard resources.
- Statistics.md :: Actuarial Science, Finance, economics, stochastic, insurance Statistics, Operations research and Benchmarks and Optimization toolkits....
- UI-UX.md :: User Interface software in Julia.
- Utilities.md :: Handy toolkits and other general utilities for your Desktop.
- Web-Server.md :: HPC, Distributed Computing, Cloud WWW, HTTP, Networking, Servers, etc...
- X-Platform-SW.md :: Cross-Platform Software and API for Hardware arch. (ARM, MIPS, GPU, CUDA), language API, HPC, and other libraries.
NB: As a new language in the scientific computing scene, new libraries are constantly being added, so there will be frequent changes and page reordering. The Julia.jl repo only provides a list (of links) of Julia packages out in the wild, not an endorsment of the software quality/ features, etc..
For Base packages, check if the package you seek is listed in their built-in package manager on github, or check the metadata for registered Julia packages
Contributing
Some tips for submitting a pull request (PR):
- Add your link as per the topic, with notes (if any) to the respective MarkDown (.md) pages in the repo.
- For broken links submit a bug report, or replace the broken URI, then submit a PR.
- For Documentation and cookbooks, check if it matches the categories listed, if yes, then list it against Resources / DOC, else use the Cookbook.md page.
LICENSE
- This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License - (CC-BY-SA-3.0). Read the LICENSE.md file for full details.