Skip to content

Instantly share code, notes, and snippets.

{"version":1,"resource":"file:///Users/daly/Documents/developer/code/deep/JuliaDeep/src/Plots-pkg-customchanges.jl","entries":[{"id":"4UvC.jl","timestamp":1665780705047}]}
@NHDaly
NHDaly / day1.delve
Created December 21, 2021 00:19
NHD advent of code 2020 delve
// def input = load_csv["/Users/nathandaly/Documents/delve/adventofcode/day1-input"]
// def nums = input[_, :Numbers]
// ic {count[nums] = 200}
def input_example = {
1721;
979;
366;
299;
675;
@NHDaly
NHDaly / gist:9377dab0cb5e1f3cecedce1e4de0e59e
Created December 21, 2021 00:17
salsa infinite recursion crash
julia> using Salsa
julia> @derived foo(rt, x) = foo(rt, x+1)
foo (generic function with 1 method)
julia> rt = Runtime()
Salsa.Runtime(Salsa.DefaultStorage(0, ...))
julia> foo(rt, 1)
[ Info: DOUBLING SALSA TRACE FREELIST ON THREAD 1
@NHDaly
NHDaly / .gitattributes
Last active April 15, 2019 02:23 — forked from bycpx/config
Enable textual diff of iWork '09 Pages documents. (Forked and updated from a gist that works for older Pages documents)
*.pages diff=iworkpages