Skip to content
View maochoa31415's full-sized avatar

Block or report maochoa31415

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. Convert url in texts to links Convert url in texts to links
    1
    // From: https://stackoverflow.com/questions/1500260/detect-urls-in-text-with-javascript
    2
    
                  
    3
    function urlify(text) {
    4
      var urlRegex = /(https?:\/\/[^\s]+)/g;
    5
      return text.replace(urlRegex, function(url) {
  2. maochoa31415 maochoa31415 Public

    Config files for my GitHub profile.

  3. ultra-video-downloader ultra-video-downloader Public

    Front-end for the yt-dlp cli video downloader tool.

    Vue

  4. vue-data-provider vue-data-provider Public

    Forked from fadamakis/vue-data-provider

    POC for Building Reusable and Maintainable Components in Vue with the Data Provider Pattern

    Vue