Skip to content
View xxRockOnxx's full-sized avatar

Block or report xxRockOnxx

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. ai-upscaler ai-upscaler Public

    A free online video upscaling service powered by Real-ESRGAN and FFMPEG.

    TypeScript 15 3

  2. yt-dlp-s3 yt-dlp-s3 Public

    Stream yt-dlp downloads directly to S3-compatible storage

    JavaScript

  3. midi-remapper midi-remapper Public

    A free online tool to remap MIDI notes.

    TypeScript

  4. wordle wordle Public

    Simple app that finds 5 letter words given the good letters, bad letters, and letter positions.

    Vue

  5. Laravel Tinker: login as another use... Laravel Tinker: login as another user and generate an injectable session cookie
    1
    # Generating session cookie
    2
    
                  
    3
    There are scenarios where you have to act as a specific user such as during debugging and sometimes logging in as a user that is accessible via web ui like the admin dashboard is not a feature in the app.
    4
    
                  
    5
    This snippet allows you to generate a session cookie as a specific user that you can then inject to your browser.
  6. Laravel Telescope: custom authorization Laravel Telescope: custom authorization
    1
    # Laravel Telescope custom authorization
    2
    
                  
    3
    By default, Laravel Telescope allows you to visit the `/telescope` route if:
    4
    
                  
    5
    - environment is `local`