🇦🇺 Made in Australia

Discover Australia's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of Australia.

TOP Julia Projects

1
andyferris/Dictionaries.jl

andyferris/Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Julia
275
star
2
rafaqz/DimensionalData.jl

rafaqz/DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
Julia
256
star
3
cesaraustralia/DynamicGrids.jl

cesaraustralia/DynamicGrids.jl

Grid-based simulations in Julia
Julia
223
star
4
rafaqz/Rasters.jl

rafaqz/Rasters.jl

Raster manipulation for the Julia language
Julia
195
star
5
oxinabox/DataDeps.jl

oxinabox/DataDeps.jl

reproducible data setup for reproducible science
Julia
146
star
6
oxinabox/Pipe.jl

oxinabox/Pipe.jl

An enhancement to julia piping syntax
Julia
146
star
7
c42f/RemoteREPL.jl

c42f/RemoteREPL.jl

Connect a REPL to a remote Julia process
Julia
116
star
8
oxinabox/AutoPreallocation.jl

oxinabox/AutoPreallocation.jl

What if your code allocated less? Remember what memory we needed last time and use it again every time after
Julia
99
star
9
xiaodaigh/JDF.jl

xiaodaigh/JDF.jl

Julia DataFrames serialization format
Julia
87
star
10
oxinabox/Tricks.jl

oxinabox/Tricks.jl

Cunning tricks though the julia compiler internals
Julia
83
star
11
c42f/Underscores.jl

c42f/Underscores.jl

Underscore placeholders for convenient closure syntax
Julia
80
star
12
angusmoore/Matte.jl

angusmoore/Matte.jl

Julia-powered dashboards, inspired by Material Design
Julia
71
star
13
xiaodaigh/JLBoost.jl

xiaodaigh/JLBoost.jl

A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
Julia
68
star
14
rafaqz/Interfaces.jl

rafaqz/Interfaces.jl

Macros to define and implement interfaces, to ensure they are checked and correct.
Julia
67
star
15
c42f/SQLREPL.jl

c42f/SQLREPL.jl

A Julia REPL mode for SQL
Julia
65
star
16
samoconnor/AWSLambda.jl

samoconnor/AWSLambda.jl

AWS Lambda interface for Julia
Julia
54
star
17
rafaqz/SegmentAnything.jl

rafaqz/SegmentAnything.jl

segment-anything wrapped for Julia
Julia
53
star
18
rafaqz/ModelParameters.jl

rafaqz/ModelParameters.jl

Easy, standardised parameter get/set for heterogeneous or nested immutable models.
Julia
52
star
19
c42f/FastClosures.jl

c42f/FastClosures.jl

Faster closure variable capture
Julia
50
star
20
rob-luke/Neuroimaging.jl

rob-luke/Neuroimaging.jl

Neuroimaging in Julia
Julia
47
star
21
andyferris/AcceleratedArrays.jl

andyferris/AcceleratedArrays.jl

Arrays with acceleration indices
Julia
44
star
22
mohamed82008/KissThreading.jl

mohamed82008/KissThreading.jl

Simple patterns supporting working with threads in Julia
Julia
38
star
23
rafaqz/Mixers.jl

rafaqz/Mixers.jl

Julia mixin macros. Mixed, not stirred
Julia
37
star
24
Statfactory/JuML.jl

Statfactory/JuML.jl

Machine Learning in Julia
Julia
37
star
25
mroughan/SurrealNumbers.jl

mroughan/SurrealNumbers.jl

Implementation of Conway's Surreal Numbers
Julia
36
star
26
oxinabox/LayeredLayouts.jl

oxinabox/LayeredLayouts.jl

Layered Layout Algorithms for Directed Acyclic Graphs
Julia
36
star
27
GeoscienceAustralia/HiQGA.jl

GeoscienceAustralia/HiQGA.jl

High Quality Geophysical Analysis provides a general purpose Bayesian and deterministic inversion framework for various geophysical methods and spatially distributed / timeseries data
Julia
32
star
28
rafaqz/Flatten.jl

rafaqz/Flatten.jl

Flatten nested Julia objects to tuples, and reconstruct them later
Julia
32
star
29
lpmdiaz/HyperGraphs.jl

lpmdiaz/HyperGraphs.jl

A package to represent high-order relationships between objects of any type
Julia
31
star
30
DeloitteAU/GraphQLClient.jl

DeloitteAU/GraphQLClient.jl

A Julia GraphQL client for seamless integration with a server
Julia
31
star
31
samoconnor/lambdalatex

samoconnor/lambdalatex

Latex TeX Live for AWS Lambda
Julia
30
star
32
c42f/ResourceContexts.jl

c42f/ResourceContexts.jl

Safe resource handling for Julia, without the do blocks
Julia
29
star
33
vinhphunguyen/MPM-Julia

vinhphunguyen/MPM-Julia

Julia implementation of the material point method (MPM)
Julia
29
star
34
c42f/JuliaLowering.jl

c42f/JuliaLowering.jl

Julia code lowering with precise provenance
Julia
28
star
35
xiaodaigh/TableScraper.jl

xiaodaigh/TableScraper.jl

Scrape WELL-FORMED tables from webpages
Julia
28
star
36
DeloitteAU/LightOSM.jl

DeloitteAU/LightOSM.jl

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
Julia
27
star
37
mohamed82008/DifferentiableFactorizations.jl

mohamed82008/DifferentiableFactorizations.jl

Differentiable matrix factorizations using ImplicitDifferentiation.jl.
Julia
27
star
38
andyferris/Traitor.jl

andyferris/Traitor.jl

An early prototype of a traits system for Julia
Julia
26
star
39
c42f/MicroLogging.jl

c42f/MicroLogging.jl

A simple logging API for julia
Julia
26
star
40
c42f/Gameoji

c42f/Gameoji

An emoji-based 2D dungeon crawler with live coding interface
Julia
25
star
41
colintbowers/DependentBootstrap.jl

colintbowers/DependentBootstrap.jl

Statistical bootstrap procedures for time-series data
Julia
24
star
42
oxinabox/ProjectManagement.jl

oxinabox/ProjectManagement.jl

Project Management tools, with a particular focus on PERT charts
Julia
24
star
43
xiaodaigh/DataConvenience.jl

xiaodaigh/DataConvenience.jl

Convenience functions missing in Julia
Julia
24
star
44
xiaodaigh/SortingLab.jl

xiaodaigh/SortingLab.jl

Faster sorting algorithms (sort and sortperm) for Julia
Julia
23
star
45
hendersontrent/GAM.jl

hendersontrent/GAM.jl

Fit, evaluate, and visualise generalised additive models (GAMs) in native Julia
Julia
23
star
46
rafaqz/FieldMetadata.jl

rafaqz/FieldMetadata.jl

Metadata for julia fields
Julia
22
star
47
cesaraustralia/Dispersal.jl

cesaraustralia/Dispersal.jl

Tools for simulating organism dispersal
Julia
21
star
48
imanuelcostigan/OldFinancialMarkets.jl

imanuelcostigan/OldFinancialMarkets.jl

Describe and model financial markets objects using Julia
Julia
20
star
49
xiaodaigh/TidyStanza.jl

xiaodaigh/TidyStanza.jl

Attempting to implement some {tidyverse} APIs in Julia
Julia
20
star
50
captchanjack/Jedis.jl

captchanjack/Jedis.jl

A fully featured Julia Redis client.
Julia
20
star
51
xiaodaigh/FstFileFormat.jl

xiaodaigh/FstFileFormat.jl

Julia bindings for the fst format
Julia
19
star
52
hendersontrent/PosteriorPlots.jl

hendersontrent/PosteriorPlots.jl

Graphical tools for Bayesian inference and posterior predictive checks.
Julia
19
star
53
navidcy/TurbulentWords.jl

navidcy/TurbulentWords.jl

Make turbulence with words
Julia
17
star
54
oxinabox/TimeTraveler.jl

oxinabox/TimeTraveler.jl

Time travel in JuliaLang. (Useful for testing what code did before your changes)
Julia
17
star
55
billmclean/GaussQuadrature.jl

billmclean/GaussQuadrature.jl

Julia package to compute weights and points for the classical Gauss quadrature rules
Julia
17
star
56
c42f/Displaz.jl

c42f/Displaz.jl

Julia bindings for the displaz lidar viewer
Julia
16
star
57
oxinabox/MixedModeDebugger.jl

oxinabox/MixedModeDebugger.jl

A Julia Debugger that works with mixed compiled and interpretted mode for performance
Julia
16
star
58
thomper/RoboticsToolbox.jl

thomper/RoboticsToolbox.jl

Port of Peter Corke's Robotics Toolbox to Julia
Julia
16
star
59
sheriftawfikabbas/crystalfeatures

sheriftawfikabbas/crystalfeatures

Julia
16
star
60
rafaqz/UnitfulMoles.jl

rafaqz/UnitfulMoles.jl

Utilities for working with Mole units for the Julia language
Julia
15
star
61
rob-luke/AuditoryStimuli.jl

rob-luke/AuditoryStimuli.jl

Generate audiory stimuli
Julia
13
star
62
jonocarroll/TriangulArt.jl

jonocarroll/TriangulArt.jl

Artify images using Delaunay Triangulation
Julia
13
star
63
oxinabox/MultiResolutionIterators.jl

oxinabox/MultiResolutionIterators.jl

Tools for working with Iterators of Iterators of ...., with particular application in NLP which has Corpus made up of Document made up of Paragraphs made up of Sentences made up of Words made up of Characters
Julia
13
star
64
oxinabox/UniversalTensorBoard.jl

oxinabox/UniversalTensorBoard.jl

Deprecated in favor of https://github.com/PhilipVinc/TensorBoardLogger.jl/
Julia
12
star
65
oxinabox/InterfaceTesting.jl

oxinabox/InterfaceTesting.jl

(Julia 0.5 only) Concept still good, but needs updating for julia 1.0
Julia
12
star
66
frederikgeth/PowerModelsReliability.jl

frederikgeth/PowerModelsReliability.jl

docs: https://frederikgeth.github.io/PowerModelsReliability.jl/
Julia
12
star
67
briochemc/WorldOceanAtlasTools.jl

briochemc/WorldOceanAtlasTools.jl

Tools do download and interpolate data from the World Ocean Atlas
Julia
11
star
68
andyferris/StaticArraysLite.jl

andyferris/StaticArraysLite.jl

Prototype of StaticArrays without generated functions, etc
Julia
10
star
69
andyferris/Indexing.jl

andyferris/Indexing.jl

Generalized indexing for Julia
Julia
10
star
70
adamhsparks/Epicrop.jl

adamhsparks/Epicrop.jl

Simulation modelling of crop diseases using a Healthy-Latent-Infectious-Postinfectious (HLIP) model in Julia
Julia
10
star
71
samoconnor/InfoZIP.jl

samoconnor/InfoZIP.jl

ZIP Archive Interface. Wrapper for Info-ZIP (and ZipFile.jl).
Julia
10
star
72
billmclean/FinElt.jl

billmclean/FinElt.jl

A simple package for a first course in finite element methods.
Julia
10
star
73
mroughan/Geometry2D.jl

mroughan/Geometry2D.jl

2D computational geometry package for Julia (programming language)
Julia
9
star
74
aghitza/ModularForms.jl

aghitza/ModularForms.jl

implementation of modular forms algorithms in Julia
Julia
9
star
75
oxinabox/Trello.jl

oxinabox/Trello.jl

(Unofficial) Julia library for working with Trello
Julia
9
star
76
xiaodaigh/JLBoostMLJ.jl

xiaodaigh/JLBoostMLJ.jl

MLJ.jl interface for JLBoost.jl
Julia
9
star
77
andyferris/MinimumViableTables.jl

andyferris/MinimumViableTables.jl

Tables with acceleration indices for Julia
Julia
9
star
78
Pat-Laub/EMpht.jl

Pat-Laub/EMpht.jl

[Julia Package] Fitting Phase-Type Distributions using an EM Algorithm
Julia
9
star
79
mroughan/Polylogarithms.jl

mroughan/Polylogarithms.jl

Polylogarithm function and related special functions and sequences.
Julia
9
star
80
xiaodaigh/PkgVersionHelper.jl

xiaodaigh/PkgVersionHelper.jl

Julia
9
star
81
xiaodaigh/FastGroupBy.jl

xiaodaigh/FastGroupBy.jl

Some helper functions to make some group by operations on DataFrames and IndexedTables faster
Julia
9
star
82
wormell/Poltergeist.jl

wormell/Poltergeist.jl

Julia package for transfer operator spectral methods
Julia
9
star
83
mgtlake/Juliet

mgtlake/Juliet

Julia Interactive Educational Tutor
Julia
9
star
84
joshbode/Journal.jl

joshbode/Journal.jl

Logging framework for Julia
Julia
8
star
85
mohamed82008/ConvergencePlots.jl

mohamed82008/ConvergencePlots.jl

Visualizing convergence was never easier.
Julia
8
star
86
briochemc/JuliaProPlotExamples

briochemc/JuliaProPlotExamples

The proplot examples translated to Julia using PyCall.jl and PyPlot.jl.
Julia
8
star
87
thisrod/Tensars.jl

thisrod/Tensars.jl

Tensors as linear mappings of multidimensional arrays
Julia
8
star
88
rafaqz/Stencils.jl

rafaqz/Stencils.jl

Static Stencil mapping for Julia
Julia
8
star
89
oxinabox/OhMyLog.jl

oxinabox/OhMyLog.jl

Enhanced ConsoleLog, with the ability to overwrite messages.
Julia
8
star
90
rafaqz/DEBplant

rafaqz/DEBplant

Scripts for a Dynamic Energy Budget plant model with microclimate interaction
Julia
8
star
91
nmatzke/PhyBEARS.jl

nmatzke/PhyBEARS.jl

Phylogenetic biogeography SSE models for large state spaces
Julia
7
star
92
mroughan/AlephZeroHeroesData

mroughan/AlephZeroHeroesData

Data from aleph-zero-heroes
Julia
7
star
93
torrance/Casacore.jl

torrance/Casacore.jl

A high level Julia interface to Casacore
Julia
7
star
94
andyferris/Tabulars.jl

andyferris/Tabulars.jl

Flexible tabular data for Julia
Julia
7
star
95
navidcy/Imaginocean.jl

navidcy/Imaginocean.jl

A visualization package for Oceananigans.jl fields.
Julia
7
star
96
jacksoncalvert/RediSearch.jl

jacksoncalvert/RediSearch.jl

Julia Implemention of RediSearch API
Julia
7
star
97
zygmuntszpak/ImageComponentAnalysis.jl

zygmuntszpak/ImageComponentAnalysis.jl

Julia
7
star
98
c42f/MagicUnderscores.jl

c42f/MagicUnderscores.jl

Convenient function argument placeholders for julia
Julia
7
star
99
JobJob/D3Magic.jl

JobJob/D3Magic.jl

D3 code in IJulia/Jupyter Notebooks
Julia
7
star
100
xiaodaigh/Game2048.jl

xiaodaigh/Game2048.jl

GUIs for playing the game 2048 in Julia
Julia
7
star