Julia HacktoberFest

Open-source Julia projects categorized as HacktoberFest

Top 23 Julia HacktoberFest Projects

  • julia

    The Julia Programming Language

  • Project mention: Modern Python REPL in Emacs using VTerm | dev.to | 2024-05-11

    From my jolly Julia days I’m used to julia-vterm. This emacs package runs a Julia REPL using a full terminal emulator (emacs-libvterm). So in the pursuit of a nice hack, I M-x replace-string’d the word juliawith python and gave it a shot. Remarkably, the whole thing just worked without much tweaking and you can enjoy the result by checking out the GitHub repo.

  • Gadfly.jl

    Crafty statistical graphics for Julia.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Plots.jl

    Powerful convenience for Julia visualizations and data analysis

  • DataFrames.jl

    In-memory tabular data in Julia

  • CUDA.jl

    CUDA programming in Julia.

  • Project mention: Ask HN: Best way to learn GPU programming? | news.ycombinator.com | 2024-01-01

    It would also mean learning Julia, but you can write GPU kernels in Julia and then compile for NVidia CUDA, AMD ROCm or IBM oneAPI.

    https://juliagpu.org/

    I've written CUDA kernels and I knew nothing about it going in.

  • Javis.jl

    Julia Animations and Visualizations

  • Agents.jl

    Agent-based modeling framework in Julia

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Optimization.jl

    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.

  • OrdinaryDiffEq.jl

    High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)

  • Project mention: Modern Numerical Solving methods | /r/DifferentialEquations | 2023-07-06

    There has been a lot of research in Runge Kutta methods in the last couple decades which resulted in all kind of specialized Runge Kutta methods. You have high order ones, RK methods for stiff problems, embedded RK methods which benefit from adaprive step size control, RK-Nystrom methods for second order Problems, symplectic RK methods which preserve energy (eg. hamiltonian) ando so on. If you are interested in the numerics and the use cases I highly recommend checking out the Julia Libary OrdinaryDiffEq (https://github.com/SciML/OrdinaryDiffEq.jl). If you look into the documentation you find A LOT of implemented RK methods for all kind of use cases.

  • DataFramesMeta.jl

    Metaprogramming tools for DataFrames

  • Graphs.jl

    An optimized graphs package for the Julia programming language

  • ChainRules.jl

    forward and reverse mode automatic differentiation primitives for Julia Base + StdLibs

  • BinaryBuilder.jl

    Binary Dependency Builder for Julia

  • www.julialang.org

    Julia Project website

  • SciMLSensitivity.jl

    A component of the DiffEq ecosystem for enabling sensitivity analysis for scientific machine learning (SciML). Optimize-then-discretize, discretize-then-optimize, adjoint methods, and more for ODEs, SDEs, DDEs, DAEs, etc.

  • DiffEqBase.jl

    The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems

  • HypothesisTests.jl

    Hypothesis tests for Julia

  • DaemonMode.jl

    Client-Daemon workflow to run faster scripts in Julia

  • Project mention: Potential of the Julia programming language for high energy physics computing | news.ycombinator.com | 2023-12-04

    Thats for an entry point, you can search `Base.@main` to see a little summary of it. Later it will be able to be callable with `juliax` and `juliac` i.e. `~juliax test.jl` in shell.

    DynamicalSystems looks like a heavy project. I don't think you can do much more on your own. There have been recent features in 1.10 that lets you just use the portion you need (just a weak dependency), and there is precompiletools.jl but these are on your side.

    You can also look into https://github.com/dmolina/DaemonMode.jl for running a Julia process in the background and do your stuff in the shell without startup time until the standalone binaries are there.

  • StochasticDiffEq.jl

    Solvers for stochastic differential equations which connect with the scientific machine learning (SciML) ecosystem

  • oneAPI.jl

    Julia support for the oneAPI programming toolkit.

  • GPUCompiler.jl

    Reusable compiler infrastructure for Julia GPU backends.

  • KittyTerminalImages.jl

    A package that allows Julia to display images in the kitty terminal editor

  • AlphaVantage.jl

    A Julia wrapper for the Alpha Vantage API.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Julia HacktoberFest related posts

  • Dart 3.3

    2 projects | news.ycombinator.com | 15 Feb 2024
  • Ask HN: Best way to learn GPU programming?

    2 projects | news.ycombinator.com | 1 Jan 2024
  • Potential of the Julia programming language for high energy physics computing

    10 projects | news.ycombinator.com | 4 Dec 2023
  • What Apple hardware do I need for CUDA-based deep learning tasks?

    3 projects | /r/macbook | 27 May 2023
  • Julia 1.9.0 lives up to its promise

    3 projects | news.ycombinator.com | 14 May 2023
  • jlrs v0.18: export types and functions written in Rust to Julia, improved version and platform support, and more!

    3 projects | /r/rust | 13 May 2023
  • Julia 1.9 Highlights

    9 projects | news.ycombinator.com | 10 May 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source HacktoberFest projects in Julia? This list will help you:

Project Stars
1 julia 44,707
2 Gadfly.jl 1,894
3 Plots.jl 1,804
4 DataFrames.jl 1,704
5 CUDA.jl 1,144
6 Javis.jl 816
7 Agents.jl 697
8 Optimization.jl 679
9 OrdinaryDiffEq.jl 511
10 DataFramesMeta.jl 475
11 Graphs.jl 443
12 ChainRules.jl 414
13 BinaryBuilder.jl 381
14 www.julialang.org 351
15 SciMLSensitivity.jl 316
16 DiffEqBase.jl 300
17 HypothesisTests.jl 289
18 DaemonMode.jl 269
19 StochasticDiffEq.jl 237
20 oneAPI.jl 177
21 GPUCompiler.jl 148
22 KittyTerminalImages.jl 89
23 AlphaVantage.jl 83

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com