Skip to content
View Romander's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Romander

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. FocusGuardian FocusGuardian Public

    Guard your focus against distractions! FocusGuardian is a Chrome extension that helps you block distracting sites, ensuring you remain concentrated on what matters most.

    TypeScript 1

  2. ffmpeg-script-generator ffmpeg-script-generator Public

    Generator FFmpeg CLI command for concatenation several videos into single one using filter complex xfade and acrossfade.

    TypeScript 9 2

  3. hashtag-remover hashtag-remover Public

    Tool for removing hashtag from text

    TypeScript

  4. Random string array generator Random string array generator
    1
    function stringGen(len) {
    2
        let text = '';
    3
    
                  
    4
        const charset = 'abcdefghijklmnopqrstuvwxyz0123456789 ';
    5