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()
🏠
Working from home
I'm a technical geek who seek optimum solutions.
-
Chan Ideals
- Sri Lanaka
- https://chan4lk.github.io/
Pinned Loading
-
-
responsive-sharepoint
responsive-sharepoint PublicResponsive SharePoint theme with Bootstrap 3
HTML 2
-
-
spfx-dynamic-footer
spfx-dynamic-footer PublicDynamically append footer for modern SharePoint sites
TypeScript
-
UX-Imagine/Magicurve
UX-Imagine/Magicurve PublicConverting hand drawn sketch to html using image processing and machine learning.
JavaScript
1,105 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
April 2025
Created 23 commits in 3 repositories
Created 3 repositories
-
chan4lk/sentiment-analysis-model
Python
This contribution was made on Apr 6
-
chan4lk/hello-nue-mpa
JavaScript
This contribution was made on Apr 5
-
chan4lk/servicenow-mcp
Python
This contribution was made on Apr 4
2
contributions
in private repositories
Apr 1