Skip to content
View zobayer1's full-sized avatar
🚧
What should I do next?
🚧
What should I do next?
Block or Report

Block or report zobayer1

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

  1. logging-extras logging-extras Public

    Python logging extensions

    Python 8 3

  2. elastic-migrate elastic-migrate Public

    Elasticsearch schema migration tool. Closed alpha build 1.0.0a1 released.

    Python 6 1

  3. flask-restful-boilerplate flask-restful-boilerplate Public template

    A RESTful application server template with Python Flask-RESTful.

    Python 6 6

  4. redis-light redis-light Public

    Lightweight Redis ORM

    Python 1

  5. Fedora 36 post installation notes fo... Fedora 36 post installation notes for software developers. Things you should do after installing your new Fedora 36 workstation.
    1
    # Fedora 36 Post Installation (For Software Developers)
    2
    
                  
    3
    Top **N** things you should do after installing or upgrading to your new Fedora 36 workstation.
    4
    
                  
    5
    ***
  6. Generic Makefile for C++ projects wi... Generic Makefile for C++ projects with multiple cpp and h files
    1
    # Pre-compiler and Compiler flags
    2
    CXX_FLAGS := -Wall -Wextra -std=c++17 -ggdb
    3
    PRE_FLAGS := -MMD -MP
    4
    
                  
    5
    # Project directory structure