mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
9 lines
500 B
Plaintext
9 lines
500 B
Plaintext
-- Deepak Chopra nonsense text generator
|
|
-- see https://github.com/StoneCypher/DeepakChopra_Opal/
|
|
|
|
starts = ["Experiential truth ", "The physical world ", "Non-judgment ", "Quantum physics "]
|
|
middles = ["nurtures an ", "projects onto ", "imparts reality to ", "constructs with "]
|
|
qualifiers = ["abundance of ", "the barrier of ", "self-righteous ", "potential "]
|
|
finishes = ["marvel.", "choices.", "creativity.", "actions."]
|
|
|
|
alert starts.sample + middles.sample + qualifiers.sample + finishes.sample |