Skip to content
View chan4lk's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@chanideals @ml-initiative @bistecglobal

Block or report chan4lk

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
chan4lk/README.md
class Chan4lk:
    def __init__(self):
        self.variables = {
            'name': 'Chandima Ranaweera',
            'age': 33,
            'hobby': 'Developing',
            'languages': ('Sinhala', 'English')
        }

    def description(self):
        print('------chan4lk------')
        for index, value in enumerate(self.variables.values()):
            if index == 0:
                print(f'Name: {value}')
            elif index == 1:
                print(f'Age: {value}')
            elif index == 2:
                print(f'Hobby: {value}')
            elif index == 3:
                print(f'Languages: {value}')

    def social_medias(self):
        platforms = {
            'YouTube': 'c/ChandimaRanaweera',
            'Instagram': 'chandima.ranaweera'
        }

        print('\n-----contact-----')
        for key, value in platforms.items():
            print(f'{key}: {value}')


if __name__ == '__main__':
    chan4lk = Chan4lk()
    chan4lk.description()
    chan4lk.social_medias()

Pinned Loading

  1. corona-2020-sl Public

    Corona Tracker in Sinhala

    TypeScript 1

  2. responsive-sharepoint Public

    Responsive SharePoint theme with Bootstrap 3

    HTML 2

  3. toastr Public

    Angular toastr package

    TypeScript 1

  4. angular-tdd Public

    TypeScript

  5. spfx-dynamic-footer Public

    Dynamically append footer for modern SharePoint sites

    TypeScript

  6. UX-Imagine/Magicurve Public

    Converting hand drawn sketch to html using image processing and machine learning.

    JavaScript

1,105 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to chan4lk/local-care, chan4lk/hearts-quizz, chan4lk/langgraph-workflows and 64 other repositories
Loading A graph representing chan4lk's contributions from March 31, 2024 to April 06, 2025. The contributions are 69% commits, 23% pull requests, 8% code review, 0% issues. 8% Code review   Issues 23% Pull requests 69% Commits

Contribution activity

April 2025

Created 3 repositories
2 contributions in private repositories Apr 1
Loading