Github-Ranking

:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. | Github仓库排名,每日自动更新

View on GitHub

Github Ranking

Top 100 Stars in Julia

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 julia 43606 5357 Julia 3877 The Julia Programming Language 2023-12-05T00:43:25Z
2 Pluto.jl 4716 275 Julia 253 🎈 Simple reactive notebooks for Julia 2023-12-04T20:11:27Z
3 Flux.jl 4280 580 Julia 214 Relax! Flux is the ML library that doesn’t make you tensor 2023-12-01T22:18:05Z
4 IJulia.jl 2689 412 Julia 124 Julia kernel for Jupyter 2023-08-18T00:03:30Z
5 DifferentialEquations.jl 2661 216 Julia 149 Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia. 2023-12-01T13:08:14Z
6 computational-thinking 2469 453 Julia 7 Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia 2023-10-30T12:04:32Z
7 Makie.jl 2174 254 Julia 804 Interactive data visualizations and plotting in Julia 2023-12-02T00:09:04Z
8 Genie.jl 2100 189 Julia 95 🧞The highly productive Julia web framework 2023-11-30T16:28:21Z
9 JuMP.jl 2060 389 Julia 8 Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear) 2023-12-03T20:57:03Z
10 Turing.jl 1903 209 Julia 62 Bayesian inference with probabilistic programming. 2023-12-04T16:28:27Z
11 Gadfly.jl 1876 259 Julia 256 Crafty statistical graphics for Julia. 2023-10-29T00:17:11Z
12 Plots.jl 1769 339 Julia 626 Powerful convenience for Julia visualizations and data analysis 2023-12-02T12:47:03Z
13 Gen.jl 1751 153 Julia 145 A general-purpose probabilistic programming system with programmable inference 2023-10-11T20:24:52Z
14 MLJ.jl 1670 156 Julia 92 A Julia machine learning framework 2023-12-04T19:44:43Z
15 DataFrames.jl 1648 366 Julia 123 In-memory tabular data in Julia 2023-11-13T10:11:53Z
16 Zygote.jl 1401 199 Julia 366 21st century AD 2023-11-13T22:11:46Z
17 PyCall.jl 1397 187 Julia 252 Package to call Python functions from the Julia language 2023-11-08T16:31:51Z
18 Julia.jl 1378 200 Julia 10 Curated decibans of Julia programming language. 2023-10-04T16:11:07Z
19 UnicodePlots.jl 1361 76 Julia 11 Unicode-based scientific plotting for working in the terminal 2023-11-12T20:54:19Z
20 PackageCompiler.jl 1333 180 Julia 92 Compile your Julia Package 2023-11-14T06:04:18Z
21 Mocha.jl 1286 259 Julia 35 Deep Learning framework for Julia 2018-12-06T01:09:35Z
22 BeautifulAlgorithms.jl 1282 123 Julia 2 Concise and beautiful algorithms written in Julia 2023-11-04T23:06:40Z
23 ModelingToolkit.jl 1279 174 Julia 366 An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations 2023-12-05T00:18:55Z
24 Symbolics.jl 1235 128 Julia 352 Symbolic programming for the next generation of numerical software 2023-12-04T20:07:57Z
25 AlphaZero.jl 1185 127 Julia 32 A generic, simple and fast implementation of Deepmind’s AlphaZero algorithm. 2023-10-29T00:27:20Z
26 VIMKiller 1171 13 Julia 13 Exiting VIM is hard; sometimes we need to take drastic measures 2021-10-14T06:18:57Z
27 Revise.jl 1106 103 Julia 64 Automatically update function definitions in a running Julia session 2023-11-28T11:52:51Z
28 penumbra 1072 18 Julia 9 Penumbra Color Theme 2022-09-13T06:47:06Z
29 CUDA.jl 1065 189 Julia 255 CUDA programming in Julia. 2023-12-04T23:46:20Z
30 StatsWithJuliaBook 1042 277 Julia 13 None 2023-03-27T02:18:41Z
31 Distributions.jl 1034 403 Julia 294 A Julia package for probability distributions and associated functions. 2023-12-04T12:04:24Z
32 Optim.jl 1026 212 Julia 78 Optimization functions for Julia 2023-11-25T17:35:33Z
33 pythonidae 918 229 Julia 0 Curated decibans of scientific programming resources in Python. 2023-07-04T14:36:02Z
34 Franklin.jl 887 105 Julia 167 (yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia. 2023-11-28T10:55:07Z
35 TensorFlow.jl 877 111 Julia 71 A Julia wrapper for TensorFlow 2021-08-02T16:55:00Z
36 model-zoo 851 332 Julia 56 Please do not feed the models 2023-11-08T15:50:16Z
37 Yao.jl 847 143 Julia 34 Extensible, Efficient Quantum Algorithm Design for Humans. 2023-11-02T19:24:18Z
38 Oceananigans.jl 842 163 Julia 149 🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs 2023-12-05T02:50:54Z
39 NeuralPDE.jl 841 181 Julia 109 Physics-Informed Neural Networks (PINN) and Deep BSDE Solvers of Differential Equations for Scientific Machine Learning (SciML) accelerated simulation 2023-11-30T15:02:45Z
40 ForwardDiff.jl 830 137 Julia 117 Forward Mode Automatic Differentiation for Julia 2023-11-26T14:32:19Z
41 DSGE.jl 827 214 Julia 9 Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE) 2023-12-04T12:11:25Z
42 DiffEqFlux.jl 801 141 Julia 40 Universal neural differential equations with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods 2023-12-04T14:07:54Z
43 Javis.jl 799 48 Julia 54 Julia Animations and Visualizations 2023-10-29T00:08:34Z
44 OnlineStats.jl 789 96 Julia 16 ⚡ Single-pass algorithms for statistics 2023-11-28T00:08:18Z
45 Weave.jl 788 93 Julia 131 Scientific reports/literate programming for Julia 2023-05-23T09:57:32Z
46 DynamicalSystems.jl 773 85 Julia 14 Award winning software library for nonlinear dynamics and nonlinear timeseries analysis 2023-10-18T09:36:46Z
47 DrWatson.jl 770 79 Julia 45 The perfect sidekick to your scientific inquiries 2023-09-28T20:48:11Z
48 diff-zoo 762 59 Julia 7 Differentiation for Hackers 2021-07-09T11:52:53Z
49 JuliaDB.jl 761 65 Julia 113 Parallel analytical database in pure Julia 2023-10-29T00:14:52Z
50 Documenter.jl 759 466 Julia 317 A documentation generator for Julia. 2023-12-02T09:19:43Z
51 Cxx.jl 741 152 Julia 108 The Julia C++ Interface 2023-11-07T17:55:51Z
52 OhMyREPL.jl 709 54 Julia 38 Syntax highlighting and other enhancements for the Julia REPL 2023-10-18T11:49:49Z
53 LoopVectorization.jl 697 58 Julia 104 Macro(s) for vectorizing loops. 2023-11-02T12:46:31Z
54 StaticArrays.jl 690 140 Julia 153 Statically sized arrays for Julia 2023-12-02T03:08:36Z
55 LightGraphs.jl 671 190 Julia 31 An optimized graphs package for the Julia programming language 2021-10-08T14:57:24Z
56 ChatGPT-Plugins-Collection 662 50 Julia 0 An unofficial collection of Plugins for ChatGPT, in any programming language! 2023-04-20T01:53:11Z
57 dictionary 657 169 Julia 4 A JSON representation of Webster’s Unabridged Dictionary 2021-04-23T20:59:28Z
58 DataStructures.jl 655 243 Julia 115 Julia implementation of Data structures 2023-12-04T14:37:15Z
59 Agents.jl 644 107 Julia 67 Agent-based modeling framework in Julia 2023-12-04T23:17:04Z
60 JET.jl 642 23 Julia 59 An experimental code analyzer for Julia. No need for additional type annotations. 2023-11-29T12:00:54Z
61 ProgressMeter.jl 636 90 Julia 59 Progress meter for long-running computations 2023-11-24T22:46:10Z
62 polylux 625 35 Julia 26 A package for creating slides in Typst 2023-11-24T05:44:18Z
63 POMDPs.jl 613 94 Julia 31 MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces. 2023-12-04T22:09:29Z
64 HTTP.jl 612 172 Julia 65 HTTP for Julia 2023-11-28T10:16:51Z
65 Gridap.jl 610 84 Julia 82 Grid-based approximation of partial differential equations in Julia 2023-12-04T21:33:11Z
66 TimerOutputs.jl 603 52 Julia 26 Formatted output of timed sections in Julia 2023-08-21T21:42:22Z
67 PythonCall.jl 590 88 Julia 105 Python and Julia in harmony. 2023-11-28T08:59:42Z
68 Optimization.jl 584 68 Julia 79 Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface. 2023-12-04T06:26:12Z
69 PkgTemplates.jl 584 99 Julia 74 Create new Julia packages, the easy way 2023-12-05T02:16:01Z
70 FastAI.jl 574 52 Julia 19 Repository of best practices for deep learning in Julia, inspired by fastai 2023-10-29T00:20:40Z
71 Pkg.jl 573 239 Julia 467 Pkg - Package manager for the Julia programming language 2023-12-02T16:44:35Z
72 Tullio.jl 565 23 Julia 58 2023-10-23T23:14:00Z
73 Catlab.jl 560 55 Julia 122 A framework for applied category theory in the Julia language 2023-12-03T00:26:14Z
74 Unitful.jl 559 108 Julia 133 Physical quantities with arbitrary units 2023-12-04T06:54:56Z
75 StatsBase.jl 557 194 Julia 153 Basic statistics for Julia 2023-12-03T16:27:24Z
76 BenchmarkTools.jl 556 95 Julia 64 A benchmarking framework for the Julia language 2023-12-04T11:47:57Z
77 GLM.jl 554 117 Julia 68 Generalized linear models in Julia 2023-10-29T00:26:34Z
78 Cthulhu.jl 552 36 Julia 65 The slow descent into madness 2023-11-26T05:08:12Z
79 General 544 406 Julia 8 The official registry of general Julia packages 2023-12-05T02:55:03Z
80 Luxor.jl 543 70 Julia 9 Simple drawings using vector graphics; Cairo “for tourists!” 2023-11-09T09:53:53Z
81 Dagger.jl 539 56 Julia 75 A framework for out-of-core and parallel execution 2023-12-01T08:25:16Z
82 ReinforcementLearning.jl 535 95 Julia 20 A reinforcement learning package for Julia 2023-11-27T15:02:36Z
83 ScikitLearn.jl 530 76 Julia 36 Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/ 2023-06-22T20:10:07Z
84 Convex.jl 529 117 Julia 36 A Julia package for disciplined convex programming 2023-11-25T15:38:12Z
85 JuliaFormatter.jl 514 59 Julia 152 An opinionated code formatter for Julia. Plot twist - the opinion is your own. 2023-11-29T16:34:37Z
86 ThinkJulia.jl 514 129 Julia 18 Port of the book Think Python to the Julia programming language 2023-05-09T15:53:45Z
87 Images.jl 510 149 Julia 34 An image library for Julia 2023-10-29T00:20:56Z
88 Latexify.jl 507 47 Julia 30 Convert julia objects to LaTeX equations, arrays or other environments. 2023-10-08T20:11:16Z
89 ApproxFun.jl 506 72 Julia 158 Julia package for function approximation 2023-11-20T09:49:11Z
90 Interact.jl 506 76 Julia 82 Interactive widgets to play with your Julia code 2022-11-11T18:30:06Z
91 JuliaZH.jl 498 96 Julia 10 Julia语言中文文档 2023-11-02T05:21:53Z
92 QuantumOptics.jl 492 100 Julia 20 Library for the numerical simulation of closed as well as open quantum systems. 2023-08-16T21:08:50Z
93 Literate.jl 488 58 Julia 25 Simple package for literate programming in Julia 2023-11-26T13:52:15Z
94 JLD2.jl 485 78 Julia 46 HDF5-compatible file format in pure Julia 2023-11-03T23:18:21Z
95 QuantEcon.jl 482 301 Julia 34 Julia implementation of QuantEcon routines 2023-10-29T00:20:53Z
96 SymbolicUtils.jl 476 92 Julia 108 Symbolic expressions, rewriting and simplification 2023-11-16T16:00:45Z
97 Interpolations.jl 476 106 Julia 95 Fast, continuous interpolation of discrete datasets in Julia 2023-11-25T22:46:16Z
98 Transformers.jl 473 58 Julia 18 Julia Implementation of Transformer models 2023-10-01T16:13:47Z
99 SymbolicRegression.jl 473 49 Julia 38 Distributed High-Performance Symbolic Regression in Julia 2023-12-04T02:48:25Z
100 Dash.jl 473 42 Julia 38 Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required. 2023-11-30T16:41:42Z