feat: refactored cucks

This commit is contained in:
Nick 2024-11-16 16:35:08 -06:00
parent bdd63d8494
commit 667440f60f
74 changed files with 157 additions and 133 deletions

View file

@ -0,0 +1,19 @@
#!/usr/bin/env bash
for file in *; do
# Check if it's a file (not a directory)
if [ -f "$file" ]; then
# Get filename without extension
dirname="${file%.*}"
# Create directory if it doesn't exist
if [ ! -d "$dirname" ]; then
mkdir "$dirname"
echo "Created directory: $dirname"
fi
# Move the file into its directory
mv "$file" "$dirname/"
echo "Moved $file to $dirname/"
fi
done

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.AmberOHearn exposing (..)
module Cuckery.CuckList.AmberOHearn.AmberOHearn exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.AnnChilders exposing (..)
module Cuckery.CuckList.AnnChilders.AnnChilders exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.AnthonyGustin exposing (..)
module Cuckery.CuckList.AnthonyGustin.AnthonyGustin exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.AshwaniGarg exposing (..)
module Cuckery.CuckList.AshwaniGarg.AshwaniGarg exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.AustinHerbert exposing (..)
module Cuckery.CuckList.AustinHerbert.AustinHerbert exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BartKay exposing (..)
module Cuckery.CuckList.BartKay.BartKay exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BenBikman exposing (..)
module Cuckery.CuckList.BenBikman.BenBikman exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BennyMalone exposing (..)
module Cuckery.CuckList.BennyMalone.BennyMalone exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BradCampbell exposing (..)
module Cuckery.CuckList.BradCampbell.BradCampbell exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BradCohn exposing (..)
module Cuckery.CuckList.BradCohn.BradCohn exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BradMarshall exposing (..)
module Cuckery.CuckList.BradMarshall.BradMarshall exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.BrianKerley exposing (..)
module Cuckery.CuckList.BrianKerley.BrianKerley exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.CarnivoreAurelius exposing (..)
module Cuckery.CuckList.CarnivoreAurelius.CarnivoreAurelius exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.CateShanahan exposing (..)
module Cuckery.CuckList.CateShanahan.CateShanahan exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.ChrisBoettcher exposing (..)
module Cuckery.CuckList.ChrisBoettcher.ChrisBoettcher exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.ClaraAboel exposing (..)
module Cuckery.CuckList.ClaraAboel.ClaraAboel exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.CliffHarvey exposing (..)
module Cuckery.CuckList.CliffHarvey.CliffHarvey exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.DaveFeldman exposing (..)
module Cuckery.CuckList.DaveFeldman.DaveFeldman exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.DavidDiamond exposing (..)
module Cuckery.CuckList.DavidDiamond.DavidDiamond exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.DavidGornoski exposing (..)
module Cuckery.CuckList.DavidGornoski.DavidGornoski exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.DianaRodgers exposing (..)
module Cuckery.CuckList.DianaRodgers.DianaRodgers exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.EdwardGoeke exposing (..)
module Cuckery.CuckList.EdwardGoeke.EdwardGoeke exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.ElieJarrouge exposing (..)
module Cuckery.CuckList.ElieJarrouge.ElieJarrouge exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.GaryBrecka exposing (..)
module Cuckery.CuckList.GaryBrecka.GaryBrecka exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.GaryFettke exposing (..)
module Cuckery.CuckList.GaryFettke.GaryFettke exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.GaryTaubes exposing (..)
module Cuckery.CuckList.GaryTaubes.GaryTaubes exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.GeorgeMartin exposing (..)
module Cuckery.CuckList.GeorgeMartin.GeorgeMartin exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.GuyAustin exposing (..)
module Cuckery.CuckList.GuyAustin.GuyAustin exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.IvorCummins exposing (..)
module Cuckery.CuckList.IvorCummins.IvorCummins exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.JakeMey exposing (..)
module Cuckery.CuckList.JakeMey.JakeMey exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.JamesDiNicolantonio exposing (..)
module Cuckery.CuckList.JamesDiNicolantonio.JamesDiNicolantonio exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.JosephEverett exposing (..)
module Cuckery.CuckList.JosephEverett.JosephEverett exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.JustinMares exposing (..)
module Cuckery.CuckList.JustinMares.JustinMares exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.KaitMalthaner exposing (..)
module Cuckery.CuckList.KaitMalthaner.KaitMalthaner exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.KemMinnick exposing (..)
module Cuckery.CuckList.KemMinnick.KemMinnick exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.KenBerry exposing (..)
module Cuckery.CuckList.KenBerry.KenBerry exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.KevinStock exposing (..)
module Cuckery.CuckList.KevinStock.KevinStock exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.KyleMamounis exposing (..)
module Cuckery.CuckList.KyleMamounis.KyleMamounis exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MarkSisson exposing (..)
module Cuckery.CuckList.MarkSisson.MarkSisson exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MartyKendall exposing (..)
module Cuckery.CuckList.MartyKendall.MartyKendall exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MaxLugavere exposing (..)
module Cuckery.CuckList.MaxLugavere.MaxLugavere exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MichaelKummer exposing (..)
module Cuckery.CuckList.MichaelKummer.MichaelKummer exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MichaelManderville exposing (..)
module Cuckery.CuckList.MichaelManderville.MichaelManderville exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MikeMutzel exposing (..)
module Cuckery.CuckList.MikeMutzel.MikeMutzel exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.MikeSweeney exposing (..)
module Cuckery.CuckList.MikeSweeney.MikeSweeney exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.NickEggleton exposing (..)
module Cuckery.CuckList.NickEggleton.NickEggleton exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.NinaTeicholz exposing (..)
module Cuckery.CuckList.NinaTeicholz.NinaTeicholz exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.NorstrongChris exposing (..)
module Cuckery.CuckList.NorstrongChris.NorstrongChris exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.PaulMason exposing (..)
module Cuckery.CuckList.PaulMason.PaulMason exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.PaulSaladino exposing (..)
module Cuckery.CuckList.PaulSaladino.PaulSaladino exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.PhilipOvadia exposing (..)
module Cuckery.CuckList.PhilipOvadia.PhilipOvadia exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.PhilippeStephenson exposing (..)
module Cuckery.CuckList.PhilippeStephenson.PhilippeStephenson exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.RalphNapolitano exposing (..)
module Cuckery.CuckList.RalphNapolitano.RalphNapolitano exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.RaphaelSirtoli exposing (..)
module Cuckery.CuckList.RaphaelSirtoli.RaphaelSirtoli exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.RobMeijer exposing (..)
module Cuckery.CuckList.RobMeijer.RobMeijer exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.RobbWolf exposing (..)
module Cuckery.CuckList.RobbWolf.RobbWolf exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.SimonGoddek exposing (..)
module Cuckery.CuckList.SimonGoddek.SimonGoddek exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.Template exposing (..)
module Cuckery.CuckList.Template.Template exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.TravisStatham exposing (..)
module Cuckery.CuckList.TravisStatham.TravisStatham exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.TristanHaggard exposing (..)
module Cuckery.CuckList.TristanHaggard.TristanHaggard exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.TroKalayjian exposing (..)
module Cuckery.CuckList.TroKalayjian.TroKalayjian exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.TuckerGoodrich exposing (..)
module Cuckery.CuckList.TuckerGoodrich.TuckerGoodrich exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.ZoeHarcombe exposing (..)
module Cuckery.CuckList.ZoeHarcombe.ZoeHarcombe exposing (..)
import Cuckery.Types exposing (..)

View file

@ -1,4 +1,4 @@
module Cuckery.CuckList.ZsofiaClemens exposing (..)
module Cuckery.CuckList.ZsofiaClemens.ZsofiaClemens exposing (..)
import Cuckery.Types exposing (..)

View file

@ -8,6 +8,7 @@ argumentAncestralDiets =
{ argumentTitle = "Argument for Using the Term Retard"
, propositionTitle = ""
, propositionSummary = ""
, proofLink = ""
, definitionTable =
[ { definiendum = "C(x)"
, definiens = "(x) slur's negative connotations have been neutralised"

View file

@ -8,6 +8,7 @@ argumentHealthSeeker =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, proofLink = ""
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"

View file

@ -8,6 +8,7 @@ argumentEthicalSlurs =
{ argumentTitle = "Argument for Using the Term Retard"
, propositionTitle = ""
, propositionSummary = ""
, proofLink = "https://www.umsu.de/trees/#(~6x(Cx~4Bx)),(~6x(~3Cx~5Dx)),(~3Cr),(~3Br~1Dr~5Sr),(Sr~5Ar)%7C=(Ar)"
, definitionTable =
[ { definiendum = "C(x)"
, definiens = "(x) slur's negative connotations have been neutralised"

View file

@ -8,6 +8,7 @@ argumentAnabolicKeto =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, proofLink = ""
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"

View file

@ -8,6 +8,7 @@ argumentMalondialdehyde =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, proofLink = ""
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"

View file

@ -62,7 +62,10 @@ argumentMaker argument =
column
[ paragraphWidth, alignLeft, spacing 8, paddingEach { top = 0, right = 0, bottom = 60, left = 0 } ]
[ paragraph (paragraphBoldFormat ++ [ F.size 20 ])
[ text argument.argumentTitle |> el [ F.color colourTheme.nonHighlightedText, F.bold ]
[ newTabLink []
{ url = argument.proofLink
, label = transitionNonHighlightedLinkHover <| text (argument.argumentTitle)
}
]
, paragraph (paragraphBoldFormat ++ [ F.size 18 ])
[ text "Proposition: " |> el [ F.color colourTheme.highlightText ]

View file

@ -11,6 +11,7 @@ type alias Argument =
{ argumentTitle : String
, propositionTitle : String
, propositionSummary : String
, proofLink : String
, definitionTable : List Definition
, argumentFormalization : List ArgumentEntry
}

View file

@ -3,9 +3,7 @@ module Pages.Debate exposing (Model, Msg, page)
import Config.Colour as T exposing (..)
import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Debate.Arguments.Ancestry.AncestralDiets exposing (..)
import Debate.Arguments.Ethics.EthicalSlurs exposing (..)
import Debate.Arguments.Nutrition.Malondialdehyde exposing (..)
import Debate.Helpers exposing (..)
import Effect exposing (Effect)
import Element exposing (..)
@ -108,9 +106,7 @@ debateList =
)
[ { categoryName = "Ethics"
, arguments =
[ argumentAncestralDiets
, argumentEthicalSlurs
, argumentMalondialdehyde
[ argumentEthicalSlurs
]
}
]

View file

@ -4,69 +4,69 @@ import Config.Colour as T exposing (..)
import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Cuckery.CuckList.AdamSinger.AdamSinger exposing (cuckAdamSinger)
import Cuckery.CuckList.AmberOHearn exposing (cuckAmberOHearn)
import Cuckery.CuckList.AnnChilders exposing (cuckAnnChilders)
import Cuckery.CuckList.AnthonyGustin exposing (cuckAnthonyGustin)
import Cuckery.CuckList.AshwaniGarg exposing (cuckAshwaniGarg)
import Cuckery.CuckList.AustinHerbert exposing (cuckAustinHerbert)
import Cuckery.CuckList.BartKay exposing (cuckBartKay)
import Cuckery.CuckList.BenBikman exposing (cuckBenBikman)
import Cuckery.CuckList.BennyMalone exposing (cuckBennyMalone)
import Cuckery.CuckList.BradCampbell exposing (cuckBradCampbell)
import Cuckery.CuckList.BradCohn exposing (cuckBradCohn)
import Cuckery.CuckList.BradMarshall exposing (cuckBradMarshall)
import Cuckery.CuckList.BrianKerley exposing (cuckBrianKerley)
import Cuckery.CuckList.CarnivoreAurelius exposing (cuckCarnivoreAurelius)
import Cuckery.CuckList.CateShanahan exposing (cuckCateShanahan)
import Cuckery.CuckList.ChrisBoettcher exposing (cuckChrisBoettcher)
import Cuckery.CuckList.ClaraAboel exposing (cuckClaraAboel)
import Cuckery.CuckList.CliffHarvey exposing (cuckCliffHarvey)
import Cuckery.CuckList.DaveFeldman exposing (cuckDaveFeldman)
import Cuckery.CuckList.DavidDiamond exposing (cuckDavidDiamond)
import Cuckery.CuckList.DavidGornoski exposing (cuckDavidGornoski)
import Cuckery.CuckList.DianaRodgers exposing (cuckDianaRodgers)
import Cuckery.CuckList.EdwardGoeke exposing (cuckEdwardGoeke)
import Cuckery.CuckList.ElieJarrouge exposing (cuckElieJarrouge)
import Cuckery.CuckList.GaryBrecka exposing (cuckGaryBrecka)
import Cuckery.CuckList.GaryFettke exposing (cuckGaryFettke)
import Cuckery.CuckList.GaryTaubes exposing (cuckGaryTaubes)
import Cuckery.CuckList.GeorgeMartin exposing (cuckGeorgeMartin)
import Cuckery.CuckList.GuyAustin exposing (cuckGuyAustin)
import Cuckery.CuckList.IvorCummins exposing (cuckIvorCummins)
import Cuckery.CuckList.JakeMey exposing (cuckJakeMey)
import Cuckery.CuckList.JamesDiNicolantonio exposing (cuckJamesDiNicolantonio)
import Cuckery.CuckList.JosephEverett exposing (cuckJosephEverett)
import Cuckery.CuckList.JustinMares exposing (cuckJustinMares)
import Cuckery.CuckList.KaitMalthaner exposing (cuckKaitMalthaner)
import Cuckery.CuckList.KemMinnick exposing (cuckKemMinnick)
import Cuckery.CuckList.KenBerry exposing (cuckKenBerry)
import Cuckery.CuckList.KevinStock exposing (cuckKevinStock)
import Cuckery.CuckList.KyleMamounis exposing (cuckKyleMamounis)
import Cuckery.CuckList.MarkSisson exposing (cuckMarkSisson)
import Cuckery.CuckList.MartyKendall exposing (cuckMartyKendall)
import Cuckery.CuckList.MaxLugavere exposing (cuckMaxLugavere)
import Cuckery.CuckList.MichaelKummer exposing (cuckMichaelKummer)
import Cuckery.CuckList.MichaelManderville exposing (cuckMichaelManderville)
import Cuckery.CuckList.MikeMutzel exposing (cuckMikeMutzel)
import Cuckery.CuckList.MikeSweeney exposing (cuckMikeSweeney)
import Cuckery.CuckList.NickEggleton exposing (cuckNickEggleton)
import Cuckery.CuckList.NinaTeicholz exposing (cuckNinaTeicholz)
import Cuckery.CuckList.NorstrongChris exposing (cuckNorstrongChris)
import Cuckery.CuckList.PaulMason exposing (cuckPaulMason)
import Cuckery.CuckList.PaulSaladino exposing (cuckPaulSaladino)
import Cuckery.CuckList.PhilipOvadia exposing (cuckPhilipOvadia)
import Cuckery.CuckList.PhilippeStephenson exposing (cuckPhilippeStephenson)
import Cuckery.CuckList.RalphNapolitano exposing (cuckRalphNapolitano)
import Cuckery.CuckList.RaphaelSirtoli exposing (cuckRaphaelSirtoli)
import Cuckery.CuckList.RobMeijer exposing (cuckRobMeijer)
import Cuckery.CuckList.RobbWolf exposing (cuckRobbWolf)
import Cuckery.CuckList.SimonGoddek exposing (cuckSimonGoddek)
import Cuckery.CuckList.TravisStatham exposing (cuckTravisStatham)
import Cuckery.CuckList.TristanHaggard exposing (cuckTristanHaggard)
import Cuckery.CuckList.TroKalayjian exposing (cuckTroKalayjian)
import Cuckery.CuckList.TuckerGoodrich exposing (cuckTuckerGoodrich)
import Cuckery.CuckList.ZoeHarcombe exposing (cuckZoeHarcombe)
import Cuckery.CuckList.ZsofiaClemens exposing (cuckZsofiaClemens)
import Cuckery.CuckList.AmberOHearn.AmberOHearn exposing (cuckAmberOHearn)
import Cuckery.CuckList.AnnChilders.AnnChilders exposing (cuckAnnChilders)
import Cuckery.CuckList.AnthonyGustin.AnthonyGustin exposing (cuckAnthonyGustin)
import Cuckery.CuckList.AshwaniGarg.AshwaniGarg exposing (cuckAshwaniGarg)
import Cuckery.CuckList.AustinHerbert.AustinHerbert exposing (cuckAustinHerbert)
import Cuckery.CuckList.BartKay.BartKay exposing (cuckBartKay)
import Cuckery.CuckList.BenBikman.BenBikman exposing (cuckBenBikman)
import Cuckery.CuckList.BennyMalone.BennyMalone exposing (cuckBennyMalone)
import Cuckery.CuckList.BradCampbell.BradCampbell exposing (cuckBradCampbell)
import Cuckery.CuckList.BradCohn.BradCohn exposing (cuckBradCohn)
import Cuckery.CuckList.BradMarshall.BradMarshall exposing (cuckBradMarshall)
import Cuckery.CuckList.BrianKerley.BrianKerley exposing (cuckBrianKerley)
import Cuckery.CuckList.CarnivoreAurelius.CarnivoreAurelius exposing (cuckCarnivoreAurelius)
import Cuckery.CuckList.CateShanahan.CateShanahan exposing (cuckCateShanahan)
import Cuckery.CuckList.ChrisBoettcher.ChrisBoettcher exposing (cuckChrisBoettcher)
import Cuckery.CuckList.ClaraAboel.ClaraAboel exposing (cuckClaraAboel)
import Cuckery.CuckList.CliffHarvey.CliffHarvey exposing (cuckCliffHarvey)
import Cuckery.CuckList.DaveFeldman.DaveFeldman exposing (cuckDaveFeldman)
import Cuckery.CuckList.DavidDiamond.DavidDiamond exposing (cuckDavidDiamond)
import Cuckery.CuckList.DavidGornoski.DavidGornoski exposing (cuckDavidGornoski)
import Cuckery.CuckList.DianaRodgers.DianaRodgers exposing (cuckDianaRodgers)
import Cuckery.CuckList.EdwardGoeke.EdwardGoeke exposing (cuckEdwardGoeke)
import Cuckery.CuckList.ElieJarrouge.ElieJarrouge exposing (cuckElieJarrouge)
import Cuckery.CuckList.GaryBrecka.GaryBrecka exposing (cuckGaryBrecka)
import Cuckery.CuckList.GaryFettke.GaryFettke exposing (cuckGaryFettke)
import Cuckery.CuckList.GaryTaubes.GaryTaubes exposing (cuckGaryTaubes)
import Cuckery.CuckList.GeorgeMartin.GeorgeMartin exposing (cuckGeorgeMartin)
import Cuckery.CuckList.GuyAustin.GuyAustin exposing (cuckGuyAustin)
import Cuckery.CuckList.IvorCummins.IvorCummins exposing (cuckIvorCummins)
import Cuckery.CuckList.JakeMey.JakeMey exposing (cuckJakeMey)
import Cuckery.CuckList.JamesDiNicolantonio.JamesDiNicolantonio exposing (cuckJamesDiNicolantonio)
import Cuckery.CuckList.JosephEverett.JosephEverett exposing (cuckJosephEverett)
import Cuckery.CuckList.JustinMares.JustinMares exposing (cuckJustinMares)
import Cuckery.CuckList.KaitMalthaner.KaitMalthaner exposing (cuckKaitMalthaner)
import Cuckery.CuckList.KemMinnick.KemMinnick exposing (cuckKemMinnick)
import Cuckery.CuckList.KenBerry.KenBerry exposing (cuckKenBerry)
import Cuckery.CuckList.KevinStock.KevinStock exposing (cuckKevinStock)
import Cuckery.CuckList.KyleMamounis.KyleMamounis exposing (cuckKyleMamounis)
import Cuckery.CuckList.MarkSisson.MarkSisson exposing (cuckMarkSisson)
import Cuckery.CuckList.MartyKendall.MartyKendall exposing (cuckMartyKendall)
import Cuckery.CuckList.MaxLugavere.MaxLugavere exposing (cuckMaxLugavere)
import Cuckery.CuckList.MichaelKummer.MichaelKummer exposing (cuckMichaelKummer)
import Cuckery.CuckList.MichaelManderville.MichaelManderville exposing (cuckMichaelManderville)
import Cuckery.CuckList.MikeMutzel.MikeMutzel exposing (cuckMikeMutzel)
import Cuckery.CuckList.MikeSweeney.MikeSweeney exposing (cuckMikeSweeney)
import Cuckery.CuckList.NickEggleton.NickEggleton exposing (cuckNickEggleton)
import Cuckery.CuckList.NinaTeicholz.NinaTeicholz exposing (cuckNinaTeicholz)
import Cuckery.CuckList.NorstrongChris.NorstrongChris exposing (cuckNorstrongChris)
import Cuckery.CuckList.PaulMason.PaulMason exposing (cuckPaulMason)
import Cuckery.CuckList.PaulSaladino.PaulSaladino exposing (cuckPaulSaladino)
import Cuckery.CuckList.PhilipOvadia.PhilipOvadia exposing (cuckPhilipOvadia)
import Cuckery.CuckList.PhilippeStephenson.PhilippeStephenson exposing (cuckPhilippeStephenson)
import Cuckery.CuckList.RalphNapolitano.RalphNapolitano exposing (cuckRalphNapolitano)
import Cuckery.CuckList.RaphaelSirtoli.RaphaelSirtoli exposing (cuckRaphaelSirtoli)
import Cuckery.CuckList.RobMeijer.RobMeijer exposing (cuckRobMeijer)
import Cuckery.CuckList.RobbWolf.RobbWolf exposing (cuckRobbWolf)
import Cuckery.CuckList.SimonGoddek.SimonGoddek exposing (cuckSimonGoddek)
import Cuckery.CuckList.TravisStatham.TravisStatham exposing (cuckTravisStatham)
import Cuckery.CuckList.TristanHaggard.TristanHaggard exposing (cuckTristanHaggard)
import Cuckery.CuckList.TroKalayjian.TroKalayjian exposing (cuckTroKalayjian)
import Cuckery.CuckList.TuckerGoodrich.TuckerGoodrich exposing (cuckTuckerGoodrich)
import Cuckery.CuckList.ZoeHarcombe.ZoeHarcombe exposing (cuckZoeHarcombe)
import Cuckery.CuckList.ZsofiaClemens.ZsofiaClemens exposing (cuckZsofiaClemens)
import Cuckery.Helpers exposing (..)
import Effect exposing (Effect)
import Element exposing (..)