Skip to content
View lucasath's full-sized avatar
  • MaidaHealth
  • Teresina - PI
Block or Report

Block or report lucasath

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. ArrayShuffle ArrayShuffle
    1
    const shuffle = (array: Array<any>): Array<any> => {
    2
      let currentIndex = array.length;
    3
      let randomIndex;
    4
    
                  
    5
      // While there remain elements to shuffle...
  2. deleteProperty deleteProperty
    1
    Object.keys(object).map(function(key) {
    2
     if (object[key] === null || object[key] === undefined) {
    3
      delete object[key];
    4
     }
    5
    });
  3. Django SQL Server Requirements Django SQL Server Requirements
    1
    sudo apt install build-essential
    2
    sudo apt install python3-dev
    3
    sudo apt install unixodbc-dev
  4. easy_pdf easy_pdf Public

    JavaScript

  5. fixArrayToXml fixArrayToXml
    1
    function fixArrayToXml(data: any) {
    2
    
                  
    3
        Object.keys(data)
    4
            .filter((key) => data[key])
    5
            .forEach((key) => {
  6. rfb_download_node rfb_download_node Public

    TypeScript