Skip to content
View mkhatib's full-sized avatar

Organizations

@manshar @palestine-web-summit @carbon-tools
Block or Report

Block or report mkhatib

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. human-tools/toolbox-web human-tools/toolbox-web Public

    Simple Secure and Private Tools for everyday humans

    TypeScript 21 4

  2. human-tools/use-sortable human-tools/use-sortable Public

    Simple implementation that allows you to reorder items easily using useSortable hook.

    TypeScript 3 1

  3. ampproject/amphtml ampproject/amphtml Public

    The AMP web component framework.

    JavaScript 14.9k 3.9k

  4. manshar/manshar manshar/manshar Public

    NO LONGER BEING MAINTAINED - Arabic social publishing platform — منصة نشر مخصصة للغة العربية

    JavaScript 180 92

  5. carbon-tools/carbon carbon-tools/carbon Public

    NO LONGER MAINTAINED - In-browser rich document editor.

    JavaScript 177 34

  6. A Javascript utility function to gen... A Javascript utility function to generate number of random Geolocations around a center location and in a defined radius.
    1
    /**
    2
    * Generates number of random geolocation points given a center and a radius.
    3
    * @param  {Object} center A JS object with lat and lng attributes.
    4
    * @param  {number} radius Radius in meters.
    5
    * @param {number} count Number of points to generate.