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
| use std::str; | |
| fn main() { | |
| // -- FROM: vec of chars -- | |
| let src1: Vec<char> = vec!['j','{','"','i','m','m','y','"','}']; | |
| // to String | |
| let string1: String = src1.iter().collect::<String>(); | |
| // to str | |
| let str1: &str = &src1.iter().collect::<String>(); | |
| // to vec of byte |
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
| echo "Autoexec Config loaded" | |
| alias "+jumpthrow" "+jump;-attack" | |
| alias "-jumpthrow" "-jump" | |
| bind "MWHEELUP" "+jump" // ๆป่ฝฎ่ทณ | |
| bind "F9" "disconnect" // ้ๅบๆญฃๅจ่ฟๆฅ็ๆๅกๅจ |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>ไบ</title> | |
| <style> | |
| header { | |
| width: 100%; | |
| height: 200px; | |
| } |
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
| Dart 15 hrs 39 mins โโโโโโโโโโโโโโโโโโโโโ 57.4% | |
| Vue.js 4 hrs 15 mins โโโโโโโโโโโโโโโโโโโโโ 15.6% | |
| PHP 3 hrs โโโโโโโโโโโโโโโโโโโโโ 11.0% | |
| C# 1 hr 3 mins โโโโโโโโโโโโโโโโโโโโโ 3.9% | |
| Markdown 56 mins โโโโโโโโโโโโโโโโโโโโโ 3.4% |