Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View LuanRoger's full-sized avatar

Highlights

  • Pro

Organizations

@Qodana-demo @LR-Tech-Blog @Mais-Informa

Block or report LuanRoger

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 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. electron-shadcn electron-shadcn Public template

    :electron: Electron Forge with shadcn-ui (Vite + Typescript)

    TypeScript 530 99

  2. xbox_launcher xbox_launcher Public

    Launcher with the Xbox Series X/S's dashboard to play Xbox Cloud Gaming (XCloud) games.

    Dart 34 16

  3. VolumeVault VolumeVault Public

    📖 Keep your books informations safe and sound.

    Dart 3

  4. xinput_gamepad xinput_gamepad Public

    🎮 Add support to XInput controllers with Win32 API.

    Dart 6 2

  5. PowerShell 7 profile PowerShell 7 profile
    1
    Invoke-Expression (&starship init powershell)
    2
    
                  
    3
    $DOCUMENTS=[Environment]::GetFolderPath([System.Environment+SpecialFolder]::MyDocuments)
    4
    $TERM_HOME=$DOCUMENTS + "\Jobs"
    5
    $customAliases = @("ls", "customalias", "ff", "getdir", "gohome")
  6. My Visual Studio Code settings file My Visual Studio Code settings file
    1
    {
    2
      "[dart]": {
    3
        "editor.formatOnSave": true,
    4
        "editor.formatOnType": true,
    5
        "editor.rulers": [80],