Skip to content
View daffaalex22's full-sized avatar
  • Bandung, Indonesia

Block or report daffaalex22

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
daffaalex22/README.md

Pinned Loading

  1. galunggung galunggung Public

    This is a profile website for a real Indonesian medical device company

    TypeScript

  2. peak-post peak-post Public

    News WebApp built with Next,js (Typescript)

    TypeScript

  3. kamus-rima kamus-rima Public

    Kamus Rima is a rhyming dictionary project. This project aims to provide a comprehensive and user-friendly tool for finding rhyming words,

    JavaScript

  4. peak-post-strapi peak-post-strapi Public

    Peak Post's backend content management system (CMS) built with Strapi. This repository contains the core functionalities and APIs for managing and distributing content efficiently. The project leve…

    TypeScript

  5. go-concurrency-fetcher go-concurrency-fetcher Public

    A Go-based tool for efficiently fetching data concurrently. This repository showcases the power of Go's concurrency model, allowing high-performance data retrieval with minimal resource usage. It i…

    Go

  6. An implementation for Indonesian syl... An implementation for Indonesian syllable Segmentation (pemenggalan kata bahasa indonesia).
    1
    // const monophtong = ['eu'];
    2
    // const diphtong = ['ai', 'au', 'ei', 'oi'];
    3
    // const combinedConsonants = ['kh', 'ng', 'ny', 'sy'];
    4
    // The extra chars are masked combined vowels (diphtong and monophtong)
    5
    const vowels = ['a', 'i', 'u', 'e', 'o', '%', '^', '&', '*', '|'];