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

Block or report 3kezoh

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

    An example of a repository that implements good practice for a collaborative project

    PHP 3

  2. justifier justifier Public

    An API to justify text

    TypeScript 2

  3. not-bmw not-bmw Public

    not-bmw

    Svelte 3 1

  4. maheryy/wacky-ride maheryy/wacky-ride Public

    Real-time chat app for wacky riders

    TypeScript 3

  5. maheryy/shifter-shop maheryy/shifter-shop Public

    TypeScript 2 1

  6. An elm program that calculates the a... An elm program that calculates the average of input numbers separated by spaces
    1
    module Main exposing (..)
    2
    
                  
    3
    import Browser
    4
    import Html exposing (Html, div, input, text)
    5
    import Html.Attributes exposing (type_, value)