Skip to content
View Bryan-b's full-sized avatar
💭
I am Techfaithful
💭
I am Techfaithful
Block or Report

Block or report Bryan-b

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

  1. jsmimic-php jsmimic-php Public

    🚀 Make the transition from PHP to JavaScript smoother with jsmimic-php!

    TypeScript 1

  2. autoback autoback Public

    A shell script that automatically backs up sql database

    Shell

  3. Common Regex Common Regex
    1
    Perl and PHP Regular Expressions
    2
    
                  
    3
    PHP regexes are based on the PCRE (Perl-Compatible Regular Expressions), so any regexp that works for one should be compatible with the other or any other language that makes use of the PCRE format. Here are some commonly needed regular expressions for both PHP and Perl. Each regex will be in string format and will include delimiters.
    4
    All Major Credit Cards
    5
    
                  
  4. Mime type from base64 image Mime type from base64 image
    1
    {
    2
        "/9j/": "image/jpeg",
    3
        "iVBORw0KGg": "image/png",
    4
        "R0lGODdh": "image/gif",
    5
        "UklGR": "image/webp",
  5. chatbot_api chatbot_api Public

    A python chatbot api

    Python 1