Skip to content
View teguhe's full-sized avatar
Closed for Freelance or Remote Work
Closed for Freelance or Remote Work

Block or report teguhe

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
teguhe/README.md

Teguh Prasetyo, S.Kom., M.Si. | Pranata Komputer Muda


  • ⚡ Main OS (Desktop) : Ubuntu 2025.10, Windows 11 Home SL
  • ⚡ Main OS (Server ) : Alma Linux, Ubuntu Server
  • 🌱 My work tools : Delphi, Lazarus, VS Code, AntiGravity

Pinned Loading

  1. show connected user and IP in mysql/... show connected user and IP in mysql/mariadb
    1
    SELECT SUBSTRING_INDEX(host, ':', 1) AS host_short,
    2
           GROUP_CONCAT(DISTINCT user) AS users,
    3
           COUNT(*) AS threads
    4
    FROM information_schema.processlist
    5
    GROUP BY host_short
  2. MariaDB camel case function (MySQL c... MariaDB camel case function (MySQL compatible)
    1
    CREATE DEFINER=`root`@`%` FUNCTION `camel_case`(
    2
    	`str` varchar(128)
    3
    )
    4
    RETURNS varchar(128) CHARSET utf8mb3 COLLATE utf8mb3_general_ci
    5
    LANGUAGE SQL
  3. SQL-Levenshtein SQL-Levenshtein Public

    Fungsi levenshtein digunakan untuk mencari prosentase kemiripan antara dua string, kompatibel dengan MySQL dan MariaDB

  4. Asah-Otak-Test-Penjumlahan-Berurutan Asah-Otak-Test-Penjumlahan-Berurutan Public

    Game sederhana untuk melatih kemampuan kita menjumlahkan angka angka yang muncul secara random, Tools: Lazarus IDE