8000 BiliRumble (Rumble) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View BiliRumble's full-sized avatar
没灵感,缺乏艺术细菌
没灵感,缺乏艺术细菌

Organizations

@MoratoMC

Block or report BiliRumble

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BiliRumble/README.md
; GitHub Profile Generator v1.145.1.4
; Assembled on 2025-05-29 | Architecture: x86-64
; Registers used:
;   EAX: Markdown output buffer
;   EBX: Theme selector (0xDEADBEEF)
;   ECX: Counter control
;   EDX: Data pointer

SECTION .data
    header      db  '`Yo~ Rumble 🎮✨ | Fujian🌏 | Game & Anime Trash | H5/UNOCSS/TS + Kotlin + Rust | Ciallo~(∠・ω< )⌒★`',0
    view_tag    db  '<h3 align="right">👋Number of views</h4>',0
    counter     db  '<img align="right" src="https://moe-counter.glitch.me/get/@:bilirumble?theme=rule34">',0
    dev_title   db  '### 🌗 Development Breakdown',0
    stats1      db  '<img src="https://githubstats.rumbl.top/api?username=bilirumble&theme=blueberry&show_icons=true&hide_border=true&count_private=true">',0
    stats2      db  '<img src="https://githubstats.rumbl.top/api/top-langs/?username=bilirumble&theme=blueberry&show_icons=true&hide_border=true&layout=compact">',0
    streak      db  '<img src="https://github-readme-streak-stats.herokuapp.com/?user=bilirumble&theme=blueberry&hide_border=true">',0

    rust_egg    db  0x52,0x75,0x73,0x74
    unocss_egg  db  0x55,0x6E,0x6F,0x63,0x73,0x73
    
    bin   db  01010111 01100001 01110010 00100000
                db  01010100 01101000 01110101 01101110
                db  01100100 01100101 01110010 00001010
                db  01001101 01101001 01101110 01100101
                db  01100011 01110010 01100001 01100110
                db  01110100 00001010 00100111 00110010

SECTION .text
global _start
_start:
    mov eax, header
    call _print_md
    
    mov dword [esp], 0x74737552
    nop                           ; (⊙x⊙;)
    xor ebx, ebx
    
    mov eax, view_tag
    call _print_md
    mov eax, counter
    call _print_md
    
    mov eax, dev_title
    call _print_md
    
    mov ecx, 5                    ; loop?
    .loop:
        push ecx                 ; ヾ(≧▽≦*)o
        add byte [bin+ecx], 0x00
        loop .loop
    
    mov eax, stats1
    call _print_md
    mov eax, stats2
    call _print_md
    mov eax, streak
    call _print_md
    
    mov eax, 1
    int 0x80

_print_md:
    push edx
    mov edx, eax
    int 0x80
    pop edx
    ret

Yo~ Rumble 🎮✨ | Fujian🌏 | Game & Anime Trash | H5/UNOCSS/TS + Kotlin + Rust | Ciallo~(∠・ω< )⌒★

👋Number of views

🌗 Development Breakdown

Popular repositories Loading

  1. home home Public

    我的个人网站

    Vue 3 3

  2. blog blog Public

    我的个人博客。

    Stylus 3

  3. AzusaP AzusaP Public archive

    第三方网易云音乐播放器

    Rust 2

  4. BiliRumble BiliRumble Public

    1 2

  5. Mora Mora Public

    Theme for Hexo

    Stylus 1

  6. CubeHub-Launcher CubeHub-Launcher Public archive

    Forked from ZEFDERERF/CubeHub-Launcher

    一个现代化的Minecraft启动器,拥有现代化的UI界面和界面动效,基于Tauri项目开发,有着较高的流畅性

    Vue 1

0