Skip to content
View chxru's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report chxru

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
chxru/README.md

Heyyoo πŸ‘‹

I'm Charuka Samarakoon, chxru in most SMs.
Self-taught coder, mostly working in fullstack developing.

πŸ›  Works as a SE at Surge Global
πŸŽ“ Undergraduate at University of Ruhuna, BSc Electronic and Information engineering
🌱 Fullstack dev
πŸ“« charuka@protonmail.com

Pinned

  1. pms-alpha pms-alpha Public

    PMS in client server architecture

    TypeScript 2

  2. node-dfs node-dfs Public archive

    Distributed file system demo built with node js

    TypeScript

  3. OmdenaAI/omdena-srilanka-tea-quality OmdenaAI/omdena-srilanka-tea-quality Public

    Using AI to Improve Quality of Green Tea Leaves in Sri Lanka

    Jupyter Notebook 12 6

  4. hospe hospe Public archive

    TypeScript 1

  5. Auto delete old IESL emails from gmail Auto delete old IESL emails from gmail
    1
    function auto_trash_old_iesl_emails() {
    2
      const emails = GmailApp.search('from:ieslweb@iesl.lk')
    3
      if (emails.length === 0) {
    4
        // return if no email found
    5
        console.log("No emails found!")