Skip to content
View 1tte's full-sized avatar
🚫
berak
🚫
berak
  • Akashi Pedia Indonesia
  • Japan
  • Instagram dopqy
Block or Report

Block or report 1tte

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
1tte/README.md

あのね

<?php

class MusicEnthusiast {

    public $name;
    public $role;
    public $favorite_genres;

    public function __construct() {
        $this->name = "言って";
        $this->role = "Music Enthusiast";
        $this->favorite_genres = ["J-Pop", "Rock", "Electronic"];
    }

    public function greet() {
        echo "This repository is dedicated to the song "Say It. (言って。)" by the Japanese music duo Yorushika.";
        echo "Yorushika, formed by n-buna and suis, is known for their emotionally and introspective music.";
        echo ""Say It. (言って。)" is one of their popular tracks, its beautiful composition and heartfelt lyrics.";
    }
}

$musicFan = new MusicEnthusiast();
$musicFan->greet();

?>

Cloud Services

AWS API Gateway SQS

Programming Languages

PHP Node.js Python HTML CSS JavaScript Java Kotlin

Tools and Services

Docker Git GitHub VS Code Postman

Happiness

Metasploit Burp Suite Wireshark OWASP ZAP sqlmap

Pinned

  1. llrt llrt Public

    Forked from awslabs/llrt

    LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

    JavaScript 1

  2. onnxruntime onnxruntime Public

    Forked from microsoft/onnxruntime

    ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

    C++ 1