Skip to content

Instantly share code, notes, and snippets.

@harryaskham
harryaskham / server.hs
Created March 16, 2023 14:50
GPT-4 Written ChatGPT WebApp in Haskell
{- cabal:
build-depends: base
, scotty
, aeson
, http-client-tls
, http-client
, bytestring
, text
, http-types
-}
@harryaskham
harryaskham / Fira Code Nerd Font Complete.css
Last active February 12, 2022 17:55
Fira Code Nerd Font Complete Blink.sh CSS
@font-face {
font-family: "Fira Code NerdFont";
font-style: normal;
font-weight: 200;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf') format('truetype'));
}
@font-face {
font-family: "Fira Code NerdFont";
font-style: normal;
font-weight: 400;