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

Block or report tomasfn87

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
tomasfn87/README.md
  • 👋 Hi, I’m @tomasfn87
  • 🌱 I’m currently working with Data Analytics and Digital Marketing.
  • 📫 You can reach me @ [email protected]

Pinned Loading

  1. url-parser url-parser Public

    Receives an URL and breaks it into domain, path, parameters and fragment. Parameters and fragment are broken into lists and objects.

    JavaScript

  2. variable-name-case-converter variable-name-case-converter Public

    Convert a string between the following cases: camel, kebab, pascal, pascal snake, screaming snake and snake.

    JavaScript

  3. calcular-digitos-verificar-cpf calcular-digitos-verificar-cpf Public

    Baixar ferramenta CLI Linux aqui! - Como calcular os dígitos verificadores de um CPF; em Python, TypeScript, Go, Rust, Lua, Java, C++, C#, C, Zig, Ruby, PHP, Odin, Julia, Perl, Ada, Elixir, R, D, C…

    TypeScript 3

  4. clima-brasil clima-brasil Public

    Aplicação CLI em Python que usa selenium para obter dados de Condição/Previsão do Tempo de cidade brasileiras (AccuWeather/ClimaTempo); inclui classes para coleta e exibição dos dados.

    Python 1

  5. print-table print-table Public

    Print lists and tables, customizable SQL style. Test it by clicking on the link below:

    Go

  6. sort-object-array-by-property sort-object-array-by-property Public

    Sorts an array of objects or an array of arrays according to a single property (objects) or index (arrays), or by multiple properties/indices, through an array of properties or indices. Also suppor…

    TypeScript