Skip to content
View Son0fSun's full-sized avatar

Block or report Son0fSun

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

Pinned Loading

  1. Script to make windows stop to sleep... Script to make windows stop to sleep using VBscript
    1
    set wsc = CreateObject("WScript.Shell")
    2
    Do
    3
        'Five minutes
    4
        WScript.Sleep(5*60*1000)
    5
        wsc.SendKeys("{NUMLOCK}")
  2. Anubis Anubis Public

    Forked from jonluca/Anubis

    Subdomain enumeration and information gathering tool

    Python

  3. model-download model-download Public

    Model Downloader Script

    Python

  4. Scripts Scripts Public

    Scripts I find useful and/or write

    Shell

  5. ThreeBodyProblem ThreeBodyProblem Public

    This project is a Python simulation of the **Three-Body Problem** with real-time visualization using `matplotlib` and `scipy`. The simulation models three stars and a habitable planet, showing thei…

    Python

  6. zuul zuul Public

    Forked from Netflix/zuul

    Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.

    Java