Skip to content
View AzrizHaziq's full-sized avatar
😀
Happy
😀
Happy

Highlights

  • Pro
Block or Report

Block or report AzrizHaziq

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 Loading

  1. tradingview-syariah-indicator tradingview-syariah-indicator Public

    Add a small indicator in tradingview.com, Add a small green indicator in tradingview.com. At the moment, only cover Malaysia, NYSE, Nasdaq, Shenzhen, Shanghai, Indonesia.

    TypeScript 13 14

  2. bnm-consumer-alert bnm-consumer-alert Public

    GUI for BNM consumer-alert

    TypeScript 3

  3. portfolio portfolio Public

    This is an attempt to build my portfolio :D

    TypeScript 1

  4. JS & TS JS & TS
    1
    // https://kentcdodds.com/blog/listify-a-java-script-array
    2
    // unfortunately TypeScript doesn't have Intl.ListFormat yet 😢
    3
    // so we'll just add it ourselves:
    4
    type ListFormatOptions = {
    5
      type?: 'conjunction' | 'disjunction' | 'unit'