Curated decibans of Julia programming language.
-
Updated
Aug 6, 2021 - Julia
{{ message }}
Curated decibans of Julia programming language.
Julia extension for Visual Studio Code
Learn Julia the hard way!
Award winning software library for nonlinear dynamics
The open source version of book `Julia Programming Basics`
An implementation of the Microsoft Language Server Protocol for the julia language.
Abstractions, algorithms, and utilities for reinforcement learning in Julia
A Julia wrapper for libpq
Heterogeneous programming in Julia
Zero overhead game development library for the Julia programming language
Common functional iterator patterns
Julia syntax highlighting for Sublime Text
OpenAI's Gym binding for Julia
JuliaLang version of "An Introduction to Statistical Learning: With Applications in R"
Toy implementation of FHE algorithms
An easy-to-use, modular, extendable and absurdly fast Julia package for dynamical billiards in two dimensions.
Julia package for the Apache ECharts v4 visualization library
We should be able to attach names to rules, so that normalization steps (and error messages?) can be better understood by users. For example:
normalize(@term(diff(x + y, x)))
- @term(diff(x,x) + diff(y,x)) by sum rule in differentiation
- @term(one(x) + diff(y, x)) by linear rule of differentiation
- @term(1 + diff(y, x)) by multiplicative identity of a number
- @term(1 + zero(x))
Contributor's Guide on Collaborative Practices for Community Packages
Welcome to DataFrames.jl with Bogumił Kamiński
An efficient symbolic term rewriting engine
Add a description, image, and links to the julialang topic page so that developers can more easily learn about it.
To associate your repository with the julialang topic, visit your repo's landing page and select "manage topics."