<?php
// yup, there was a little bit of situation changed.
// it seems that i changed my self-introduction (?
// a new style will be shown.
// also my lover, PHP.
class Profile{
public function __construct() {
$funcs = [
[$this, "greeting"],
[$this, "interests"],
[$this, "dreams"],
[$this, "promotion"]
];
$contents = "";
foreach ($funcs as $fn) {
$contents .= $fn();
}
$contents = $this -> docsify($contents);
exit($contents);
}
public function docsify($str) : string {
$filter = ["[+]" => "\n"];
foreach($filter as $target => $replaced) {
$str = str_replace($target, $replaced, $str);
}
return $str;
}
public function greeting() : string {
return "Hi there, im ice";
}
public function interests() : string {
return "### My interest [+]
- PHP (Without frame, i hate this)
- HTML+CSS+JS (No Vue cause i love flexible and tiny one)
- Python (Mainly BigData)
- SCP:SL Plugins' Development (i like to do so without rs)[+]";
}
public function dreams() : string {
return "### Dreams [+]
- Be a real Ai Researcher which never take a back seat.
- Got a nice Offer From enterprise || maybe i will set up a start-up?
- Find the one who can engage me doing the followings, both `bro` and `GF`[+]";
}
public function promotion() : string {
return "> btw, i found a dev team when i were a primary stu., if u are interested in, feel free to reach out us via our qq group (`494512016`)";
}
}
new Profile();
😜
Your call, feel free to reach out to me via email/others.
Hi there,
im the founder of @ByteRainTech
Im taking a front seat in studying Ai Technology.
Although im only a secondary student, im still trying my best
- Hong Kong SAR, China
-
22:26
(UTC +08:00) - https://byterairn.co
- https://space.bilibili.com/1964068259
Highlights
Popular repositories Loading
-
LightPyBuilder
LightPyBuilder PublicA Builder that allows user to build python application to exe online.
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.