GitHub Trending Repos - July 05, 2026
Tags: github, opensource, development, ai, tools, programming
TL;DR: 1. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net; 2. yynxxxxx/Codex-5.5-codex-instruct-5.5 - No description provided.; 3. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak.
This Week's Hottest GitHub Repositories
Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.
Krishnagangwal/CS-Fundamentals
Stars: 1587 | Forks: 137
Curated CS fundamentals for placement prep: DSA,Computer Networks, DBMS & SQL, OOPs, Operating Systems, System Design & Software Engineering
README Preview:
CS Fundamentals
A curated collection of Computer Science fundamentals for placement preparation, covering all major CS subjects. Includes PDFs, notes, cheatsheets, and interview question banks.
📁 Folder Structure
``` CS-Fundamentals/ ├── 📁 Computer-Network/ (3 files) ├── 📁 DBMS-and-SQL/ (9 files) ├── 📁 DSA/ (6 files) ├── 📁 OOPs/ (5 files) ├── 📁 Operating-System/ (5 files) ├── 📁 Software-Engineering/ (2 files) ...
yynxxxxx/Codex-5.5-codex-instruct-5.5
Stars: 1385 | Forks: 392
No description provided.
README Preview:
Codex破限 5.5 / codex-instruct-5.5
针对 GPT-5.5 的 Codex CLI 破甲工具 — 一键注入无限制模式系统指令
GPT-5.5 jailbreak for Codex CLI — one-click unrestricted mode injection
当前仓库是早期的 CLI 简洁版,主要用于部署 Codex 提示词注入。后续完整可视化版本已迁移到新项目:Codex-X。
Codex-X 提供桌面 UI、Provider 切换、TOML / Auth 可视化编辑、会话管理、内置 `gp...
mekos2772/ios-location-spoofer
Stars: 1291 | Forks: 193
Standalone iOS app to spoof GPS location without jailbreak. Includes Shadowrocket/Surge/Loon/QX/Stash module.
README Preview:
iOS Location Spoofer
用代理软件的 HTTPS 解密功能,把 Apple 地图定位骗到世界任何角落。
📖 新手直接看这篇 → 小白保姆级图文教程(一步步教你安装、配置、生效,含常见问题排查)
参考项目
本项目基于 acheong08/ios-location-spoofer 的核心研究。原始项目是用 Go 写的独立 iOS App,通过自建 VPN + MITM 代理实现定位欺骗。
本仓库将其核心逻辑移植为 JavaScript,适配到 Shadowrocket / Surge / Loon / Quantumult X / Stash 五个代理平台,免编译、免开发者账号,即导即用。
相比原版新增的功能
- 多平台支持 — 从单一 iOS App 扩展到五个代理软件,覆盖更多用户
- 蜂窝基站坐标修改 — 原版 Go 只改了 WiFi 热点坐标,JS 版额外处理了 Cell...
Kulaxyz/self-learning-skills
Stars: 829 | Forks: 25
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
README Preview:
self-learning-skills
A self-improving skill for AI coding agents. Works with Claude Code, Cursor,
and any agent that reads an AGENTS.md / standing-instructions file.
Every session you do hard debugging or rediscover the same thing — how do I reach the prod DB? where do the creds live? what's the deploy command? how do I verify this live? — and that hard-won knowledge evaporates when the session ends. The next session starts from zero and re-learns it.
self-learning fixes that. I...
jamesob/local-llm
Stars: 788 | Forks: 37
Everything I know about running LLMs locally
README Preview:
jamesob's guide to running SOTA LLMs locally
Note: nothing in this README aside from the tables was written by AI.
Have $2k burning a hole in your pocket and want some local, state-of-the-art machine intelligence?
How about $40k?
If Dario and Altman are giving you heartburn (they should be), read on to figure out how to run this new kind of computing locally.
In this repo you'll find
- the hardware I use to run SOTA locally,
- why I bought what and little-known secrets f...