This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
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 |