notebook.json
{
"bundleFiles": [
["codemirror-bundle.md", "codemirror-bundle.js"]
]
}
Product Name: Impromptu
Brand Tagline: Unleash your Creativity, Promptly!
Product Description:
Impromptu is an innovative and intuitive tool designed to ignite the creative spark within language model users. Whether you're a writer, a poet, or simply someone who loves to explore the depths of imagination, Impromptu is here to inspire and unleash your linguistic genius.
With Impromptu, you can bid farewell to writer's block and embrace a world of endless possibilities. Our advanced algorithm seamlessly generates a wide array of prompts tailored to your specific needs and preferences. We understand that every creative mind is unique, so Impromptu offers a diverse range of genres, themes, and styles to cater to your individual tastes.
{ | |
"workbench.colorTheme": "Default Dark+", | |
"explorer.confirmDragAndDrop": false, | |
"files.autoSave": "afterDelay", | |
"files.exclude": { | |
"**/.env*": true, | |
"**/.eslintrc.json": true, | |
"**/.firebase": true, | |
"**/.gitignore": true, | |
"**/.husky": true, |
To install Deno, run the installation script, and add the lines to your profile.
Here it is for ~/.zshrc
. The Deno install script doesn't automatically add it
to the end. Rather than do it manually, I have a little script that does it.
curl -fsSL https://deno.land/x/install/install.sh | sh
# chems
````js
console.log(3);
function wow() {
console.log('wowDoge');
}
````
for (let i=1; i <= 100; i++) { | |
let s = ''; | |
if (i % 3 == 0) s += 'Fizz'; | |
if (i % 5 == 0) s += 'Buzz'; | |
console.log(s.length ? s : i); | |
} |
I hereby claim:
To claim this, I am signing this object:
In The Bipolar Lisp Programmer
one student has bored>
for a prompt.
I made an oh-my-zsh theme for this. It's super simple.
To use it:
04abc69200bebaf9e938a4a810fedcc0dcc9f4b2a79411b8293ef8fc0e8bc2df1dfd2bb68817e4daf01d898317e2f734d6e95d4cb6181d7b22b1b398a2c6619481 |