Skip to content
View LeonanCarvalho's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@L2jBrasil
Block or Report

Block or report LeonanCarvalho

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

Pinned

  1. PHP Threads PHP Threads
    1
    <?php
    2
    
                  
    3
    namespace Application\Tasks;
    4
    
                  
    5
    /**
  2. PHP Script That provide a easy way t... PHP Script That provide a easy way to safe backup your databases
    1
    <?php
    2
    /* =========================================================
    3
     * Script to Generate MySQL dumps With PHP
    4
     * =========================================================
    5
     * Copyright 2015 Leonan Carvalho @leonancarvalho
  3. BrasilAPI BrasilAPI Public

    Forked from BrasilAPI/BrasilAPI

    Vamos transformar o Brasil em uma API?

    JavaScript

  4. dataModels dataModels Public

    Forked from FIWARE/data-models

    This repository contains code and specifications to support harmonized data models developed by FIWARE

    JavaScript

  5. keplergl/kepler.gl keplergl/kepler.gl Public

    Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.

    TypeScript 10k 1.7k

  6. Simple demonstration how to use Work... Simple demonstration how to use Workers on electron main process
    1
    //Task.js
    2
    
                  
    3
    const path = require('path');
    4
    const fs = require('fs');
    5
    const { Worker } = require('worker_threads')