Skip to content
View cartorjo's full-sized avatar
💛
💛

Organizations

@gurmeo @EMELAB
Block or Report

Block or report cartorjo

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

Who am I?

I'm an accomplished software engineer, consultant, and entrepreneur. I've built six companies from scratch, focusing on simplicity, staying true to myself, and continuous improvement.

Pinned

  1. Crypto Colors Crypto Colors
    1
    $zero__x-color: rgb(48, 44, 44);
    2
    $aave-color: rgb(165, 55, 140);
    3
    $algorand-color: rgb(0, 0, 0);
    4
    $ankr-color: rgb(0, 109, 255);
    5
    $augur-color: rgb(85, 53, 128);
  2. UTF-8 to ASCII transliteration UTF-8 to ASCII transliteration
    1
    // Czech
    2
    $text = str_replace('Č', 'c', $text);
    3
    $text = str_replace('č', 'c', $text);
    4
    $text = str_replace('Ď', 'd', $text);
    5
    $text = str_replace('ď', 'd', $text);
  3. I18N-permalinks I18N-permalinks Public

    Converting common accentuated UTF-8 characters automatically with WordPress

    PHP

  4. wp-all-import-hhvm wp-all-import-hhvm Public

    Import CSV and XML files to WordPress (HHVM)

    PHP