#java #github #hosts
A hosts file is a simple text file that maps domain names to IP addresses, allowing your computer to resolve websites locally without contacting DNS servers. By modifying your hosts file with curated lists of malicious domains, you can block ads, malware, trackers, and other unwanted content before they reach your browser. This approach works across all operating systems and provides protection even when you're offline. The main benefit is enhanced security and privacy—malware requests never leave your computer, and tracking attempts are prevented at the source. You can use pre-maintained hosts files from repositories like Steven Black's GitHub project, which combines high-quality blocklists and is regularly updated.
https://github.com/maxiaof/github-hosts
A hosts file is a simple text file that maps domain names to IP addresses, allowing your computer to resolve websites locally without contacting DNS servers. By modifying your hosts file with curated lists of malicious domains, you can block ads, malware, trackers, and other unwanted content before they reach your browser. This approach works across all operating systems and provides protection even when you're offline. The main benefit is enhanced security and privacy—malware requests never leave your computer, and tracking attempts are prevented at the source. You can use pre-maintained hosts files from repositories like Steven Black's GitHub project, which combines high-quality blocklists and is regularly updated.
https://github.com/maxiaof/github-hosts
GitHub
GitHub - maxiaof/github-hosts: 通过修改Hosts解决国内Github经常抽风访问不到,每日更新
通过修改Hosts解决国内Github经常抽风访问不到,每日更新. Contribute to maxiaof/github-hosts development by creating an account on GitHub.
#python #agent_skills #agentic_ai #ai_agents #autonomous_agents #claude #claude_code #claude_skills #codex #coding_agent #context_engineering #copilot #cursor #developer_tools #github_copilot #llm_agents #long_running_agents #manus #multi_agent_systems #pi #planning
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof…
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, dete...
#go #cli #gh_extension #github #stacked_prs
This tool helps you manage stacked pull requests in GitHub, so you can split big work into small branches, keep them rebased, push them, and open or merge them in order with less manual work. The main benefit for you is faster, cleaner reviews: each PR shows only one layer of change, which makes feedback easier to read and changes easier to fix. It also supports local tracking, stack navigation, sync, and automatic PR linking, so you spend less time on Git commands and more time coding.
https://github.com/github/gh-stack
This tool helps you manage stacked pull requests in GitHub, so you can split big work into small branches, keep them rebased, push them, and open or merge them in order with less manual work. The main benefit for you is faster, cleaner reviews: each PR shows only one layer of change, which makes feedback easier to read and changes easier to fix. It also supports local tracking, stack navigation, sync, and automatic PR linking, so you spend less time on Git commands and more time coding.
https://github.com/github/gh-stack
GitHub
GitHub - github/gh-stack: GitHub Stacked PRs
GitHub Stacked PRs. Contribute to github/gh-stack development by creating an account on GitHub.
👍1