An open API service indexing awesome lists of open source software.

https://github.com/peterpme/chat-gpt-results

OpenAI ChatGPT Results
https://github.com/peterpme/chat-gpt-results

Last synced: 3 months ago
JSON representation

OpenAI ChatGPT Results

Awesome Lists containing this project

README

        

# OpenAI ChatGPT Results

A collection of some real-world work use cases of ChatGPT at work.

- Use both rg and fg together to search for specific things in specific files

![image](https://user-images.githubusercontent.com/1211905/210288531-49c0ee83-1ed5-4800-a5d5-0bd1efa0b2c1.png)

- Debounce or throttle a command in lua / hammerspoon

![image](https://user-images.githubusercontent.com/1211905/206865956-1602fdbe-4615-4591-a1a3-1bde34df04d5.png)

It took 3 tries but I finally got my answer:

![image](https://user-images.githubusercontent.com/1211905/206866275-7fbf7f22-a069-4022-b4ee-0235da71402f.png)

- I need javascript regex that follows this set of rules:

Keys may contain alphanumeric characters ., -, and _.

![image](https://user-images.githubusercontent.com/1211905/206049049-c75c6b1a-f996-4086-9b92-d9201164d604.png)

- I need to add a 2nd function that replaces all instances of non-alphanumeric characters, ., -, and _ with .

![image](https://user-images.githubusercontent.com/1211905/206049070-27e6400a-6a22-427b-89ca-d01422a1ad46.png)

- I've made changes to a file in git. I want those changes to persist locally without pushing them up to Github and having to continue undoing the changes. What command can I run to assume the changes haven't changed?

![image](https://user-images.githubusercontent.com/1211905/206049091-d33abe13-fb95-47d7-abe3-58f9589be595.png)

# Previous Days

- Convert to React Native:

![756BC08A-2714-432E-A331-04A89F0F0809](https://user-images.githubusercontent.com/1211905/206049424-9f636587-bb21-4e3d-ba45-e4d8549129d1.jpeg)

- Convert to Typescript

![864DA14C-2CFB-44AF-8741-59F53FE6E043](https://user-images.githubusercontent.com/1211905/206049529-37d6da6d-f3f6-40aa-802e-448568adfe21.jpeg)

- Finding all occurences of "hello" using Grep:

![5B5F2BCF-A31C-4B00-B13E-E4D459A9268C_1_105_c](https://user-images.githubusercontent.com/1211905/206049738-d5d463ed-b388-4763-b880-f9641af1de41.jpeg)