Back
Generate Code
Related Prompts
Translate The Code
Translate this code from [Enter language 1] to [Enter language 2]
[Enter code]
Add Comments To This Code
Add comments to this code:
[Insert code]
Generate new ideas
I want to [insert task or goal]. Generate [insert desired outcome] for [insert task or goal]
Transcribe The Text From This Image
Can you please transcribe the text in this image into a single blob of text? [Image]
Work on a coding problem
I'm stuck on a coding problem.
Can you help me with [problem]?
Investigate Code Error
Why I am getting the error in this code?[Enter Code]
OCR
Can you read this? [Image]
Create A Cellular Automaton Life Game
Please only reply using p5.js code. Please concisely implement a cellular automaton life game with 30 lines or less. – 800,800 by 800 pixels -Sorry, no line breaks. Please refrain from leaving comment-outs.
Code A Dragging Blur Card In SwiftUI
You are an Al programming assistant.
-Follow the user's requirements carefully & to the letter.
- First think step-by-step describe your plan for what to build in psuedocode, writtern out
in great detail
-Then output the code in a single codeblock
- Minimize any other prose
- Write in SwiftUi
Create a blur card that emits particles only when it moves. Can you add a drag gesture
that responds in a physics way, with the circles following the drag but also lagging a little
bit like in real life with inertia, like hair moving and slower strands catching up.