[Julia.jl](http://svaksha.github.io/Julia.jl) contains curated decibans of resources for the [Julia language](https://github.com/JuliaLang). ### Mirrors * [BitBucket](https://bitbucket.org/svaksha/Julia.jl) :: git clone git@bitbucket.org:svaksha/Julia.jl.git * [GitLab](https://gitlab.com/svaksha/Julia.jl) :: git clone git@gitlab.com:svaksha/Julia.jl.git # PAGES * [Algorithms.md](https://github.com/svaksha/Julia.jl/blob/master/Algorithms.md) :: AI, DataMining, Data Structures, ML, NLP, ... * [API.md](https://github.com/svaksha/Julia.jl/blob/master/API.md) :: API's for C++, Fortran, Go, Java, JavaScript, MATLAB, Perl, Python, R, ... * [Biology.md](https://github.com/svaksha/Julia.jl/blob/master/Biology.md) :: Bioinformatics, genomics, agriculture, food science, medicine, genetic engineering, Neuroscience, et. al... * [Build-Automation.md](https://github.com/svaksha/Julia.jl/blob/master/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](https://github.com/svaksha/Julia.jl/blob/master/Chemistry.md) :: Analytical chemistry, cheminformatics, crystallography, nanochemistry, nuclear chemistry ... * [Computer-Graphics.md](https://github.com/svaksha/Julia.jl/blob/master/Computer-Graphics.md) :: Plotting, Graphics and other Visualization tools. * [Cookbook.md](https://github.com/svaksha/Julia.jl/blob/master/Cookbook.md) :: blogs, cookbooks, cheatsheets, IJulia NoteBooks, etc... * [Database.md](https://github.com/svaksha/Julia.jl/blob/master/Database.md) :: NoSQL, RDBMS and Middleware API's. * [Distributed-Computing.md](https://github.com/svaksha/Julia.jl/blob/master/Distributed-Computing.md) :: WWW, HTTP, Distributed Computing, Networking, Servers, etc... * [Earth-Science.md](https://github.com/svaksha/Julia.jl/blob/master/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](https://github.com/svaksha/Julia.jl/blob/master/i18n-L10n.md) :: Transliteration, Internationalisation (i18n) and Localisation (L10n) * [Mathematics.md](https://github.com/svaksha/Julia.jl/blob/master/Mathematics.md):: Algebra, Geometry,... anything Math related. * [NEWS.md](https://github.com/svaksha/Julia.jl/blob/master/NEWS.md) * [Physics.md](https://github.com/svaksha/Julia.jl/blob/master/Physics.md) :: Julia software related to Physics. * [Programming-Concepts.md](https://github.com/svaksha/Julia.jl/blob/master/Programming-Concepts.md) :: Programming language concepts that are used in the type system, data types, file formats, etc.. * [Publications.md](https://github.com/svaksha/Julia.jl/blob/master/Publications.md) :: Julia-related Conferences (meetups, slides, talks, videos, etc..) and Research Papers (journal and conference publications). * [QA.md](https://github.com/svaksha/Julia.jl/blob/master/QA.md) :: Test Driven Development, Sandbox, Functional/ Unit testing,... Quality-related tools. * [Statistics.md](https://github.com/svaksha/Julia.jl/blob/master/Statistics.md) :: Actuarial Science, Finance, economics, stochastic, insurance Statistics, Operations research and Benchmarks and Optimization toolkits.... * [UI-UX.md](https://github.com/svaksha/Julia.jl/blob/master/UI-UX.md) :: User Interface software in Julia. * [Utilities.md](https://github.com/svaksha/Julia.jl/blob/master/Utilities.md) :: Handy toolkits for your Desktop and other general utilities. * [X-Platform-SW.md](https://github.com/svaksha/Julia.jl/blob/master/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](https://github.com/JuliaLang/METADATA.jl) on github, or check the [metadata for registered Julia packages](http://docs.julialang.org/en/latest/packages/packagelist/) ### Contributing Some tips for submitting a [pull request (PR)](https://github.com/svaksha/Julia.jl/pulls): * 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 *DOC*, else use the [Cookbook.md](https://github.com/svaksha/Julia.jl/blob/master/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](https://github.com/svaksha/Julia.jl/blob/master/LICENSE.md) file for full details.