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
- Host: GitHub
- URL: https://github.com/peterpme/chat-gpt-results
- Owner: peterpme
- Created: 2022-12-06T23:39:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T01:04:43.000Z (over 2 years ago)
- Last Synced: 2025-01-19T16:51:25.042Z (5 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

- Debounce or throttle a command in lua / hammerspoon

It took 3 tries but I finally got my answer:

- I need javascript regex that follows this set of rules:
Keys may contain alphanumeric characters ., -, and _.

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

- 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?

# Previous Days
- Convert to React Native:

- Convert to Typescript

- Finding all occurences of "hello" using Grep:
