Skip to content
View w3nabil's full-sized avatar

Block or report w3nabil

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
w3nabil/README.md
class AboutMe:
    def __init__(self):
        self.name = "I., Nabil"
        self.designation = "Independent Researcher"

        self.focus = (
            "Exploring multidisciplinary intersections — "
            "bridging computational systems, probabilistic modelling, "
            "security engineering, psychology, and demography."
        )

        self.published_papers = [
            "A Story-Key Driven Substitution-Permutation Network Cipher",
            "Penta-State Probabilistic Model",
            "Modern Mailbomb Attack"
        ]

        self.skills = {
            "Languages": ["Python", "JavaScript", "C", "R", "LaTeX"],
            "AI/LLM": ["PyTorch", "TensorFlow"],
            "Research": [
                "Statistical validation",
                "Experimental design",
                "System architecture"
            ]
        }

        self.currently_working_on = [
            "Image Forensics",
            "Cost-Aware AI Systems",
            "AI-Powered Drone Systems"
        ]

        self.status = {
            "Open to": [
                "Research collaboration",
                "Discussion",
                "Assistance",
                "Mentoring"
            ]
        }

        self.contact = "Email"

    def research_cycle(self):
        while researching:
            hypothesize()
            test()
            refine()

Pinned Loading

  1. red-scripts red-scripts Public

    Red Scripts contains several python scripts can be used for vuln checking.

    Python

  2. Open-Equity-Licence Open-Equity-Licence Public

    The Open Equity (OE) Licence promotes open and ethical knowledge sharing while preventing commercial misuse, political manipulation, harmful applications, and unethical AI training.

    JavaScript