Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DanielRivasMD/awesome-julia
A curated list of Julia code and resources.
https://github.com/DanielRivasMD/awesome-julia
List: awesome-julia
awesome awesome-list julia julia-language
Last synced: 3 months ago
JSON representation
A curated list of Julia code and resources.
- Host: GitHub
- URL: https://github.com/DanielRivasMD/awesome-julia
- Owner: DanielRivasMD
- License: cc0-1.0
- Created: 2020-07-08T11:17:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T18:27:38.000Z (about 4 years ago)
- Last Synced: 2024-05-19T18:11:35.479Z (6 months ago)
- Topics: awesome, awesome-list, julia, julia-language
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-julia - A curated list of Julia code and resources. . (Other Lists / PowerShell Lists)
README
# Awesome Julia
A curated list of Julia code and resources.
If you want to contribute, please read [this](CONTRIBUTING.md).
## Table of contents
- [Applications](#applications)
- [Documentation](#documentation)
- [Foreign Function Interface](#foreign-function-interface)
- [R](#r)
- [Rust](#rust)
- [Learning](#learning)
- [Libraries](#libraries)
- [Artificial Intelligence](#artificial-intelligence)
- [Machine Learning](#machine-learning)
- [Julia Self](#julia-self)
- [Math](#math)
- [Utilities](#utilities)
- [Data Structures](#data-structures)
- [File IO](#file-io)
- [Graphics](#graphics)
- [REPL](#repl)
- [Syntax](#syntax)
- [License](#license)## Applications
* [Clinical Trial related calculation: descriptive statistics, power and sample size calculation, power simulations, confidence interval, pharmacokinetics / pharmacodynamics parameters calculation](https://github.com/PharmCat/ClinicalTrialUtilities.jl)
## Documentation
* [Curated decibans of Julia programming language](https://github.com/svaksha/Julia.jl)
## Foreign Function Interface
### R
* [Embedded R within Julia](https://github.com/JuliaInterop/RCall.jl)
### Rust
* [Call Julia from Rust](https://github.com/ararslan/julia-rs)
## Learning
* [Julia notebooks](https://github.com/JuliaComputing/JuliaBoxTutorials)
## Libraries
### Artificial Intelligence
#### Machine Learning
* [Relax! Flux is the ML library that doesn't make you tensor](https://github.com/FluxML/Flux.jl)
* [A Julia machine learning framework](https://github.com/alan-turing-institute/MLJ.jl)
* [Deep Learning for Julia](https://github.com/hshindo/Merlin.jl)
* [Merlin examples](https://github.com/hshindo/Merlin-Examples)
* [A Julia wrapper for TensorFlow](https://github.com/malmaud/TensorFlow.jl)
* [Hidden Markov Models for Julia](https://github.com/maxmouchet/HMMBase.jl)
### Julia Self
* [The Julia Language: A fresh approach to technical computing](https://github.com/JuliaLang/julia)
### Math
* [Julia bindings to the FFTW library for fast Fourier transforms](https://github.com/JuliaMath/FFTW.jl)
* [Basic statistics for Julia](https://github.com/JuliaStats/StatsBase.jl)
## Utilities
### Data Structures
* [Frequency tables in Julia](https://github.com/nalimilan/FreqTables.jl)
* [In-memory tabular data in Julia](https://github.com/JuliaData/DataFrames.jl)
* [An alternative interface for dictionaries in Julia, for improved productivity and performance](https://github.com/andyferris/Dictionaries.jl)
* [Metaprogramming tools for DataFrames](https://github.com/JuliaData/DataFramesMeta.jl)
* [Types with default field values, keyword constructors and (un-)pack macros](https://github.com/mauro3/Parameters.jl)
### File IO
* [Excel file reader and writer coded in pure Julia](https://github.com/felipenoris/XLSX.jl)
* [A light-weight Julia package for XML based on libxml2](https://github.com/JuliaIO/LightXML.jl)
* [Utility library for working with CSV and other delimited files in the Julia programming language](https://github.com/JuliaData/CSV.jl)
### Graphics
* [Plotting for Julia based on GR, a framework for visualisation applications](https://github.com/jheinen/GR.jl)
* [Fast, interactive Julia/GTK+ plots (+Smith charts +Gtk widget +Cairo-only images)](https://github.com/ma-laforge/InspectDR.jl)
* [Julia library for plotting with plotly.js](https://github.com/JuliaPlots/PlotlyJS.jl)
* [Plotting for Julia based on matplotlib.pyplot](https://github.com/JuliaPy/PyPlot.jl)
* [Create plots in Julia using the PGFPlots LaTeX package](https://github.com/KristofferC/PGFPlotsX.jl)
* [Unicode-based scientific plotting for working in the terminal](https://github.com/Evizero/UnicodePlots.jl)
* [Saving and loading data in the HDF5 file format](https://github.com/JuliaIO/HDF5.jl)
### REPL
* [Syntax highlighting and other enhancements for the Julia REPL](https://github.com/KristofferC/OhMyREPL.jl)
* [No description](https://github.com/pfitzseb/REPLTreeViews.jl)
### Syntax
* [Vim support for Julia](https://github.com/JuliaEditorSupport/julia-vim)
## License