Skip to content

Navigation Menu

Sign in
Sign up
@aztice
aztice
Follow
View aztice's full-sized avatar
😜
Your call, feel free to reach out to me via email/others.

ice aztice

😜
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

Block or report aztice

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
aztice /README.md



<?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();

Popular repositories Loading

  1. LightPyBuilder LightPyBuilder Public

    A Builder that allows user to build python application to exe online.

    PHP 2 1

  2. JsonDB JsonDB Public

    PHP 2 1

  3. hello-minecraft-helper hello-minecraft-helper Public

    多玩我的世界盒子 Version 3(hello-minecraft-helper)is a minecraft toolkit.

    Python 2

  4. pywin pywin Public

    一个基于tkinter二次封装的库,优化tkinter的通病,并自动执行自适应。

    Python 2

  5. main main Public

    HTML 1

  6. aztice aztice Public

    A description of aztice

    1

AltStyle によって変換されたページ (->オリジナル) /