This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.7' | |
| services: | |
| remark: | |
| build: . | |
| image: umputun/remark42:latest | |
| container_name: "remark42" | |
| hostname: "remark" | |
| restart: always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.7' | |
| services: | |
| remark: | |
| build: . | |
| image: umputun/remark42:latest | |
| container_name: "remark42" | |
| hostname: "remark" | |
| restart: always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,700&display=swap&subset=cyrillic" rel="stylesheet"> | |
| body { | |
| font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; | |
| font-size: 15px; | |
| color: #121212; | |
| line-height: 1.5; | |
| } | |
| .forum-logo { | |
| height: 2em; | |
| margin-top: 15px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; | |
| } | |
| .category-list .category-name { | |
| font-family: Fira Sans, sans-serif; | |
| } | |
| p { | |
| font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Woocommerce POS to GA", | |
| "flow": [ | |
| { | |
| "id": 1, | |
| "module": "woocommerce:WatchOrders", | |
| "version": 2, | |
| "parameters": { | |
| "limit": 10, | |
| "__IMTCONN__": 521435 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&subset=cyrillic'); | |
| body { | |
| font-family: 'Source Sans Pro', sans-serif; | |
| font-size: 16px; | |
| } | |
| td, th, p, li, textarea, .bginput, input { | |
| font-family: 'Source Sans Pro', sans-serif; | |
| font-size: 16px; | |
| line-height: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700&subset=cyrillic'); | |
| body { | |
| font-family: 'Ubuntu', sans-serif; | |
| font-size: 16px; | |
| } | |
| td, th, p, li, textarea, .bginput { | |
| font-family: 'Ubuntu', sans-serif; | |
| font-size: 16px; | |
| line-height: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic'); | |
| body { | |
| font-family: 'Open Sans', sans-serif; | |
| font-size: 14px; | |
| } | |
| ] | |
| td, th, p, li, textarea, .bginput { | |
| font-family: 'Open Sans', sans-serif; | |
| font-size: 14px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| (function(w, c) { | |
| (w[c] = w[c] || []).push(function() { | |
| try { | |
| w.yaCounter35570 = new Ya.Metrika({id:35570, enableAll: true, webvisor:true}); | |
| yaCounter35570.userParams({username: $username}); | |
| } | |
| catch(e) { } | |
| }); | |
| })(window, "yandex_metrika_callbacks"); |
NewerOlder