Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yschoe/chatgpt-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatgpt-fun

This is a series of interactions with OpenAI's ChatGPT http://chat.openai.com. You need a login ID (you can use your google ID to create one).

News

  • 11/04/2024: Braitenberg vehicle (need to fix bug) brait.py (made with Claude, debugged with ChatGPT)
  • 11/04/2024: FOL unify function unify.py (made with Claude)
  • 06/23/2024: Showing stereo photos from a list of images stereo-view.py
  • 10/21/2023: Counting loops in a graph loop.py
  • 10/21/2023: Simple 2D forager nav.py
  • 04/22/2023: GAN demo GAN demo (repo)
  • 02/16/2023: Draw and fade out app: draw-fade-undo.py
  • 01/27/2023: Drawing app: draw.py
  • 12/29/2022: Timer app: timer4.py
  • 12/13/2022: Failure cases: failures.md
  • 12/09/2022: Short stories: stories.md
  • 12/08/2022: Conversation session dump generation (HTML, MD): session-dump-howto.md
  • 12/07/2022: Casual dialog session log added: dialogs.md
  • 12/06/2022: repo created, and populated with programs.

Dialogs

These are some dialogs with ChatGPT: dialogs.md

Stories

Here are some short stories: stories.md

Failures

These are some failures of ChatGPT: failures.md

Generating session dump in HTML or Github MD

You can have ChatGPT to generate a session dump of your conversation in HTML or Github MD format.

ChatGPT prompts and programs generated by ChatGPT (OpenAI)

Just for fun!

I got OpenAI's ChatGPT to generate some short and useful programs. The prompt used are included at the top of each program.

  • gaussian.py : animated sampling from 2D normal distribution
  • gaussian2.py : same as above, but closer to what I intended
  • pickpixel.py : click on image and report pixel coordinate
  • timestamp.gs : Google doc app script to insert timestamp into the document.
  • timer.py : Timer app (incorrect 1st try)
  • timer2.py : Timer app (correct but lacking features)
  • timer3.py : Timer app (close to complete)
  • timer4.py : Timer app (final, with manual edits)
  • draw.py : Free drawing app

Here's an example:

example session example session2

Enjoy!

About

chatGPT prompts and programs generated by chatGPT (OpenAI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published