Skip to content
View zergiocosta's full-sized avatar
👽
👽

Organizations

@republicainterativa @sapiens-digital
Block or Report

Block or report zergiocosta

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

Oxe world! 👋

Pinned Loading

  1. reactnative-multiple-envs reactnative-multiple-envs Public

    POC for setting multiple environments in React Native

    Java

  2. reactnative-lerna reactnative-lerna Public

    POC for maintaining a multi-package React Native project

    JavaScript

  3. Small TypeScript helper to export a ... Small TypeScript helper to export a html table content as a .csv file
    1
    export class CSVHelper {
    2
    
                  
    3
      public exportFromTable(table, filename): void {
    4
        let csv = [],
    5
            tableRows = table.querySelectorAll("tr")
  4. Make WordPress relative URLS Make WordPress relative URLS
    1
    <?php
    2
    
                  
    3
    function make_paths_relative($buffer) {
    4
      $home_url = esc_url(home_url('/'));
    5
      $home_url_relative = wp_make_link_relative($home_url);