zzzcode.ai icon indicating copy to clipboard operation
zzzcode.ai copied to clipboard

AI Website for developers. Use ChatGPT to answer questions, write code, and more.

Results 46 zzzcode.ai issues
Sort by recently updated
recently updated
newest added

We should be able to make ai modify code based on what user describes, Here is a prompt that should do it, edit the prompt if it doesn't work as...

Suppose the user wants C code generated for a task. Ideally your site will be integrated with a compiler such as gcc, so that the code it generates is checked...

Add previous tasks History

Description of the code to generate. : Write a code to display WWV time Python Code import requests def display_wwv_time(): try: response = requests.get('https://time.nist.gov:13') if response.status_code == 200: time_data =...

I feel like this application needs a chat feature to ask follow-up questions. Currently, when using any feature, we cannot ask follow-up questions, especially when debugging. If there were a...

I asked the AI to generate code for "a shellcode for Windows 10 64-bit" for test, but it is failed to finish the job: **Link:** https://zzzcode.ai/code-generator?id=47a8b47f-6d24-4af7-b4df-104e4a2fc9cb **Browser:** Mozilla Firefox 120.0.1...

add the upload file it will be more useful

Just as title, also consider auto selecting the theme via [`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme). Thank you project looks interesting 🎩

Hi There! I've a suggestion, place a output screen below the code. It will make more satisfaction to users who are trying to get their code besides output.