Skip to content
View mostafa-amine's full-sized avatar
🎯
learning and building
🎯
learning and building

Block or report mostafa-amine

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. vue-admin vue-admin Public

    Vue.js admin panel built for a Laravel backend – UI based on Vue/CoreUI

    Vue 7

  2. A Python script to remove unwanted t... A Python script to remove unwanted timestamp ranges from a video without re-encoding, using FFmpeg for fast processing. Define the skip intervals directly inside the script, execute, and get a clean output video.
    1
    import subprocess
    2
    import os
    3
    
                  
    4
    def build_keep_segments(duration, skips):
    5
        keeps = []
  3. screenshot-to-clipboard screenshot-to-clipboard Public

    Automatically copies macOS screenshots to your clipboard the moment they're saved, so you can paste them instantly with Cmd+V.

    Shell 4