From f6abb074f0e27bbc407635e4f7eed1707d4ed8cf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 11:44:29 -0700 Subject: [PATCH] copy --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 62f903da2..dfcc26f43 100644 --- a/examples/README.md +++ b/examples/README.md @@ -11,6 +11,8 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit * [**Create a Black Box Test Case**](https://aider.chat/examples/add-test.html): GPT creates a "black box" test case without access to the source of the method being tested, using only a [high level map of the repository based on ctags](https://aider.chat/docs/ctags.html). +* [**Download, analyze and plot US Census data**](https://aider.chat/examples/census.html): GPT-4 downloads download census data, suggests some hypotheses to test and then writes all the code to summarize and plot a graph of the results. + * [**Semantic Search & Replace**](semantic-search-replace.md): Updating a collection of function calls, which requires dealing with various formatting and semantic differences in the various function call sites. * [**Pong Game with Pygame**](pong.md): Creating a simple Pong game using the Pygame library, with customizations for paddle size and color, and ball speed adjustments.