Computing the hexadecimal value of pi
Explains the Bailey-Borwein-Plouffe formula for computing hexadecimal digits of π and provides a Julia implementation.
Explains the Bailey-Borwein-Plouffe formula for computing hexadecimal digits of π and provides a Julia implementation.
A technical tutorial on using the Julia programming language and AstroLib.jl to calculate and plot the analemma, the figure-8 path of the Sun in the sky.
A tutorial on implementing the classic Rock-Paper-Scissors game in under 10 lines of Julia code, showcasing multiple dispatch.
A tutorial on using Julia's CUDAnative.jl package to achieve 20x speedups by parallelizing haversine distance calculations on an NVIDIA GPU.
A developer revives the Vega.jl package for Julia, updating it for v0.4, adding Jupyter Notebook support, and planning new visualizations.
A critical review of the Julia programming language, highlighting performance and numerous bugs encountered by the author.
A guide to using Twitter.jl, a Julia package for interacting with the Twitter API, covering authentication and basic functions.
A developer explains how to refactor repetitive Julia code for a Twitter API package using metaprogramming techniques to reduce lines and improve maintainability.
A tutorial on using the VennEuler.jl Julia package to recreate a data analytics language popularity diagram from survey data.
A tutorial on using Julia's string interpolation for automating repetitive data engineering tasks like querying multiple database tables.
A technical guide on using Julia to integrate data from Hadoop and Teradata Aster for visualization, demonstrating its role as a 'glue' language.
A cheat sheet comparing matrix operations across MATLAB/Octave, Python (NumPy), R, and Julia for scientific computing and data analysis.
A benchmark comparison of Julia, Python, R, and pqR on a Project Euler problem, exploring performance gains from JIT compilation.
A guide to reading and writing tabular data in Julia using arrays, DataFrames, and ODBC database connections.
An introduction to the Julia programming language for scientific computing, covering installation, package management, and basic syntax comparisons.