Skip to content
View Burial0268's full-sized avatar
😇
高中牲
😇
高中牲
  • Failue Management
  • Earth
  • 03:54 (UTC +08:00)

Organizations

@GBCLStudio @Sgguo-Development-Team

Block or report Burial0268

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
Burial0268/README.md
<?php
namespace Humans\Burial0268;
use Humans\Burial0268\Introduction;
use Humans\HumanBeingInterface;

class About extends Me implements HumanBeingInterface
{

    public function __construct(Introduction $introduction)
    {
        parent::__construct($introduction);
        $this->info = $introduction->infoList;
        $introduction->BootStrap($this);
    }

    public function batchAllInfo(): array
    {
        return $this->info;
    }

    public function toVarDump(mixed $data): mixed
    {
        return var_dump($data);
    }
}
[Log/Boot] Strating introduction... done
[Log]      Initialize the introduction process... done

      ___           ___           ___       ___       ___     
     /\__\         /\  \         /\__\     /\__\     /\  \    
    /:/  /        /::\  \       /:/  /    /:/  /    /::\  \   
   /:/__/        /:/\:\  \     /:/  /    /:/  /    /:/\:\  \  
  /::\  \ ___   /::\~\:\  \   /:/  /    /:/  /    /:/  \:\  \ 
 /:/\:\  /\__\ /:/\:\ \:\__\ /:/__/    /:/__/    /:/__/ \:\__\
 \/__\:\/:/  / \:\~\:\ \/__/ \:\  \    \:\  \    \:\  \ /:/  /
      \::/  /   \:\ \:\__\    \:\  \    \:\  \    \:\  /:/  / 
      /:/  /     \:\ \/__/     \:\  \    \:\  \    \:\/:/  /  
     /:/  /       \:\__\        \:\__\    \:\__\    \::/  /   
     \/__/         \/__/         \/__/     \/__/     \/__/    


My common info: array(4) {
    [0]=>
    string(37) "🔭 I’m currently working on GBCLstudio"
    [1]=>
    string(41) "🌱 A completely stupid high school student"
    [2]=>
    string(46) "Super Minecraft Fans! Also old things and SBCs"
    [3]=>
    string(60)   "EDM lover, rhytem games overdose, btw sub Porter Robinson :D"
}

My project info: array(2) { 
    ["FoF-Upload-Qcloud"]=>
    string(47) "https://github.com/GBCLStudio/FoF-Upload-Qcloud"
    ["Flarum-UserIP"]=> 
    string(36) "https://github.com/GBCLStudio/userip"
} 

Tech stack: array(3) {
    ["Backend"]=>
    string(31) "PHP(8.x), Laravel, Flarum, Astro"
    ["Frontend"]=>
    string(31) "React, Vue, Vanilla JS, Mithril"
    ["Other"]=>
    string(24) "CDN, VPS, DNS, WAF, Tauri"
}

My position: string(14) "China Mainland"

My goal: array(4) { 
    [0]=> 
    string(30) "Study another foreign language" 
    [1]=> 
    string(10) "Study Rust" 
    [2]=> 
    string(39) "Finish the college entrance examination" 
    [3]=> 
    string(29) "To contribute to open source." 
}

Pinned Loading

  1. GBCLStudio/fof-upload-qcloud GBCLStudio/fof-upload-qcloud Public

    FoF Upload,but with TencentCloud COS

    PHP 14 2

  2. GBCLStudio/userip GBCLStudio/userip Public

    🗺 Geolocation for Flarum

    PHP 8 3

  3. flarum-lang/chinese-simplified flarum-lang/chinese-simplified Public

    Flarum Simplified Chinese Language Package

    JavaScript 83 14

  4. GBCLStudio/Flarum-MinecraftAuth GBCLStudio/Flarum-MinecraftAuth Public

    Minecraft Login Intergration for Flarum, a extend provider based on FoF/OAuth.

    PHP