Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| import requests | |
| import time | |
| import os | |
| import sys | |
| import openai | |
| import tiktoken | |
| from termcolor import colored | |
| openai.api_key = open(os.path.expanduser('~/.openai')).read().strip() |
| # Cordova Global | |
| plugins/ | |
| # iOS Platform | |
| platforms/ios/build/ | |
| platforms/ios/www/ | |
| platforms/ios/cordova/console.log | |
| *.xcuserdatad | |
| # Android Platform |