Skip to content
View xfkirdgpav's full-sized avatar
:octocat:
Literally focused
:octocat:
Literally focused

Organizations

@Family-AGRO @Talkio-inc

Block or report xfkirdgpav

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. payflow payflow Public

    PayFlow - Gerenciador de boletos

    Dart 4 1

  2. Layers_Router Layers_Router Public

    Framework for Route Layers in Delphi Application

    Pascal 8 5

  3. VSCode Settings VSCode Settings
    1
    {
    2
      /* ---- EDITOR ---- */
    3
      "editor.fontFamily": "JetBrainsMono, Hack Nerd Font", // Define a fonte no editor
    4
      "editor.fontSize": 14, // Define o tamanho da fonte no editor
    5
      "editor.suggestFontSize": 14, // Define o tamanho da fonte nas sugestões
  4. VSCode Snippets VSCode Snippets
    1
    {
    2
    	// COMPONENTES FUNCIONAIS
    3
    	"React Shared: Functional Component": {
    4
    		"scope": "typescriptreact,typescript",
    5
    		"prefix": "rs-fc",