Skip to content
View the-liquid-metal's full-sized avatar
Block or Report

Block or report the-liquid-metal

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

Pinned Loading

  1. lightweight-userland-php-enum-exampl... lightweight-userland-php-enum-example.php
    1
    The ordinary and simplest way to write enum in PHP is:
    2
    
    
    3
    class MyEnum {
    4
        const val1 = "val1";
    5
        const val2 = "val2";
  2. mysql stored procedure proper_date c... mysql stored procedure proper_date clean-up text field from unstructured text. valid mysql date remain intact, invalid date converted to null.
    1
    DELIMITER $$
    2
    CREATE DEFINER=`root`@`localhost` FUNCTION `proper_date`(`value` TEXT)
    3
        RETURNS TEXT
    4
        LANGUAGE SQL
    5
        DETERMINISTIC
  3. icd10.sql icd10.sql Public

    PHP 1

  4. you-dont-need-jquery-cheatsheet you-dont-need-jquery-cheatsheet Public