Giter Site home page Giter Site logo

use macro_derive::{Hobbies, Languages, TechStack};

#[derive(Debug, Languages, Hobbies, TechStack)]
struct ReadMe {
    name: &'static str,
    blog: &'static str,
    email: &'static str,
}

const ME: ReadMe = ReadMe {
    name: "Erzbir",
    blog: "https://erzbir.com",
    email: "[email protected]",
};

trait TechStack {
    fn develop(&self) -> &str { "[Framework, backend, frontend, ...]" }
    fn security(&self) -> &str { "Attacking and defending" }
    fn network(&self) -> &str { "[BPG, OSPF, ...]" }
}

trait Languages {
    fn rust(&self) -> &str { "I'm learning now" }
    fn java(&self) -> &str { "Webapps and cross-platform apps" }
    fn python(&self) -> &str { "Scripts" }
    fn php(&self) -> &str { "I Focusing on security" }
    fn c(&self) -> &str { "My first programming language" }
}

trait Hobbies {
    fn ocg(&self) -> &str { "OCG is my favorite game" }
    fn irish_flute(&self) -> &str { "I've been learning the flute since 2017" }
    fn mtb(&self) -> &str { "Mountain biking!" }
}

GitHub Stats

summary stats language

๐Ÿ“ˆ Wakatime Stats

Erzbir's wakatime stats

Code Time

Profile Views

๐Ÿฑ My GitHub Data

๐Ÿ“ฆ 232.6 kB Used in GitHub's Storage

๐Ÿ† 160 Contributions in the Year 2024

๐Ÿšซ Not Opted to Hire

๐Ÿ“œ 36 Public Repositories

๐Ÿ”‘ 7 Private Repositories

I'm a Night ๐Ÿฆ‰

๐ŸŒž Morning                219 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   16.22 % 
๐ŸŒ† Daytime                412 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   30.52 % 
๐ŸŒƒ Evening                384 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   28.44 % 
๐ŸŒ™ Night                  335 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   24.81 % 

๐Ÿ“… I'm Most Productive on Tuesday

Monday                   192 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   14.22 % 
Tuesday                  308 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   22.81 % 
Wednesday                179 commits         โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   13.26 % 
Thursday                 245 commits         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   18.15 % 
Friday                   100 commits         โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   07.41 % 
Saturday                 175 commits         โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   12.96 % 
Sunday                   151 commits         โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   11.19 % 

๐Ÿ“Š This Week I Spent My Time On

๐Ÿ•‘๏ธŽ Time Zone: Asia/Shanghai

๐Ÿ’ฌ Programming Languages: 
Java                     21 hrs 20 mins      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘   88.82 % 
XML                      42 mins             โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   02.98 % 
Rust                     38 mins             โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   02.70 % 
Kotlin                   29 mins             โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   02.07 % 
YAML                     25 mins             โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   01.75 % 

๐Ÿ”ฅ Editors: 
IntelliJ IDEA            22 hrs 50 mins      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘   94.95 % 
RustRover                39 mins             โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   02.77 % 
Neovim                   25 mins             โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   01.75 % 
CLion                    6 mins              โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   00.46 % 
Intellijidea             0 secs              โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   00.07 % 

๐Ÿฑโ€๐Ÿ’ป Projects: 
albaz                    8 hrs 41 mins       โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   36.18 % 
untitled2                5 hrs 39 mins       โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   23.57 % 
spring-framework         3 hrs               โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   12.52 % 
Unknown Project          1 hr 9 mins         โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   04.79 % 
Spring                   1 hr 3 mins         โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   04.40 % 

๐Ÿ’ป Operating System: 
Mac                      24 hrs 1 min        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ   100.00 % 

I Mostly Code in Java

Java                     12 repos            โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   57.14 % 
HTML                     2 repos             โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   09.52 % 
Rust                     2 repos             โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   09.52 % 
C#                       1 repo              โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   04.76 % 
C                        1 repo              โ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   04.76 % 

Timeline

Lines of Code chart

Last Updated on 15/07/2024 18:39:43 UTC

Visitor Count
count

Erzbir's Projects

clash-verge-rev icon clash-verge-rev

Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)

dispatcher icon dispatcher

ไบ‹ไปถ้ฉฑๅŠจๆจกๅž‹ๅฎž็Žฐ

erzbir icon erzbir

Config files for my GitHub profile.

halo icon halo

ๅผบๅคงๆ˜“็”จ็š„ๅผ€ๆบๅปบ็ซ™ๅทฅๅ…ทใ€‚

halo-theme-higan icon halo-theme-higan

haloไธป้ข˜ๅๅฝผๅฒธ๏ผŒ็”Ÿๆญปไธบๆญคๅฒธ๏ผŒๆถ…ๆงƒไธบๅฝผๅฒธ๏ผ›ๆœ‰่‹ฆๆ— ไนไธบๆญคๅฒธ๏ผŒๆ— ่‹ฆๆ— ไนไธบๅฝผๅฒธ...ๅฎƒไปฃ่กจ็€ๅฏนไธ€ๅˆ‡็พŽๅฅฝ็š„็ฒพ็ฅž่ฟฝๆฑ‚๏ผŒไนŸไปฃ่กจ็€็”Ÿ็”Ÿไธๆฏ็š„่ฝฎๅ›žไบฆๅฆ‚ๆœฌไธป้ข˜ๅˆ†้ป‘็™ฝไธค่‰ฒ๏ผŒ้˜ดๆž้˜ณ่‡ณ๏ผŒๅ‘ๆญป่€Œ็”Ÿใ€‚

hosts icon hosts

้•œๅƒ๏ผšhttps://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts

hutool icon hutool

๐ŸฌA set of tools that keep Java sweet.

javaguide icon javaguide

ใ€ŒJavaๅญฆไน +้ข่ฏ•ๆŒ‡ๅ—ใ€ไธ€ไปฝๆถต็›–ๅคง้ƒจๅˆ† Java ็จ‹ๅบๅ‘˜ๆ‰€้œ€่ฆๆŽŒๆก็š„ๆ ธๅฟƒ็Ÿฅ่ฏ†ใ€‚ๅ‡†ๅค‡ Java ้ข่ฏ•๏ผŒ้ฆ–้€‰ JavaGuide๏ผ

lagrange.core icon lagrange.core

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core

mirai icon mirai

้ซ˜ๆ•ˆ็Ž‡ QQ ๆœบๅ™จไบบๆ”ฏๆŒๅบ“

numeron icon numeron

ๅŸบไบŽ Mirai ๆก†ๆžถ็š„ QQ ๆœบๅ™จไบบ้กน็›ฎ, ๆ”ฏๆŒๅคš bot, ๅฏไฝœ่„šๆ‰‹ๆžถๅฟซ้€Ÿๅผ€ๅ‘

nvimdots icon nvimdots

A well configured and structured Neovim.

pikachu icon pikachu

ไธ€ไธชๅฅฝ็Žฉ็š„Webๅฎ‰ๅ…จ-ๆผๆดžๆต‹่ฏ•ๅนณๅฐ

ricq icon ricq

Rust ้ซ˜ๆ€ง่ƒฝ QQ ๅ่ฎฎ๏ผˆๅŽŸRS-QQ๏ผ‰ใ€‚Linux-musl่ฟ่กŒๅ†…ๅญ˜1.6MBใ€‚

seiko icon seiko

Mirai็š„ๅ…ถไธญไธ€็งAndroid่งฃๅ†ณๆ–นๆกˆ๏ผŒๅŒๆ—ถ่ฃ…่ฝฝไบ†ไธ€ไธชไผชไปฃ็ ๅผ•ๆ“Žไพ›0ๅŸบ็ก€ไบบๅฃซ่‡ชๅฎšไน‰bot้€ป่พ‘

servo icon servo

Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

simpler-robot icon simpler-robot

Simple Robot๏ผŒไธ€ไธชbot้ฃŽๆ ผ็š„้ซ˜ๆ•ˆๅผ‚ๆญฅไบ‹ไปถ่ฐƒๅบฆๆก†ๆžถ / A Bot-style efficient asynchronous event scheduling framework

student-sys icon student-sys

ๅฎ‰ๅ“ไฝœไธš, ๅ‰ๅŽ็ซฏๅˆ†็ฆป

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.