- Stuff I like: Development, chilling and listening to music.
- Telegram
- XDA
- Sourceforge
classel0xren():
def__init__(self):
self.name= ['el0xren']
self.country= ['Lithuania']
self.language= ['Lithuanian', 'English', 'Russian(a bit)']
defprogramming_languages(self):
return [
'Python', 'Bash', 'Shell', 'JavaScript'
]
defdeveloper_tools(self):
return [
'GitHub', 'Stack Overflow', 'Docker','Heroku', 'Railway', 'Sublime''Visual Studio Code', 'Oracle Cloud', 'Termux'
]
defoperating_system(self):
return [
'Linux', 'Windows', 'Android', 'IOS'
]
deflinux_distros(self):
return [
'Ubuntu', 'Mint', 'ZorinOS', 'ArchLinux'
]
defwindows_os(self):
return [
'Windows 11', 'Windows 10'
]