GithubHelp home page GithubHelp logo

erzbir / numeron Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 3.0 6.35 MB

基于 Mirai 框架的 QQ 机器人项目, 支持多 bot, 可作脚手架快速开发

Home Page: https://erzbir.com

License: GNU Affero General Public License v3.0

Java 99.81% Kotlin 0.19%
annotations java kotlin mirai mirai-bot mirai-core qqbot reflect reflection springboot

numeron's Introduction

About Me:

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

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

pub trait Expertise {
    fn rust(&self) -> &str { "Rust is my new language" }
    fn java(&self) -> &str { "Java is my main language" }
    fn python(&self) -> &str { "I use python in ai or scripts" }
    fn csharp(&self) -> &str { "C# for Unity3D" }
    fn javascript(&self) -> &str { "JavaScript for frontend" }
    fn typescript(&self) -> &str { "TypeScript for frontend" }
}

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

impl Expertise for ReadMe {}

impl Hobby for ReadMe {}


fn main() {
    let expertises = 'Expertises: {
        [
            ME.rust(),
            ME.java(),
            ME.python(),
            ME.csharp(),
            ME.javascript(),
            ME.typescript(),
        ]
    };
    let hobbies = 'Hobbies: {
        [
            ME.ocg(),
            ME.irish_flute(),
            ME.mtb(),
        ]
    };

    println!("{:#?}", ME);
    println!("{:#?}", expertises);
    println!("{:#?}", hobbies);
}
Console Print
ReadMe {
    name: "Erzbir",
    blog: "https://erzbir.com",
    email: "[email protected]",
}
[
    "Rust is my new language",
    "Java is my main language",
    "I use python in ai or scripts",
    "C# for Unity3D",
    "JavaScript for frontend",
    "TypeScript for frontend",
]
[
    "OCG is my favorite game",
    "I have been learning flute since 2017",
    "Mountain biking!",
]

GitHub Stats
summary stats language

📈 Wakatime Stats

Erzbir's wakatime stats

Code Time

Profile Views

🐱 My GitHub Data

📦 303.5 kB Used in GitHub's Storage

🚫 Not Opted to Hire

📜 32 Public Repositories

🔑 7 Private Repositories

I'm an Early 🐤

🌞 Morning                204 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.26 % 
🌆 Daytime                469 commits         █████████░░░░░░░░░░░░░░░░   35.08 % 
🌃 Evening                359 commits         ███████░░░░░░░░░░░░░░░░░░   26.85 % 
🌙 Night                  305 commits         ██████░░░░░░░░░░░░░░░░░░░   22.81 % 

📅 I'm Most Productive on Tuesday

Monday                   202 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.11 % 
Tuesday                  311 commits         ██████░░░░░░░░░░░░░░░░░░░   23.26 % 
Wednesday                180 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.46 % 
Thursday                 228 commits         ████░░░░░░░░░░░░░░░░░░░░░   17.05 % 
Friday                   99 commits          ██░░░░░░░░░░░░░░░░░░░░░░░   07.40 % 
Saturday                 173 commits         ███░░░░░░░░░░░░░░░░░░░░░░   12.94 % 
Sunday                   144 commits         ███░░░░░░░░░░░░░░░░░░░░░░   10.77 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Shanghai

💬 Programming Languages: 
Rust                     2 hrs 37 mins       █████████████████████░░░░   85.08 % 
JSON                     15 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.27 % 
JavaScript               3 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.79 % 
Markdown                 3 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.74 % 
TOML                     2 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   01.19 % 

🔥 Editors: 
Rustrover                2 hrs 39 mins       ██████████████████████░░░   86.32 % 
Intellijidea             25 mins             ███░░░░░░░░░░░░░░░░░░░░░░   13.68 % 

🐱‍💻 Projects: 
penetration              2 hrs 8 mins        █████████████████░░░░░░░░   69.49 % 
untitled1                23 mins             ███░░░░░░░░░░░░░░░░░░░░░░   12.97 % 
jsonresume-theme-relaxed 15 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.46 % 
untitled2                6 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   03.79 % 
jsonresume-theme-actual  3 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   02.13 % 

💻 Operating System: 
Mac                      3 hrs 4 mins        █████████████████████████   100.00 % 

I Mostly Code in Java

Java                     11 repos            ████████████░░░░░░░░░░░░░   50.00 % 
Rust                     2 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   09.09 % 
C#                       1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 % 
JavaScript               1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 % 
HTML                     1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 % 

Timeline

Lines of Code chart

Last Updated on 15/05/2024 18:37:37 UTC

Visitor Count
count

numeron's People

Contributors

erzbir avatar hamusuta0320 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

numeron's Issues

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.