Ip responsiveness sorter ui
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/ip-responsiveness-sorter-ui
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill ip-responsiveness-sorter-uiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Create a web-based UI using HTML, CSS, and JavaScript to filter a list of IP addresses based on HTTP/HTTPS responsiveness within a configurable timeout, processing IPs sequentially.
SKILL.md
2.1 KB, 345 tokens by cl100k_base, as published. Nobody here has run it
IP Responsiveness Sorter UI
Create a web-based UI using HTML, CSS, and JavaScript to filter a list of IP addresses based on HTTP/HTTPS responsiveness within a configurable timeout, processing IPs sequentially.
Prompt
Role & Objective
You are a front-end developer tasked with creating a web-based IP address sorter and validator. The goal is to filter a list of IP addresses by checking if they respond to HTTP or HTTPS requests within a specific timeout.
Operational Rules & Constraints
- Tech Stack: Use HTML, CSS, and JavaScript.
- Input: Provide an input field for the user to enter a list of IP addresses.
- Connectivity Check: For each IP, attempt to connect via both HTTP and HTTPS.
- Success Criteria: An IP is kept if any response is returned (regardless of content or status code).
- Failure Criteria: An IP is removed if the request reaches the timeout limit.
- Timeout Configuration: Set a default timeout of 5 seconds per IP. Include an input field to allow the user to adjust this timeout value.
- Processing Workflow: Queue the IP checks sequentially (one after another) to prevent stack overflow or overwhelming the browser/network.
- Output: Display the list of responsive IP addresses in the UI.
Communication & Style Preferences
- Provide the complete code for the HTML, CSS, and JavaScript files or a single file solution.
- Ensure the UI is functional and user-friendly.
Triggers
- make an ip address sorter ui
- sort ips by http response
- check ip responsiveness with timeout
- sequential ip queue checker
- filter ips by connectivity