Skip to content

Instantly share code, notes, and snippets.

View JeffreySarnoff's full-sized avatar

Jeffrey Sarnoff JeffreySarnoff

View GitHub Profile
@cormullion
cormullion / JuliaCon2019 Videos.md
Last active July 24, 2019 15:55
JuliaCon 2019 Videos

no longer being updated - go here instead!

title url viewcount
A General-Purpose Toolbox for Efficient Kronecker-Based Learning 🔗 0
A New Breed of Vehicle Simulation 🔗 0
A Probabilistic Programming Language for Switching Kalman Filters 🔗 0
A Showcase for Makie 🔗 0
Analyzing Social Networks with SimpleHypergraphs.jl 🔗 0
Array Data Distribution with ArrayChannels.jl 🔗 0
@pfitzseb
pfitzseb / TraceCalls.jl
Created December 17, 2018 15:10
TraceCalls.jl with Cassette
module TraceCalls
using Cassette
mutable struct Trace
level::Int
cutoff::Int
end
Cassette.@context TraceCtx