Coder Social home page Coder Social logo

erzbir / halo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from halo-dev/halo

0.0 0.0 0.0 70.85 MB

强大易用的开源建站工具。

Home Page: https://halo.run

License: GNU General Public License v3.0

Shell 0.15% JavaScript 0.03% Java 46.02% TypeScript 38.75% Makefile 0.01% Vue 14.78% Dockerfile 0.01% MDX 0.07% SCSS 0.18%

halo's Introduction

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

📦 313.9 kB Used in GitHub's Storage

🚫 Not Opted to Hire

📜 36 Public Repositories

🔑 8 Private Repositories

I'm a Night 🦉

🌞 Morning                220 commits         ████░░░░░░░░░░░░░░░░░░░░░   15.97 % 
🌆 Daytime                439 commits         ████████░░░░░░░░░░░░░░░░░   31.86 % 
🌃 Evening                384 commits         ███████░░░░░░░░░░░░░░░░░░   27.87 % 
🌙 Night                  335 commits         ██████░░░░░░░░░░░░░░░░░░░   24.31 % 

📅 I'm Most Productive on Tuesday

Monday                   196 commits         ████░░░░░░░░░░░░░░░░░░░░░   14.22 % 
Tuesday                  312 commits         ██████░░░░░░░░░░░░░░░░░░░   22.64 % 
Wednesday                183 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.28 % 
Thursday                 249 commits         █████░░░░░░░░░░░░░░░░░░░░   18.07 % 
Friday                   104 commits         ██░░░░░░░░░░░░░░░░░░░░░░░   07.55 % 
Saturday                 180 commits         ███░░░░░░░░░░░░░░░░░░░░░░   13.06 % 
Sunday                   154 commits         ███░░░░░░░░░░░░░░░░░░░░░░   11.18 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Shanghai

💬 Programming Languages: 
Rust                     1 hr 38 mins        █████░░░░░░░░░░░░░░░░░░░░   18.05 % 
Python                   1 hr 22 mins        ████░░░░░░░░░░░░░░░░░░░░░   15.20 % 
PHP                      1 hr 17 mins        ████░░░░░░░░░░░░░░░░░░░░░   14.27 % 
Java                     1 hr 17 mins        ████░░░░░░░░░░░░░░░░░░░░░   14.23 % 
INI                      1 hr 1 min          ███░░░░░░░░░░░░░░░░░░░░░░   11.40 % 

🔥 Editors: 
Neovim                   4 hrs 9 mins        ███████████░░░░░░░░░░░░░░   45.91 % 
IntelliJ IDEA            2 hrs 29 mins       ███████░░░░░░░░░░░░░░░░░░   27.58 % 
PyCharm                  1 hr 18 mins        ████░░░░░░░░░░░░░░░░░░░░░   14.37 % 
Rustrover                1 hr 5 mins         ███░░░░░░░░░░░░░░░░░░░░░░   12.14 % 

🐱‍💻 Projects: 
blog-2                   1 hr 57 mins        █████░░░░░░░░░░░░░░░░░░░░   21.54 % 
homebrew                 1 hr 31 mins        ████░░░░░░░░░░░░░░░░░░░░░   16.82 % 
learn-main               48 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.90 % 
Unknown Project          47 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.73 % 
pythonProject            41 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   07.59 % 

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

I Mostly Code in Java

Java                     13 repos            ███████████████░░░░░░░░░░   59.09 % 
HTML                     2 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   09.09 % 
Rust                     2 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   09.09 % 
C#                       1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 % 
C                        1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   04.55 % 

Timeline

Lines of Code chart

Last Updated on 10/08/2024 18:38:39 UTC

Visitor Count
count

halo's People

Contributors

aanko avatar airbozh avatar ajyy avatar cetr avatar chrosing avatar dependabot-preview[bot] avatar dependabot[bot] avatar fuzui avatar godlessliu avatar guqing avatar jackyliang522 avatar johnniang avatar lan-yonghui avatar liaozan avatar lilgg avatar linuxsuren avatar lnsane avatar longjuan avatar minliacom avatar nglsl avatar ruibaby avatar secondarycoder avatar shiinakin avatar wan92hen avatar weiwensangsang avatar whitedg avatar wtune avatar wzrove avatar xzhuz avatar zjy2024 avatar

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.