https://github.com/xtekky/xtekky
https://github.com/xtekky/xtekky
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtekky/xtekky
- Owner: xtekky
- Created: 2023-01-19T17:34:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T16:12:24.000Z (9 months ago)
- Last Synced: 2025-08-18T08:03:00.665Z (2 months ago)
- Size: 52.7 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
telegram: [t.me/onlpx](https://t.me/onlpx)
About Me
```python
from typing import Tuple, List, Dictclass Tekky:
passclass Attributes(Tekky):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/xtekky"
channel = "t.me/onlpx"
email = "github@g4f.ai"
return telegram, channel, email@property
def life(self) -> Tuple[List[str], int]:
langs = ['French', 'German', 'Spanish', 'English']
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#', 'asm', 'java']
}
specialities = ['web/app reverse engineering', 'fullstack', 'ai']
ide = ['vscode']
pc = {
'MacOS': {
'macbook air m2': {
'processor': 'm2 | 8 cores',
'ram' : '8gb',
'gpu' : 'm2 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'AMD ryzen 7 5800X | 8 cores',
'ram' : '16gb',
'gpu' : 'nvidia 3070 | 5888 CUDA cores'
}
}
}return langs, specialities, ide, pc
```_ranked 4th for most contributions made by independent developers to AI open source & decentralisation ([source](https://huyenchip.com/2024/03/14/ai-oss.html))_
_gpt4free is a top #200 repository on github ~ ([source](https://top1000repos.com/))_Skills
![]()
![]()