Skip to content
View MostafaRM7's full-sized avatar
Flasher
Flasher

Block or report MostafaRM7

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

    very simple! created for a store, trying to make it a module, any help will be appriciated

    Python 4

  2. DjangoNinjaCookieCutter DjangoNinjaCookieCutter Public

    It's gonna be a cookie cutter for ninja.

    Python 2

  3. A simple bash script to take daily b... A simple bash script to take daily backup using pg_dump command with logging, It's saving backups for one week and then removes them
    1
    #!/bin/bash
    2
    
                  
    3
    # Directory to store backups
    4
    backup_dir="/your/backup/dir"
    5