Skip to content
View anwas's full-sized avatar

Block or report anwas

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. [Multiple PHP versions on Ubuntu] #p... [Multiple PHP versions on Ubuntu] #php #dev #ispconfig
    1
    
                  
    2
    ## Add repository
    3
    ### https://launchpad.net/%7Eondrej/+archive/ubuntu/php
    4
    ### https://launchpad.net/~ondrej/+archive/ubuntu/apache2
    5
    sudo add-apt-repository ppa:ondrej/php
  2. anwas-wp-plugin-boilerplate anwas-wp-plugin-boilerplate Public

    Fork of WordPress Plugin Boilerplate.

    PHP

  3. anwas-scratch anwas-scratch Public

    Anwas Scratch – tema kūrimui nuo pradžios. Prisilaikoma OOP programavimo principų, o CSS klasėse maksimaliai stengiamasi išlaikyti BEM principus.

    PHP

  4. [Date Time class and functions] #php... [Date Time class and functions] #php #date #time #datetime #function #class
    1
    <?php
    2
    // Patern https://userguide.icu-project.org/formatparse/datetime
    3
    // Patern https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
    4
    $fmt = new IntlDateFormatter('lt_LT', IntlDateFormatter::FULL,
    5
                  IntlDateFormatter::NONE, 'Europe/Vilnius', IntlDateFormatter::GREGORIAN, "cccc");