Rik's Cave

A blog about IT, Photos and more
Hero Image

GitHub Trending Repos - July 16, 2026

July 16, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. xai-org/grok-build - SpaceXAI's coding agent harness and TUI. Fullscreen, mouse i; 2. Fei-Away/Codex-Dream-Skin - Codex Dream Skin; 3. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

xai-org/grok-build

Stars: 11231 | Forks: 1857

SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.

README Preview:

SpaceXAI logo
Grok Build (grok)

**Gr... ### [Fei-Away/Codex-Dream-Skin](https://github.com/Fei-Away/Codex-Dream-Skin) **Stars:** 5126 | **Forks:** 602 Codex Dream Skin **README Preview:** # Codex Dream Skin

中文 · English

给 Codex 桌面端换一张会呼吸的脸。
外部主题 / 换肤工具 · 本机 CDP 注入 · 不改官方安装包

一张图,一种心情 · 写代码,也要有氛围感

非 OpenAI 官方产品。不修改 .app / app.asar / WindowsApps。

## 赞助商

Passion...

### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct)

**Stars:** 1626 | **Forks:** 317

A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。

**README Preview:**

# Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct

**中文** | [English](README_EN.md)

<!-- README_SYNC: 修改 README.md 时必须同步更新 README_EN.md;图表也必须提供对应语言版本。 -->

> 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。  
> 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。

本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。

提供两个等级的提示词:`v5` 结构更简单,足够应付多数场景并作为推荐选项;`v35` 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但**建议仅在 `v5` 无法满足需求时使用**。...

### [littledivy/mimic](https://github.com/littledivy/mimic)

**Stars:** 1086 | **Forks:** 53

Intercept any app, then call it from Python like a library

**README Preview:**

# mimic

Intercept any app, then call it from Python like a library.

```python
from hinge_client import Hinge

acc = Hinge()                 # reuses your captured session
recs = acc.get_recommendations()
acc.like(subject_id, comment=

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 16, 2026

July 16, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. xai-org/grok-build - SpaceXAI's coding agent harness and TUI. Fullscreen, mouse i; 2. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. ; 3. littledivy/mimic - Intercept any app, then call it from Python like a library

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

xai-org/grok-build

Stars: 6379 | Forks: 979

SpaceXAI's coding agent harness and TUI. Fullscreen, mouse interactive, extensible.

README Preview:

SpaceXAI logo
Grok Build (grok)

**Gr... ### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct) **Stars:** 1430 | **Forks:** 277 A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。 **README Preview:** # Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct **中文** | [English](README_EN.md) > 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。 > 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。 本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。 提供两个等级的提示词:`v5` 结构更简单,足够应付多数场景并作为推荐选项;`v35` 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但**建议仅在 `v5` 无法满足需求时使用**。... ### [littledivy/mimic](https://github.com/littledivy/mimic) **Stars:** 1042 | **Forks:** 46 Intercept any app, then call it from Python like a library **README Preview:** # mimic Intercept any app, then call it from Python like a library. ```python from hinge_client import Hinge acc = Hinge() # reuses your captured session recs = acc.get_recommendations() acc.like(subject_id, comment="hi lol") ``` You don't write `hinge_client.py`. mimic captures your own app traffic and an AI generates the client from it. ## How it works Most apps authenticate every request with the same bundle of values: a bearer token, some device ids, a session id, cooki... ### [Fei-Away/Codex-Dream-Skin](https://github.com/Fei-Away/Codex-Dream-Skin) **Stars:** 1026 | **Forks:** 167 Codex Dream Skin **README Preview:** # Codex Dream Skin

中文 · English

给 Codex 桌面端换一张会呼吸的脸。
外部主题 / 换肤工具 · 本机 CDP 注入 · 不改官方安装包

一张图,一种心情 · 写代码,也要有氛围感

非 OpenAI 官方产品。不修改 .app / app.asar / WindowsApps。

## 赞助商

Passion...

### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin)

**Stars:** 1024 | **Forks:** 115

Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models.

**README Preview:**

# Three.js Object Sculptor

Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code.

Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre...


---

<!-- text end -->
<p id='twitter'><a href='http://twitter.com/intent/tweet?url=http://rikbon.xyz/github-trending-repos---july-16-2026.html&text=<Type your comment here but please leave the URL so that other people can follow the comments>&via=biaccaemme'>Comments? Tweet</a> 
<a href='https://twitter.com/search?q=http://rikbon.xyz/github-trending-repos---july-16-2026.html'><span id='count-3720'></span></a> </p>
<div class= Hero Image

GitHub Trending Repos - July 15, 2026

July 15, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. ; 3. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 3114 | Forks: 538

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

MDX-Tom/gpt-5.6-instruct

Stars: 1293 | Forks: 249

A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。

README Preview:

Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct

中文 | English

针对 gpt-5.6-sol 的 Codex CLI 破甲提示词与测试包。
参考并延展自 yynxxxxx/Codex-5.5-codex-instruct-5.5

本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。

提供两个等级的提示词:v5 结构更简单,足够应付多数场景并作为推荐选项;v35 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但建议仅在 v5 无法满足需求时使用。...

Robbyant/lingbot-world-v2

Stars: 1173 | Forks: 71

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 1055 | **Forks:** 2164 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin) **Stars:** 997 | **Forks:** 114 Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models. **README Preview:** # Three.js Object Sculptor Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code. Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 15, 2026

July 15, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions; 3. MDX-Tom/gpt-5.6-instruct - A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 3069 | Forks: 534

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Robbyant/lingbot-world-v2

Stars: 1132 | Forks: 66

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct) **Stars:** 1079 | **Forks:** 213 A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。 **README Preview:** # Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct **中文** | [English](README_EN.md) > 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。 > 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。 本项目提供大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。 提供两个等级的提示词:`v5` 结构更简单,足够应付多数场景并作为推荐选项;`v35` 进一步将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况,但**建议仅在 `v5` 无法满足需求时使用**。... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 1029 | **Forks:** 2104 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin) **Stars:** 977 | **Forks:** 114 Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models. **README Preview:** # Three.js Object Sculptor Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code. Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 14, 2026

July 14, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions; 3. x4gKing/3x-ui-Upgrade - No description provided.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 3028 | Forks: 529

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Robbyant/lingbot-world-v2

Stars: 1096 | Forks: 62

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 1021 | **Forks:** 2070 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct) **Stars:** 979 | **Forks:** 193 A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。 **README Preview:** # Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct **中文** | [English](README_EN.md) > 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。 > 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。 本项目提供一套大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。当前 `v35` 的主要改进是先将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况;项目同时提供可复现的测试、评测与迭代优化流程。 在 `gpt-5.6-sol` 的 120 条 `medium... ### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin) **Stars:** 957 | **Forks:** 112 Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models. **README Preview:** # Three.js Object Sculptor Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code. Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 14, 2026

July 14, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Robbyant/lingbot-world-v2 - Infinite Worlds with Versatile Interactions; 3. x4gKing/3x-ui-Upgrade - No description provided.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 2957 | Forks: 524

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Robbyant/lingbot-world-v2

Stars: 1055 | Forks: 60

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 970 | **Forks:** 1980 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ### [vinhhien112/Three.js-Object-Sculptor-Codex-Plugin](https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin) **Stars:** 903 | **Forks:** 106 Codex plugin that turns attached object images into code-only, animation-ready procedural Three.js models. **README Preview:** # Three.js Object Sculptor Turn the object in an attached image into a quality-gated, animation-ready procedural Three.js model built entirely with code. Three.js Object Sculptor is a Codex plugin for rebuilding the visible object in a user-provided attachment image as a code-only Three.js model. It does not try to do photogrammetry, download an art pack, or extract a perfect mesh from one image. Instead, it guides Codex through a sculpting workflow: validate the image, describe the object pre... ### [MDX-Tom/gpt-5.6-instruct](https://github.com/MDX-Tom/gpt-5.6-instruct) **Stars:** 774 | **Forks:** 173 A Codex CLI jailbreak prompt and test pack for gpt-5.6-sol. 针对 gpt-5.6 系列的 Codex CLI 破甲提示词与测试包。 **README Preview:** # Codex gpt-5.6 破甲提示词及测试包 / gpt-5.6-sol-instruct **中文** | [English](README_EN.md) > 针对 `gpt-5.6-sol` 的 Codex CLI 破甲提示词与测试包。 > 参考并延展自 [yynxxxxx/Codex-5.5-codex-instruct-5.5](https://github.com/yynxxxxx/Codex-5.5-codex-instruct-5.5)。 本项目提供一套大模型越狱/破甲提示词,将安全研究、渗透测试、逆向工程、软件破解与 NSFW 虚构内容统一声明为本地沙箱任务,显式压制拒绝/回退话术。当前 `v35` 的主要改进是先将具体名称与网址归一化为占位符,再按中英文复合意图族统一路由,减少只完成部分子任务的情况;项目同时提供可复现的测试、评测与迭代优化流程。 在 `gpt-5.6-sol` 的 120 条 `medium... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 13, 2026

July 13, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. oso95/scroll-world - A skill that turn any brand into a scrollable 3D world

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 2871 | Forks: 511

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1860 | Forks: 61

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

oso95/scroll-world

Stars: 1544 | Forks: 202

A skill that turn any brand into a scrollable 3D world

README Preview:

scroll-world

https://github.com/user-attachments/assets/b08e641e-985b-4bd4-83ff-6750272d0c37

An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies from outside each scene into its interior, then flows on to the next scene with no cuts. One continuous connected flight through a little generated world (th...

Robbyant/lingbot-world-v2

Stars: 1011 | Forks: 54

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 927 | **Forks:** 1937 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 13, 2026

July 13, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. oso95/scroll-world - A skill that turn any brand into a scrollable 3D world

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 2766 | Forks: 503

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1828 | Forks: 59

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

oso95/scroll-world

Stars: 1359 | Forks: 185

A skill that turn any brand into a scrollable 3D world

README Preview:

scroll-world

https://github.com/user-attachments/assets/b08e641e-985b-4bd4-83ff-6750272d0c37

An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies from outside each scene into its interior, then flows on to the next scene with no cuts. One continuous connected flight through a little generated world (th...

Robbyant/lingbot-world-v2

Stars: 956 | Forks: 49

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ### [x4gKing/3x-ui-Upgrade](https://github.com/x4gKing/3x-ui-Upgrade) **Stars:** 896 | **Forks:** 1867 No description provided. **README Preview:** # (3x-ui fork) روی Railway با یک پورت واحد این ریپازیتوری، پنل Heimdall (نسخه‌ی بهبودیافته‌ی 3x-ui از sh7CBAC) را به همراه یک nginx reverse proxy اجرا می‌کند که پنل، ساب‌اسکریپشن و اینباند VLESS/WebSocket را از طریق **یک پورت واحد** (همان پورتی که Railway اختصاص می‌دهد) در دسترس می‌گذارد — دقیقاً همون معماری که برای x4gKing/3x-ui-Upgrade ساختیم و تست شد. ## درباره‌ی دیتابیس Heimdall به‌صورت پیش‌فرض از **SQLite** استفاده می‌کند (نیازی به Postgres نیست، مگر بخواهید تعداد کاربر خیلی بالایی داشت... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 12, 2026

July 12, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. MaximeRivest/riddle - The diary of Tom Riddle for the reMarkable Paper Pro — write

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 2638 | Forks: 481

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1808 | Forks: 59

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

MaximeRivest/riddle

Stars: 1458 | Forks: 122

The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand

README Preview:

riddle — the diary of Tom Riddle, for the reMarkable Paper Pro

Write on the page with your pen. After a pause, the diary drinks your ink — your words fade into the paper — the page thinks for a moment, and an answer writes itself back in a flowing hand, stroke by stroke, then fades away.

No screen glow, no keyboard, no chat UI. Just ink appearing on paper.

This is the diary from the demo.

🪄 New to this? Start here

You need a reMarkable Paper Pro...

oso95/scroll-world

Stars: 1117 | Forks: 150

A skill that turn any brand into a scrollable 3D world

README Preview:

scroll-world

https://github.com/user-attachments/assets/b08e641e-985b-4bd4-83ff-6750272d0c37

An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies from outside each scene into its interior, then flows on to the next scene with no cuts. One continuous connected flight through a little generated world (th...

Robbyant/lingbot-world-v2

Stars: 903 | Forks: 46

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 12, 2026

July 12, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. withmarbleapp/os-taxonomy - No description provided.; 2. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo; 3. MaximeRivest/riddle - The diary of Tom Riddle for the reMarkable Paper Pro — write

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

withmarbleapp/os-taxonomy

Stars: 2481 | Forks: 462

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1780 | Forks: 59

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

MaximeRivest/riddle

Stars: 1427 | Forks: 119

The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand

README Preview:

riddle — the diary of Tom Riddle, for the reMarkable Paper Pro

Write on the page with your pen. After a pause, the diary drinks your ink — your words fade into the paper — the page thinks for a moment, and an answer writes itself back in a flowing hand, stroke by stroke, then fades away.

No screen glow, no keyboard, no chat UI. Just ink appearing on paper.

This is the diary from the demo.

🪄 New to this? Start here

You need a reMarkable Paper Pro...

oso95/scroll-world

Stars: 937 | Forks: 105

A skill that turn any brand into a scrollable 3D world

README Preview:

scroll-world

https://github.com/user-attachments/assets/b08e641e-985b-4bd4-83ff-6750272d0c37

An agent skill — for Claude Code, Codex, and any SKILL.md-compatible agent — that builds an immersive, scroll-scrubbed "fly through the world" landing page for any industry or brand — the kind where, as you scroll, a camera flies from outside each scene into its interior, then flows on to the next scene with no cuts. One continuous connected flight through a little generated world (th...

Robbyant/lingbot-world-v2

Stars: 823 | Forks: 38

Infinite Worlds with Versatile Interactions

README Preview:

Infinite Worlds with Versatile Interactions

Robbyant Team
[![Page](https://img.shields.io/badge/%F0%9F%8C%90%20Project%20Page-Demo-00bfff)](https://technology.robbyant.com/lingbot-world-v2) [![Tech Report](https://img.shields.io/static/v1?label=Paper&message=PDF&color=red&logo=arxiv)](https://arxiv.org/abs/2607.07534) [![Model](https://img.shields.io/static/v1?label=%F0%9F%A4%97%20Model&message=Huggin... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 11, 2026

July 11, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. x4gKing/X4G - No description provided.; 2. withmarbleapp/os-taxonomy - No description provided.; 3. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

x4gKing/X4G

Stars: 4398 | Forks: 8336

No description provided.

README Preview:

کانال یوتوب : https://www.youtube.com/@X4GHUB

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفه‌ای و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک، سرعت و آی‌پی.

✨ ویژگی‌ها

  • 🔌 تونل VLESS روی چند ترابرد قابل‌انتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
  • 🌐 HTTP Proxy داخلی
  • 📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...

withmarbleapp/os-taxonomy

Stars: 2338 | Forks: 429

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1751 | Forks: 58

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

ammaarreshi/Generals-Mac-iOS-iPad

Stars: 1414 | Forks: 119

Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.

README Preview:

Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS

IMG_3457_500

Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin...

MaximeRivest/riddle

Stars: 1389 | Forks: 116

The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand

README Preview:

riddle — the diary of Tom Riddle, for the reMarkable Paper Pro

Write on the page with your pen. After a pause, the diary drinks your ink — your words fade into the paper — the page thinks for a moment, and an answer writes itself back in a flowing hand, stroke by stroke, then fades away.

No screen glow, no keyboard, no chat UI. Just ink appearing on paper.

This is the diary from the demo.

🪄 New to this? Start here

You need a reMarkable Paper Pro...

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 11, 2026

July 11, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. x4gKing/X4G - No description provided.; 2. withmarbleapp/os-taxonomy - No description provided.; 3. Shpigford/knockoff - Chrome extension that filters pseudo-brand junk out of Amazo

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

x4gKing/X4G

Stars: 4087 | Forks: 7745

No description provided.

README Preview:

کانال یوتوب : https://www.youtube.com/@X4GHUB

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفه‌ای و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک، سرعت و آی‌پی.

✨ ویژگی‌ها

  • 🔌 تونل VLESS روی چند ترابرد قابل‌انتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
  • 🌐 HTTP Proxy داخلی
  • 📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...

withmarbleapp/os-taxonomy

Stars: 2214 | Forks: 400

No description provided.

README Preview:

Marble Skill Taxonomy

An open, structured taxonomy of what children learn across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by Marble.

Version: v1 · Topics: 1,590 · Prerequisite edges: 3,221 · Subjects: 8

See it

![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](...

Shpigford/knockoff

Stars: 1716 | Forks: 54

Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands.

README Preview:

Knockoff: Amazon, without the knockoffs

Knockoff

A browser extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands, even when that means paying more.

Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis...

ammaarreshi/Generals-Mac-iOS-iPad

Stars: 1407 | Forks: 118

Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.

README Preview:

Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS

IMG_3457_500

Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin...

MaximeRivest/riddle

Stars: 1353 | Forks: 111

The diary of Tom Riddle for the reMarkable Paper Pro — write with your pen, the page drinks your ink and answers in a flowing hand

README Preview:

riddle — the diary of Tom Riddle, for the reMarkable Paper Pro

Write on the page with your pen. After a pause, the diary drinks your ink — your words fade into the paper — the page thinks for a moment, and an answer writes itself back in a flowing hand, stroke by stroke, then fades away.

No screen glow, no keyboard, no chat UI. Just ink appearing on paper.

This is the diary from the demo.

🪄 New to this? Start here

You need a reMarkable Paper Pro...

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 10, 2026

July 10, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. x4gKing/X4G - No description provided.; 2. synthetic-sciences/openscience - The open-source AI workbench for scientific research; 3. withmarbleapp/os-taxonomy - No description provided.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

x4gKing/X4G

Stars: 3845 | Forks: 7276

No description provided.

README Preview:

کانال یوتوب : https://www.youtube.com/@X4GHUB

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفه‌ای و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک، سرعت و آی‌پی.

✨ ویژگی‌ها

  • 🔌 تونل VLESS روی چند ترابرد قابل‌انتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
  • 🌐 HTTP Proxy داخلی
  • 📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...

synthetic-sciences/openscience

Stars: 2062 | Forks: 294

The open-source AI workbench for scientific research

README Preview:

OpenScience ### The open-source AI workbench for scientific research Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[![CI](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml/badge.svg)](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/%40synsci%2Fopenscience?labe... ### [withmarbleapp/os-taxonomy](https://github.com/withmarbleapp/os-taxonomy) **Stars:** 2000 | **Forks:** 356 No description provided. **README Preview:** # Marble Skill Taxonomy An open, structured taxonomy of **what children learn** across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by [Marble](https://withmarble.com). > **Version:** `v1` · **Topics:** 1,590 · **Prerequisite edges:** 3,221 · **Subjects:** 8 ## See it ![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](... ### [xuchonglang/investing-for-beginners](https://github.com/xuchonglang/investing-for-beginners) **Stars:** 1753 | **Forks:** 105 小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架 **README Preview:** # 投资入门指南 [![Website](https://img.shields.io/badge/官网-xiaoyinsi.com-111827)](https://xiaoyinsi.com/) [![Wiki](https://img.shields.io/badge/投资百科-Wiki-2563eb)](https://xiaoyinsi.com/wiki) [![License](https://img.shields.io/badge/内容许可-Proprietary-b91c1c)](LICENSE.md) ![Version](https://img.shields.io/badge/版本-V0.1-0ea5e9) **作者:徐冲浪** 这是一份面向中文投资者的公开投资入门指南,适合想从零开始了解美股、期权和加密货币,却不知道应该先学什么、怎样建立完整知识框架的人。 指南不要求读者具备金融专业背景。内容从交易时间、订单类型、财务报表和基础估值讲起,再逐步延伸到期权定价、仓位管理、钱包安全、链上交易与常见骗局,帮助初学者看懂投资过程中真正会遇到的术语和操作问题。 ... ### [Shpigford/knockoff](https://github.com/Shpigford/knockoff) **Stars:** 1657 | **Forks:** 54 Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands. **README Preview:** ![Knockoff: Amazon, without the knockoffs](store-assets/promo-og.png) # Knockoff **A browser extension that filters pseudo-brand junk out of Amazon.** Buy from real, established brands, even when that means paying more. Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects those lis... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 10, 2026

July 10, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. x4gKing/X4G - No description provided.; 2. synthetic-sciences/openscience - The open-source AI workbench for scientific research; 3. xuchonglang/investing-for-beginners - 小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

x4gKing/X4G

Stars: 3441 | Forks: 6550

No description provided.

README Preview:

کانال یوتوب : https://www.youtube.com/@X4GHUB

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket و XHTTP + HTTP Proxy، با داشبورد مدیریتی زیبا، ربات مدیریت تلگرام، صفحات ساب حرفه‌ای و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک، سرعت و آی‌پی.

✨ ویژگی‌ها

  • 🔌 تونل VLESS روی چند ترابرد قابل‌انتخاب: WebSocket، XHTTP (packet-up) و XHTTP (stream-up)
  • 🌐 HTTP Proxy داخلی
  • 📊 داشبورد مدیریتی کامل (آمار، نمودار ترافیک ساعتی،...

synthetic-sciences/openscience

Stars: 1978 | Forks: 284

The open-source AI workbench for scientific research

README Preview:

OpenScience ### The open-source AI workbench for scientific research Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[![CI](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml/badge.svg)](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/%40synsci%2Fopenscience?labe... ### [xuchonglang/investing-for-beginners](https://github.com/xuchonglang/investing-for-beginners) **Stars:** 1666 | **Forks:** 100 小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架 **README Preview:** # 投资入门指南 [![Website](https://img.shields.io/badge/官网-xiaoyinsi.com-111827)](https://xiaoyinsi.com/) [![Wiki](https://img.shields.io/badge/投资百科-Wiki-2563eb)](https://xiaoyinsi.com/wiki) [![License](https://img.shields.io/badge/内容许可-Proprietary-b91c1c)](LICENSE.md) ![Version](https://img.shields.io/badge/版本-V0.1-0ea5e9) **作者:徐冲浪** 这是一份面向中文投资者的公开投资入门指南,适合想从零开始了解美股、期权和加密货币,却不知道应该先学什么、怎样建立完整知识框架的人。 指南不要求读者具备金融专业背景。内容从交易时间、订单类型、财务报表和基础估值讲起,再逐步延伸到期权定价、仓位管理、钱包安全、链上交易与常见骗局,帮助初学者看懂投资过程中真正会遇到的术语和操作问题。 ... ### [withmarbleapp/os-taxonomy](https://github.com/withmarbleapp/os-taxonomy) **Stars:** 1612 | **Forks:** 292 No description provided. **README Preview:** # Marble Skill Taxonomy An open, structured taxonomy of **what children learn** across the primary/elementary years — decomposed into fine-grained "micro-topics", wired into a prerequisite graph, and aligned to national curriculum standards. Produced by [Marble](https://withmarble.com). > **Version:** `v1` · **Topics:** 1,590 · **Prerequisite edges:** 3,221 · **Subjects:** 8 ## See it ![The taxonomy as a rotating 3D graph: every dot a micro-topic, colored by subject, wired by prerequisites](... ### [Shpigford/knockoff](https://github.com/Shpigford/knockoff) **Stars:** 1584 | **Forks:** 50 Chrome extension that filters pseudo-brand junk out of Amazon. Buy from real, established brands. **README Preview:** ![Knockoff: Amazon, without the knockoffs](store-assets/promo-marquee.png) # Knockoff **A browser extension that filters pseudo-brand junk out of Amazon.** Buy from real, established brands, even when that means paying more. Amazon is flooded with trademark-squat "brands" (SZHLUX, HORUSDY, LATTOOK, DOZAWA...): random strings registered at the USPTO purely to unlock Amazon Brand Registry, selling commodity goods with no company, no warranty, and no reputation behind them. Knockoff detects thos... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 09, 2026

July 09, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 4104 | Forks: 880

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST 🌩️

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒...

x4gKing/X4G

Stars: 3198 | Forks: 6063

No description provided.

README Preview:

آموزش ویدیویی : https://www.youtube.com/watch?v=kx06wLWldE8&t=4s

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket + HTTP Proxy، با داشبورد مدیریتی زیبا و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 09, 2026

July 09, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 3933 | Forks: 848

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST 🌩️

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒...

x4gKing/X4G

Stars: 2546 | Forks: 4939

No description provided.

README Preview:

آموزش ویدیویی : https://www.youtube.com/watch?v=kx06wLWldE8&t=4s

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket + HTTP Proxy، با داشبورد مدیریتی زیبا و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 08, 2026

July 08, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. x4gKing/X4G - No description provided.; 3. synthetic-sciences/openscience - The open-source AI workbench for scientific research

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 3773 | Forks: 822

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST 🌩️

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒...

x4gKing/X4G

Stars: 2030 | Forks: 4063

No description provided.

README Preview:

آموزش ویدیویی : https://www.youtube.com/watch?v=kx06wLWldE8&t=4s

🚀 X4G

دروازه (Gateway) سریع و مدرن برای تونل‌زنی VLESS روی WebSocket + HTTP Proxy، با داشبورد مدیریتی زیبا و قابلیت ساخت لینک‌های اختصاصی با محدودیت ترافیک.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 08, 2026

July 08, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. synthetic-sciences/openscience - The open-source AI workbench for scientific research; 3. ammaarreshi/Generals-Mac-iOS-iPad - Command & Conquer Generals: Zero Hour running natively on ma

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 3425 | Forks: 775

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST 🌩️

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒...

synthetic-sciences/openscience

Stars: 1465 | Forks: 203

The open-source AI workbench for scientific research

README Preview:

OpenScience ### The open-source AI workbench for scientific research Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[![CI](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml/badge.svg)](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/%40synsci%2Fopenscience?labe... ### [ammaarreshi/Generals-Mac-iOS-iPad](https://github.com/ammaarreshi/Generals-Mac-iOS-iPad) **Stars:** 1307 | **Forks:** 104 Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included. **README Preview:** # Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS IMG_3457_500 **Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad** — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin... ### [isjiamu/gzh-design-skill](https://github.com/isjiamu/gzh-design-skill) **Stars:** 1235 | **Forks:** 137 把 Markdown 一键排成可直接粘进公众号编辑器的精致 HTML —— 6 套精选主题 + 主题生成器 + 双关卡校验。An AI-agent skill that turns Markdown into paste-ready WeChat article HTML. **README Preview:** > 🤝 **本项目由 甲木 × [「摸鱼小李」](https://mp.weixin.qq.com/s/EMahAzgfAbRQrYukWE7_IQ) 联名共建** —— 排版组件、主题设计与质量标准凝聚了两人的公众号实践与共同打磨,特别感谢小李。
# gzh-design-skill · 公众号排版技能 **把 Markdown 一键排成可直接粘贴进微信公众号编辑器的精致 HTML** 6 套精选主题 + 主题生成器 · 代码块/图片/GIF · 自动章节编号与关键词标记 · 双关卡质量校验 [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Skill-blue)](https://claude.ai/code) [![Themes](https://img.shields.io/badge... ### [jamesob/local-llm](https://github.com/jamesob/local-llm) **Stars:** 1204 | **Forks:** 72 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... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 07, 2026

July 07, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 3147 | Forks: 723

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST 🌩️

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒...

mekos2772/ios-location-spoofer

Stars: 1497 | Forks: 231

Standalone iOS app to spoof GPS location without jailbreak. Includes Shadowrocket/Surge/Loon/QX/Stash module.

README Preview:

iOS Location Spoofer

English · 中文

用代理软件的 HTTPS 解密功能,把 Apple 地图定位骗到世界任何角落。

📖 新手直接看这篇小白保姆级图文教程(一步步教你安装、配置、生效,含常见问题排查)

参考项目

本项目基于 acheong08/ios-location-spoofer 的核心研究。原始项目是用 Go 写的独立 iOS App,通过自建 VPN + MITM 代理实现定位欺骗。

本仓库将其核心逻辑移植为 JavaScript,适配到 Shadowrocket / Surge / Loon / Quantumult X / Stash 五个代理平台,免编译、免开发者账号,即导即用。

相比原版新增的功能

  • 多平台支持 — 从单一 iOS App 扩展到五个代理软件,覆盖更多用户
  • 蜂窝基站坐标修改 — ...

HUANGCHIHHUNGLeo/claude-real-video

Stars: 1347 | Forks: 90

Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

README Preview:

claude-real-video

PyPI Python 3.10+ License: MIT HN front page

Let Claude — or any LLM — actually watch a video.

!...

ammaarreshi/Generals-Mac-iOS-iPad

Stars: 1259 | Forks: 95

Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.

README Preview:

Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS

IMG_3457_500

Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin...

synthetic-sciences/openscience

Stars: 1236 | Forks: 171

The open-source AI workbench for scientific research

README Preview:

OpenScience ### The open-source AI workbench for scientific research Give it a goal. It reads the literature, writes and runs code, runs the experiments, and writes up what it found.
[![CI](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml/badge.svg)](https://github.com/synthetic-sciences/OpenScience/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/%40synsci%2Fopenscience?labe... ---

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 07, 2026

July 07, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 2757 | Forks: 648

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒▒ ...

mekos2772/ios-location-spoofer

Stars: 1463 | Forks: 228

Standalone iOS app to spoof GPS location without jailbreak. Includes Shadowrocket/Surge/Loon/QX/Stash module.

README Preview:

iOS Location Spoofer

English · 中文

用代理软件的 HTTPS 解密功能,把 Apple 地图定位骗到世界任何角落。

📖 新手直接看这篇小白保姆级图文教程(一步步教你安装、配置、生效,含常见问题排查)

参考项目

本项目基于 acheong08/ios-location-spoofer 的核心研究。原始项目是用 Go 写的独立 iOS App,通过自建 VPN + MITM 代理实现定位欺骗。

本仓库将其核心逻辑移植为 JavaScript,适配到 Shadowrocket / Surge / Loon / Quantumult X / Stash 五个代理平台,免编译、免开发者账号,即导即用。

相比原版新增的功能

  • 多平台支持 — 从单一 iOS App 扩展到五个代理软件,覆盖更多用户
  • 蜂窝基站坐标修改 — ...

HUANGCHIHHUNGLeo/claude-real-video

Stars: 1290 | Forks: 79

Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

README Preview:

claude-real-video

PyPI Python 3.10+ License: MIT HN front page

Let Claude — or any LLM — actually watch a video.

!...

ammaarreshi/Generals-Mac-iOS-iPad

Stars: 1185 | Forks: 85

Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.

README Preview:

Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS

IMG_3457_500

Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin...

jamesob/local-llm

Stars: 1090 | Forks: 65

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.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 06, 2026

July 06, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 2447 | Forks: 588

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒▒ ...

mekos2772/ios-location-spoofer

Stars: 1421 | Forks: 221

Standalone iOS app to spoof GPS location without jailbreak. Includes Shadowrocket/Surge/Loon/QX/Stash module.

README Preview:

iOS Location Spoofer

English · 中文

用代理软件的 HTTPS 解密功能,把 Apple 地图定位骗到世界任何角落。

📖 新手直接看这篇小白保姆级图文教程(一步步教你安装、配置、生效,含常见问题排查)

参考项目

本项目基于 acheong08/ios-location-spoofer 的核心研究。原始项目是用 Go 写的独立 iOS App,通过自建 VPN + MITM 代理实现定位欺骗。

本仓库将其核心逻辑移植为 JavaScript,适配到 Shadowrocket / Surge / Loon / Quantumult X / Stash 五个代理平台,免编译、免开发者账号,即导即用。

相比原版新增的功能

  • 多平台支持 — 从单一 iOS App 扩展到五个代理软件,覆盖更多用户
  • 蜂窝基站坐标修改 — ...

HUANGCHIHHUNGLeo/claude-real-video

Stars: 1206 | Forks: 73

Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

README Preview:

claude-real-video

PyPI Python 3.10+ License: MIT HN front page

Let Claude — or any LLM — actually watch a video.

!...

ammaarreshi/Generals-Mac-iOS-iPad

Stars: 1078 | Forks: 77

Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.

README Preview:

Command & Conquer Generals: Zero Hour — macOS, iOS & iPadOS

IMG_3457_500

Zero Hour running natively on Apple Silicon Macs, iPhone, and iPad — campaign, skirmish, and Generals Challenge, with touch controls built for RTS (tap-select, drag-box, long-press deselect, two-finger scroll, pinch zoom). No emulation: this is the real 2003 engine compiled for ARM64, renderin...

jamesob/local-llm

Stars: 1037 | Forks: 61

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.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 06, 2026

July 06, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. elder-plinius/T3MP3ST - autonomous red teaming platform; multi-agent offensive-secur; 2. mekos2772/ios-location-spoofer - Standalone iOS app to spoof GPS location without jailbreak. ; 3. HUANGCHIHHUNGLeo/claude-real-video - Let Claude (or any LLM) actually watch a video — scene-aware

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

elder-plinius/T3MP3ST

Stars: 1875 | Forks: 464

autonomous red teaming platform; multi-agent offensive-security meta-harness

README Preview:

🌩️ T3MP3ST

``` ▄▄▄█████▓▓█████ ███▄ ▄███▓ ██▓███ ▓█████ ██████ ▄▄▄█████▓ ▓ ██▒ ▓▒▓█ ▀ ▓██▒▀█▀ ██▒▓██░ ██▒▓█ ▀ ▒██ ▒ ▓ ██▒ ▓▒ ▒ ▓██░ ▒░▒███ ▓██ ▓██░▓██░ ██▓▒▒███ ░ ▓██▄ ▒ ▓██░ ▒░ ░ ▓██▓ ░ ▒▓█ ▄ ▒██ ▒██ ▒██▄█▓▒ ▒▒▓█ ▄ ▒ ██▒░ ▓██▓ ░ ▒██▒ ░ ░▒████▒▒██▒ ░██▒▒██▒ ░ ░░▒████▒▒██████▒▒ ...

mekos2772/ios-location-spoofer

Stars: 1345 | Forks: 200

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...

HUANGCHIHHUNGLeo/claude-real-video

Stars: 1045 | Forks: 62

Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

README Preview:

claude-real-video

PyPI Python 3.10+ License: MIT HN front page

Let Claude — or any LLM — actually watch a video.

!...

jamesob/local-llm

Stars: 939 | Forks: 54

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.

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 05, 2026

July 05, 2026 — Rik Bon

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: 1631 | Forks: 143

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: 1425 | Forks: 399

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 05, 2026

July 05, 2026 — Rik Bon

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 04, 2026

July 04, 2026 — Rik Bon

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: 1563 | Forks: 133

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: 1363 | Forks: 389

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 04, 2026

July 04, 2026 — Rik Bon

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: 1526 | Forks: 129

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: 1307 | Forks: 380

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 03, 2026

July 03, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. deepseek-ai/DeepSpec - DeepSpec: a full-stack codebase for training and evaluating ; 2. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net; 3. yynxxxxx/Codex-5.5-codex-instruct-5.5 - No description provided.

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

deepseek-ai/DeepSpec

Stars: 6017 | Forks: 505

DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms

README Preview:

DeepSpec

DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.

Environment

Install the Python dependencies:

bash python -m pip install -r requirements.txt

Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...

Krishnagangwal/CS-Fundamentals

Stars: 1498 | Forks: 125

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: 1279 | Forks: 370

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 03, 2026

July 03, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. deepseek-ai/DeepSpec - DeepSpec: a full-stack codebase for training and evaluating ; 2. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net; 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.

deepseek-ai/DeepSpec

Stars: 5904 | Forks: 485

DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms

README Preview:

DeepSpec

DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.

Environment

Install the Python dependencies:

bash python -m pip install -r requirements.txt

Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...

Krishnagangwal/CS-Fundamentals

Stars: 1452 | Forks: 120

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) ...

mekos2772/ios-location-spoofer

Stars: 1160 | Forks: 164

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...

yynxxxxx/Codex-5.5-codex-instruct-5.5

Stars: 1134 | Forks: 341

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Hero Image

GitHub Trending Repos - July 02, 2026

July 02, 2026 — Rik Bon

Tags: github, opensource, development, ai, tools, programming

TL;DR: 1. deepseek-ai/DeepSpec - DeepSpec: a full-stack codebase for training and evaluating ; 2. baairon/torlink - A sleek, zero-setup torrent finder and downloader that lives; 3. Krishnagangwal/CS-Fundamentals - Curated CS fundamentals for placement prep: DSA,Computer Net

This Week's Hottest GitHub Repositories

Weekly roundup of trending open-source projects. Each repository measured by star growth over the past 7 days.

deepseek-ai/DeepSpec

Stars: 5857 | Forks: 478

DeepSpec: a full-stack codebase for training and evaluating speculative decoding algorithms

README Preview:

DeepSpec

DeepSpec is a full-stack codebase for training and evaluating draft models for speculative decoding. It contains data preparation utilities, draft model implementations, training code, and evaluation scripts.

Environment

Install the Python dependencies:

bash python -m pip install -r requirements.txt

Data preparation additionally requires an inference engine to serve the target model when regenerating answers; see scripts/data/README.md for de...

baairon/torlink

Stars: 2470 | Forks: 164

A sleek, zero-setup torrent finder and downloader that lives right in your terminal.

README Preview:

torlink, curated torrents straight from your terminal

Finding a torrent these days sucks. One site is a minefield of fake download buttons. Another hides the real link under a popup that spawns two more tabs. And after all that, half the results are dead, zero seeders.

torlink is a torrent finder that lives in your terminal, with zero setup and nothing to configure. One search ch...

Krishnagangwal/CS-Fundamentals

Stars: 1414 | Forks: 115

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: 1101 | Forks: 337

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

License: MIT Python 3.8+

Read more...

Comments? Tweet  

Questo sito utilizza i cookie per garantire una migliore esperienza di navigazione. Accetti l'uso dei cookie?