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
{- | |
Usage: ./FlagObfuscate [string to obfuscate] | |
Gloss doesn't support image export unfortunately, and the library gloss-export doesn't compile at the moment. | |
You'll have to take a screenshot or rewrite this with better tooling. | |
Use this tool to promote any links you want, fuck Elon Musk. | |
-} | |
module Main where |
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
#![feature(fn_traits, unboxed_closures)] | |
macro_rules! orelse { | |
(($($lhs:tt)+), $rhs:tt) => {$($lhs)+}; | |
((), ($($rhs:tt)*)) => {$($rhs)*} | |
} | |
macro_rules! overload { | |
( | |
$v:vis fn $fn_name:ident { |
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
--- | |
title: Conjuring the sprits of the computer with our spells | |
author: Naomi Liu | |
patat: | |
wrap: true | |
margins: | |
left: 10 | |
right: 10 | |
incrementalLists: true |
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
<div id="errors" style=" | |
background: #c00; | |
color: #fff; | |
display: none; | |
margin: -20px -20px 20px; | |
padding: 20px; | |
white-space: pre-wrap; | |
"></div> | |
<div id="root"></div> | |
<script> |