from abc import ABCMeta, abstractmethod
class xKian(metaclass=ABCMeta):
@staticmethod
@abstractmethod
def contact():
discord = ".xkian"
return discord
class Attributes(xKian):
@staticmethod
def life() -> tuple:
langs = ("German", "English")
return langs
@staticmethod
def coding() -> tuple:
text_editor = ["vscode", "Goland", "Pycharm"]
specialities = ["reverse engineering", "automation"]
langs = {
"pro": "python",
"intermediate": "go, c++",
"learning": "rust"
}
return langs, specialities, text_editor
Pinned Loading
-
cloudflare-jsd
cloudflare-jsd PublicBypass Cloudflare's /h/b/jsd challenge using 100% python
-
GeekedTest
GeekedTest PublicGeetest v4 slide, gobang & ai solver - 100% python implementation - no browser needed
-
Hyperion-deobfuscator
Hyperion-deobfuscator PublicFully deobfuscate hyperion by Billythegoat356 lmao
584 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 | April Apr | ||||||||||||||||||||||||||||||||||||||||
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
Loading
Contribution activity
April 2025
Created 6 commits in 1 repository
20
contributions
in private repositories
Apr 3 – Apr 12