julia-language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 544 public repositories matching this topic...
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
Only relevant to pyplot with most recent matplotlib
plot(1:10)
sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-i
Curated decibans of Julia programming language.
-
Updated
Aug 26, 2020 - Julia
Bayesian inference with probabilistic programming.
-
Updated
Sep 11, 2020 - Julia
Course 18.S191 at MIT, fall 2020 - Introduction to computational thinking with Julia:
-
Updated
Sep 12, 2020 - HTML
Julia extension for Visual Studio Code
-
Updated
Sep 12, 2020 - TypeScript
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
Learn Julia the hard way!
-
Updated
Jul 27, 2020 - Makefile
The open source version of book `Julia Programming Basics`
-
Updated
Aug 21, 2020
(yet another) static site generator. Simple, fast, maths with KaTeX, code evaluation, LaTeX-like commands, optional pre-rendering, in Julia.
-
Updated
Sep 12, 2020 - Julia
A benchmarking framework for the Julia language
-
Updated
Jul 19, 2020 - Julia
-
Updated
Jan 15, 2020 - Kotlin
A path planning algorithm based on Hybrid A* for trailer truck
-
Updated
Mar 10, 2019 - Julia
An implementation of the Microsoft Language Server Protocol for the julia language.
-
Updated
Sep 9, 2020 - Julia
Probabilistic programming via source rewriting
-
Updated
Sep 11, 2020 - Julia
Live code in Pandoc Markdown
-
Updated
Aug 14, 2020 - Python
Julia on TPUs
-
Updated
Nov 11, 2019 - Julia
A Julia style guide that lives in a blue world
-
Updated
Sep 11, 2020
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
-
Updated
Sep 12, 2020 - Julia
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
COSMO: An ADMM-based solver for convex conic optimisation problems (LP, QP, SOCP, SDP, ExpCP, PowCP). Implemented in Julia
-
Updated
Sep 8, 2020 - Julia
Excel file reader and writer coded in pure Julia.
-
Updated
Aug 24, 2020 - Julia
"Deep Learning and Quantum Programming" Spring School @ Song Shan Lake
-
Updated
Dec 21, 2019 - Jupyter Notebook
After installing 1.5, julia-1.5-latest.tar.gz was left in the folder blocks the download of 1.5.1.
Same for the folder julia-1.5-latest. Probably renaming the folder and tar to julia-1.5.0 at the end of the script is the best way to handle this.
Financial market technical analysis & indicators in Julia
-
Updated
Aug 6, 2020 - Julia
A JuMP-based Nonlinear Integer Program Solver
-
Updated
Aug 10, 2020 - Julia
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia


Currently, the docs for the Printf standardlib simply mentions it uses "C
printfstyle format specification", but does not specify what that is, nor provides a link to the C printf format.It would be nice to explain it in the docs.