Skip to content

Instantly share code, notes, and snippets.

View kumo's full-sized avatar

Robert Clarke kumo

View GitHub Profile
@QWxleA
QWxleA / custom-zk.css
Created April 24, 2022 06:19
Logseq Zettelkasten 💚🐔CSS
/* FLEETING NOTES */
span.page-reference[data-ref="fleeting note"]
{ background: var(--ls-primary-background-color);
background-size: 100%;
color: var(--ls-primary-text-color);
padding: 2px 5px 2px 5px;
font-size: 13px;
line-height: 1em;
font-weight: 500;
@mbrc12
mbrc12 / fractal.hs
Last active October 26, 2020 17:44
fractal
{-
fractal : A fractal generator in haskell
Author : Mriganka Basu Roy Chowdhury
Install : Preferably (if you don't want cabal hell),
form a cabal sandbox and install JuicyPixels
and optparse-applicative. Then just
cabal exec -- ghc fractal.hs -O3
Please use -O3, as otherwise, the generation