Skip to content
View bassemawhoob's full-sized avatar
Block or Report

Block or report bassemawhoob

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. awesome-startup-tools awesome-startup-tools Public

    🎉 Awesome list of 3rd party tools for startups

    13 1

  2. oneorder-tech/paymob-accept oneorder-tech/paymob-accept Public

    Paymob Accept API library for Ruby

    Ruby 6

  3. Revenue Retention Cohort Analysis - ... Revenue Retention Cohort Analysis - PostgreSQL
    1
    -- Based on: https://medium.com/quick-code/how-to-write-sql-to-calculate-user-cohort-retention-a1b3b57c7a2f
    2
    -- Uses DATE_PART instead of DATE_DIFF as it is not supported by PostgreSQL
    3
    
                  
    4
    -- (branch_id, scheduled_for, total_cents)
    5
    WITH activities AS (