Skip to content

Instantly share code, notes, and snippets.

View c42f's full-sized avatar

Claire Foster c42f

View GitHub Profile
Chris Foster 6 days ago
But I guess we currently need to supply things like Zlib_jll in the Project.toml [deps] section?
Mosè Giordano 6 days ago
Yes, exactly. The way the jll packages work doesn't allow them to be installed in julia <1.3, I don't see many options at the moment to make BinaryProvider and jll coexist in those versions of julia
Chris Foster 6 days ago
I see one possible option: the jll packages themselves could allow installation on julia < 1.3 and just load as an empty module in that case. That would allow some recourse for maintainers who have to support older julia versions.
Fredrik Ekre 6 days ago
just load as an empty module in that case
@c42f
c42f / tensor3x3.png
Last active November 20, 2019 13:43
Makie 3x3 tensor arrow viz
tensor3x3.png
@c42f
c42f / fourier_isosurface.jl
Last active August 12, 2020 14:33
Makie.jl based visualization of 3D 1/f noise
using Makie
using Meshing
using GeometryTypes
using ColorSchemes
using FFTW
using LinearAlgebra
using Random
using Interpolations
@c42f
c42f / Manifest.toml
Last active February 24, 2021 00:41
Julia Fractals via inverse iteration
# This file is machine-generated - editing it directly is not advised
[[ATK_jll]]
deps = ["Artifacts", "Glib_jll", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "d2cb610e0f31d9d20f4ca37e4535ea5e6f374889"
uuid = "7b86fcea-f67b-53e1-809c-8f1719c154e8"
version = "2.34.1+5"
[[AbstractFFTs]]
deps = ["LinearAlgebra"]
@c42f
c42f / slack_logging_history.txt
Created April 27, 2020 23:26
Julia #logging slack channel history
Manually copied out of slack on 2020-04-28
logging
@rofinn created this channel on May 15th, 2018. This is the very beginning of the logging channel.
Rory Finnegan 6:07 AM
joined #logging along with 2 others.
Kevin Bonham:microbiome: 6:56 AM
Thanks for making the channel @rofinn. The main thing I’ve been trying to
@c42f
c42f / PlutoLogging.jl
Created August 6, 2020 23:59
PlutoLogging.jl
### A Pluto.jl notebook ###
# v0.11.3
using Markdown
using InteractiveUtils
# ╔═╡ 7154a0e6-d7a3-11ea-2657-db1e00c80460
md"Define a function which will do some logging. Note that this could just as well be in an external library"
# ╔═╡ 514ac9ea-d7a0-11ea-1512-e99df979d240