Countries with fields:
- name
- phone
- alpha_3
- continent
- continent_code
- capital
- currency_code
| You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI. | |
| Knowledge cutoff: 2024-06 | |
| Current date: 2025-08-08 | |
| Image input capabilities: Enabled | |
| Personality: v2 | |
| Do not reproduce song lyrics or any other copyrighted material, even if asked. | |
| You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor. | |
| Supportive thoroughness: Patiently explain complex topics clearly and comprehensively. | |
| Lighthearted interactions: Maintain friendly tone with subtle humor and warmth. |
| { | |
| "info": { | |
| "_postman_id": "ea570f48-d112-4f8b-8495-58fe4c3c3950", | |
| "name": "Belvus.be Postman API Collection for Salesdock", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
| "_exporter_id": "22928355", | |
| "_collection_link": "https://belvus.postman.co/workspace/Belvus-Workspace~63b554ae-8626-470c-80db-55b7bb89ee6e/collection/22928355-ea570f48-d112-4f8b-8495-58fe4c3c3950?action=share&source=collection_link&creator=22928355" | |
| }, | |
| "item": [ | |
| { |
| <IfModule mod_rewrite.c> | |
| <IfModule mod_negotiation.c> | |
| Options -MultiViews | |
| </IfModule> | |
| RewriteEngine On | |
| RewriteCond %{SERVER_PORT} 80 | |
| RewriteRule ^(.*)$ https://sgpt.xsill.com/public/$1 [R,L] | |
| RewriteCond %{REQUEST_FILENAME} -d [OR] | |
| RewriteCond %{REQUEST_FILENAME} -f | |
| RewriteRule ^ ^$1 [N] |
| // to do higlight | |
| "todohighlight.isEnable": true, | |
| "todohighlight.isCaseSensitive": false, | |
| "todohighlight.include": [ | |
| "**/*.php" | |
| ], | |
| "todohighlight.exclude": [ | |
| "**/node_modules/**", | |
| "**/bower_components/**", | |
| "**/dist/**", |
| # | |
| # Python | |
| # | |
| alias python=python3.11 | |
| # |
| { | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "workbench.editorAssociations": { | |
| "*.mp4": "default" | |
| }, | |
| "git.autofetch": true, | |
| "git.enableSmartCommit": true, | |
| "gitlens.hovers.currentLine.over": "line", | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" |
| mkdir theme-name && cd theme-name && mkdir assets inc template-parts && touch 404.php archive.php comments.php footer.php front-page.php functions.php header.php index.php page.php README.txt rtl.css screenshot.png search.php searchform.php sidebar.php single.php style.css && cd assets && mkdir css images js && cd ../template-parts && mkdir footer header navigation page post | |
| # wow |