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

Block or report the-liquid-metal

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