All Packages
-
DifferenceLists.jl0A difference list implementation for Julia. These are a highly efficient and simple way to build up lists from parts: appending, prepending, and concatenation are all very fast (constant time). They're also immutable, so you can reuse the parts.
-
IlluminaIdatFiles.jl0Read Illumina idat files
-
DimArrays.jl0Julia arrays with dimension labels, and scaling
-
ImarisWriter.jl0Julia bindings for ImarisWriter
-
GenomicTiles.jl0-
-
ImgCIFHandler.jl0Routines for handling imgCIF files containing raw data pointers
-
BlockingMethod.jl0Time series analysis on correlated data
-
LazyInverses.jl0LazyInverses provides a lazy wrapper for a matrix inverse, akin to Adjoint in Julia Base. See the README for example use cases.
-
DeepReshapes.jl0Reshape arbitrarily nested structures of Tuples and Arrays in Julia
-
ImplicitDifferentiables.jl0Julia packages that represent a differentiable mapping with implicitly defined values
-
CavityTools.jl0-
-
IncGammaBeta.jl0A Julia package that computes incomplete gamma and beta functions and their inverses.
-
GenomicOffsets.jl0Genomic offset statistics
-
DebugDataWriter.jl0-
-
DigitalAssetExchangeFormatIO.jl0-
-
DigitalHolography.jl0-
-
IndexedFactorGraphs.jl0Factor graphs based on IndexedGraphs.jl
-
DimensionReductionRegression.jl0Dimension reduction regression for Julia
-
LCMGL.jl0Julia bindings for libbot LCMGL: https://github.com/RobotLocomotion/libbot/tree/master/bot2-lcmgl
-
DINA.jl0Download and store US Distributional National Accounts Data (http://gabriel-zucman.eu/usdina/) using DataDeps.jl
-
DiscreteChoiceCalculations.jl0Tiny Julia package that contains calculations for discrete choice models (used in economics).
-
Hydna.jl0Julia bindings for Hydna
-
LazyFym.jl0Transducer-based general-purpose simulator with lazy evaluation
-
DiscreteOrderedMedian.jl0Branch-and-bound algorithm for the discrete ordered median problem
-
DistributedJLFluxML.jl0-
-
DistributedObjects.jl0Create, access and delete remotely stored objects
-
DistributedQuery.jl0-
-
DashSVD.jl0Julia implementation for dashSVD Algorithm with Shifted Power Iteration for Sparse Data
-
DashDeploymentExample.jl0A template Dash.jl app hosted on JuliaHub.com
-
Ipaper.jl0Collection of functions for R users
-
DobotMagician.jl0Interface to the Dobot Magician robotic arm
-
DanceDocker.jl0Docker plugin for DanceJL
-
Hpcc.jl0Implementation of the HPC Challenge kernels in Julia
-
ParameterEstimateScatterPlots.jl0Basic scatter plots with overlayed linear fit and ideal trend lines for visualizing estimator performance
-
DocumenterInventoryWritingBackport.jl0Backport of inventory writing for Documenter 0.25-1.2
-
BoxSymmetries.jl0Apply symmetries to arbitrary dimension arrays
-
CZML.jl0Create CZML files in Julia
-
InstantFrame.jl0Fast 3D frame structural analysis
-
CycPols.jl0Product of cyclotomic polynomials
-
CycleGAN.jl0Julia code of CycleGAN based on pytorch implementation