No Description

SVAKSHA 6a496556df https://github.com/Azzaare/CompressedStacks.jl 8 years ago
cookbook 16e83ac515 added the LLVM spreadsheet (llvm-pass-order.ods) by Arch Robison <arch.d.robison@gmail.com> 9 years ago
.gitignore 779c6ba917 @TotalVerb : FirstOrderLogic.jl 8 years ago
AI.md 6a496556df https://github.com/Azzaare/CompressedStacks.jl 8 years ago
API.md 30d97ec4e0 @spencerlyon2 : PlotlyJS.jl 8 years ago
Astronomy.md 92ae2d4522 @crbinz : Interplanetary.jl 8 years ago
Biology.md 38490f0d55 @OpenGene : FusionDirect.jl 8 years ago
Build-Automation.md a4133f5b22 @Matt5sean3 : Click.jl 8 years ago
Chemistry.md 3ad0ee0a0f Chemharp has been renamed to Chemfiles 8 years ago
Community.md ba086e8631 nkottary : LogMover.jl 8 years ago
Computer-Graphics.md 2ac857ea53 @tbreloff : VisualRegressionTests.jl 8 years ago
DataBase.md 9aedaf1988 @ma-laforge : EasyData.jl 8 years ago
Earth-Science.md 1d8f324e71 @tgvaughan : TimeTrees.jl 8 years ago
HPC.md e477c545b3 @daqcore : Actors.jl 8 years ago
Hardware.md 9f07ae0f87 Ubuntu-14.04 ARM binary 8 years ago
IO.md e477c545b3 @daqcore : Actors.jl 8 years ago
LICENSE.md b1c86e3964 @stevengj : Blosc.jl 9 years ago
Mathematics.md 631a02844c @khwilson : D4.jl 8 years ago
OpenData.md b0d3625971 @dfdx : FaceDatasets.jl 8 years ago
Physics.md a9f451b2a7 @rennis250 : Willow.jl 8 years ago
Programming-Paradigms.md 844b074a0f @daqcore : BitRegs.jl 8 years ago
Publications.md 35cdc8b917 @ReScience : ReScience 8 years ago
QA.md a4133f5b22 @Matt5sean3 : Click.jl 8 years ago
README.md 40502dd2f5 Separate IO into its own page 8 years ago
Resources.md 379c730049 @UWSEDS : LectureNotes 8 years ago
Statistics.md 652aab627d @QuantEcon : QuantEcon.applications 8 years ago
Utilities.md 20c5570777 @EricForgy : BlinkEditor.jl 8 years ago
Web-Server.md 2c40e9230c Meetup JUGs for CN, MX and DE. 8 years ago
i18n-L10n.md b52548cf57 @chezou : MeCab.jl 8 years ago

README.md

Julia.jl

Julia.jl aggregates and curates decibans of resources for the Julia language.


INDEX

For Base packages, check if the package you seek is listed in the built-in package manager on github, or check METADATA for registered Julia packages, then use the built-in package manager to install it after checking the requirements for respective versions and dont forget the Easter eggs!

To create a package, check out the Julia Package Development Kit and here is a sample Julia package model. The latest interesting package statistics are available at the Julia Package Ecosystem Pulse webpage which mirrors the current core development on github. Abandoned packages that no longer have a maintainer or no longer fit into the Julia oraganization that initially hosted the package are listed in the Julia Archive organisation.

  • AI.md :: Algorithms, DataMining, Data Structures, HMM, ML, NLP, ...
  • Astronomy.md :: Astronomy and Imaging packages.
  • API.md :: Language API's - 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 ...
  • Community.md :: List of community and development links, including events, (un)conferences, forums/ meetup groups, NEWS, etc..
  • 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...
  • Hardware.md :: Software for cross-platform hardware and other API libraries.
  • HPC.md :: HPC, Distributed Computing, Cloud computing, Cluster computing, Grid computing, Kernels and architectures like ARM, MIPS, GPU, CUDA, etc...
  • i18n-L10n.md :: Transliteration, Internationalisation (i18n) and Localisation (L10n)
  • IO.md : Input/Output functionality and support for file formats
  • Mathematics.md:: Algebra, Geometry,... anything Math related.
  • OpenData.md :: OpenData, Free Data Sets.
  • Physics.md :: Julia software related to Physics.
  • Programming-Paradigms.md :: Programming Paradigms and language concepts that are used in the type system, data types, 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....
  • Utilities.md :: Handy toolkits and other general utilities for your Desktop.
  • Web-Server.md :: HPC, Distributed Computing, Cloud WWW, HTTP, Networking, Servers, etc...

DISCLAIMER : As a new language in the scientific computing scene it is frequently in a state of flux due to the addition of new libraries, resulting in frequent changes and page reordering. Since the Julia.jl repo only provides a list (of links) of Julia packages out in the wild, it should not be considered an endorsment of any particular package for software quality, technical features, coding style/organization, etc...


LICENSE

  • COPYRIGHT © 2012-Now SVAKSHA, All Rights Reserved.
  • This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License - (CC BY-NC-SA 4.0) as detailed in the LICENSE.md file and ALL references, citations, copies and forks of this work must retain the Copyright, Licence (LICENSE.md file), this permission notice and must attribute credit.

Mirrors

  • Bitbucket :: git clone git@bitbucket.org:svaksha/Julia.jl.git
  • GitLab :: git clone git@gitlab.com:svaksha/Julia.jl.git
  • NotABug :: git clone git@notabug.org:svaksha/julia.jl.git

CONTRIBUTE

Contributions to Julia.jl are welcome in the form of pull requests (PR). Here are some guidelines and tips on how to submit a Bug Report (BR) and/or PR:

Guidelines

The Julia community has ethical guidelines aimed at respecting Copyright, Licenses and attribution standards{1} and {2} which you are requested to follow while submitting materials to be listed. Additionally, if you find any material (or code repos) that violates these ethical standards, please file a bug report for their removal from Julia.jl.

BugReport-PullRequest

  1. Add your link as per the top-level Category page within the topic sub-section(s), in alphabetical order, with notes (if any) in the markdown files.
  2. For broken links or outdated information, submit a bug report (BR), or make the necessary changes and submit a PR. Both are welcome. Please submit separate PR's for each link or change added.
  3. For Documentation and cookbooks, check if it matches the categories listed, else, list it on the Resources.md page.
  4. For those unable to use git, create a github account, then fork the Julia.jl repo on the user interface. Then edit the page by clicking on the "pencil" icon on the markdown page, then click on save and submit a PR. Github does this automatically in 8 steps.