Skip to content

Instantly share code, notes, and snippets.

View z2n's full-sized avatar
๐ŸŒด
Animal Crossing

z2n

๐ŸŒด
Animal Crossing
  • Xiamen, China
View GitHub Profile
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.
@z2n
z2n / string-conversion.rs
Created June 17, 2022 06:32 — forked from jimmychu0807/string-conversion.rs
Conversion between String, str, Vec<u8>, Vec<char> in Rust
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
echo "Autoexec Config loaded"
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
bind "MWHEELUP" "+jump" // ๆปš่ฝฎ่ทณ
bind "F9" "disconnect" // ้€€ๅ‡บๆญฃๅœจ่ฟžๆŽฅ็š„ๆœๅŠกๅ™จ
@z2n
z2n / cloud.html
Last active April 10, 2020 09:43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ไบ‘</title>
<style>
header {
width: 100%;
height: 200px;
}
@z2n
z2n / ๐Ÿ“Š Weekly development breakdown
Last active October 29, 2020 08:22
Weekly-development-breakdown
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%