├── README.md ├── non-binary.png ├── stripe-1.thy ├── stripe-2.em ├── stripe-3.arc └── stripe-4.cr /README.md: -------------------------------------------------------------------------------- 1 | # Non-binary Pride in GitHub Repository Languages 2 | 3 | ![](non-binary.png) 4 | 5 | There's no white-coloured language :(. 6 | 7 | # Other repos 8 | 9 | Idea lovingly stolen from https://github.com/spacekookie/gay/. 10 | 11 | Others: 12 | - https://github.com/ticky/trans 13 | - https://github.com/alexwlchan/asexual 14 | -------------------------------------------------------------------------------- /non-binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TartanLlama/non-binary/bae790a79453efabe7b0add5f372fccd1ba39548/non-binary.png -------------------------------------------------------------------------------- /stripe-1.thy: -------------------------------------------------------------------------------- 1 | theory BinariesAreForComputersNotPeople 2 | imports Main 3 | begin 4 | lemma "A ⟶ A" 5 | proof 6 | qed 7 | end 8 | -------------------------------------------------------------------------------- /stripe-2.em: -------------------------------------------------------------------------------- 1 | mixin Gender 2 | destroy: -> console.log('now destroying gender, please stand by...') 3 | 4 | -------------------------------------------------------------------------------- /stripe-3.arc: -------------------------------------------------------------------------------- 1 | (def secret (prn "6e 6f 6e 2d 62 69 6e 61 72 79 20 70 72 69 64 65 21 21")) 2 | -------------------------------------------------------------------------------- /stripe-4.cr: -------------------------------------------------------------------------------- 1 | puts "The people of this world believe in Garnet, Amethyst and Pearl, and Steven!" 2 | --------------------------------------------------------------------------------