Skip to content
View Mohamed3on's full-sized avatar

Organizations

@OpenTechSchool @berlinjs
Block or Report

Block or report Mohamed3on

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. IMDb-Top-Titles IMDb-Top-Titles Public

    A script to get the top IMDb titles based on their number of likes - number of dislikes. (Method in README)

    Python 2 1

  2. Run prettier on all JS files in a di... Run prettier on all JS files in a directory
    1
    1. Install prettier
    2
    2. Make a .prettierignore file, and add directories you'd like prettier to not format, for example: `**/node_modules`
    3
    3. Run `prettier --write "**/*.js"` ***Don't forget the quotes.**
    4
    4. _Optional:_ if you want to format JSON/SCSS files too, replace js with json/scss.
  3. summarize-google-maps-reviews summarize-google-maps-reviews Public

    Summarizes google maps reviews into a simple percentage score. Runs on the reviews page on Google maps, and uses the following algorithm:

    JavaScript

  4. twitter-people-locations twitter-people-locations Public

    TypeScript