Skip to content

Commit 1e84e69

Browse files
Remove repos with failed builds (API timeout/stack overflow)
Keep only repos that successfully built and are live. Removed: next.js, django, go, rust, deno, bun, transformers, supabase, spring-boot, spring-framework, guava, elasticsearch, kafka, flink, pytorch, nest, prisma, webpack, grafana Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3df925b commit 1e84e69

File tree

1 file changed

+24
-119
lines changed

1 file changed

+24
-119
lines changed

repos.yaml

Lines changed: 24 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ categories:
3535
description: "A JavaScript library for building user interfaces"
3636
pill: "Frontend"
3737
pill_class: "pill-blue"
38-
- name: next.js
39-
upstream: vercel/next.js
40-
description: "The React Framework"
41-
pill: "Frontend"
42-
pill_class: "pill-blue"
4338
- name: vue
4439
upstream: vuejs/vue
4540
description: "A progressive JavaScript framework for building UI on the web"
@@ -65,51 +60,26 @@ categories:
6560
description: "The Python micro framework for building web applications"
6661
pill: "Backend"
6762
pill_class: "pill-green"
68-
- name: django
69-
upstream: django/django
70-
description: "The web framework for perfectionists with deadlines"
71-
pill: "Backend"
63+
- name: fastapi
64+
upstream: tiangolo/fastapi
65+
description: "Modern, fast web framework for building APIs with Python based on type hints"
66+
pill: "Python"
7267
pill_class: "pill-green"
73-
- name: go
74-
upstream: golang/go
75-
description: "The Go programming language"
76-
pill: "Language"
77-
pill_class: "pill-accent"
78-
- name: rust
79-
upstream: rust-lang/rust
80-
description: "The Rust programming language"
81-
pill: "Language"
82-
pill_class: "pill-accent"
83-
- name: deno
84-
upstream: denoland/deno
85-
description: "A modern runtime for JavaScript and TypeScript"
86-
pill: "Runtime"
87-
pill_class: "pill-accent"
88-
- name: bun
89-
upstream: oven-sh/bun
90-
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager"
91-
pill: "Runtime"
92-
pill_class: "pill-accent"
9368
- name: langchain
9469
upstream: langchain-ai/langchain
9570
description: "Build context-aware reasoning applications"
9671
pill: "AI/ML"
9772
pill_class: "pill-orange"
98-
- name: transformers
99-
upstream: huggingface/transformers
100-
description: "State-of-the-art Machine Learning for PyTorch, TensorFlow, and JAX"
101-
pill: "AI/ML"
102-
pill_class: "pill-orange"
10373
- name: anthropic-sdk-python
10474
upstream: anthropics/anthropic-sdk-python
10575
description: "The official Python library for the Anthropic API"
10676
pill: "AI/ML"
10777
pill_class: "pill-orange"
108-
- name: supabase
109-
upstream: supabase/supabase
110-
description: "The open source Firebase alternative"
111-
pill: "Database"
112-
pill_class: "pill-green"
78+
- name: scikit-learn
79+
upstream: scikit-learn/scikit-learn
80+
description: "Machine learning in Python — simple and efficient tools for data analysis"
81+
pill: "AI/ML"
82+
pill_class: "pill-orange"
11383
- name: drizzle-orm
11484
upstream: drizzle-team/drizzle-orm
11585
description: "TypeScript ORM that lets you think in SQL"
@@ -130,31 +100,21 @@ categories:
130100
description: "The web framework for content-driven websites"
131101
pill: "Meta-framework"
132102
pill_class: "pill-accent"
133-
- name: spring-boot
134-
upstream: spring-projects/spring-boot
135-
description: "Build production-ready Spring applications with minimal configuration"
136-
pill: "Java"
137-
pill_class: "pill-orange"
138-
- name: spring-framework
139-
upstream: spring-projects/spring-framework
140-
description: "The foundational framework for enterprise Java development"
141-
pill: "Java"
142-
pill_class: "pill-orange"
143-
- name: guava
144-
upstream: google/guava
145-
description: "Google core libraries for Java — collections, caching, concurrency, and more"
146-
pill: "Java"
147-
pill_class: "pill-orange"
148-
- name: elasticsearch
149-
upstream: elastic/elasticsearch
150-
description: "Free and open distributed search and analytics engine"
151-
pill: "Java"
152-
pill_class: "pill-orange"
153-
- name: kafka
154-
upstream: apache/kafka
155-
description: "Distributed event streaming platform for high-performance data pipelines"
156-
pill: "Java"
157-
pill_class: "pill-orange"
103+
- name: trpc
104+
upstream: trpc/trpc
105+
description: "End-to-end typesafe APIs made easy"
106+
pill: "TypeScript"
107+
pill_class: "pill-blue"
108+
- name: zod
109+
upstream: colinhacks/zod
110+
description: "TypeScript-first schema validation with static type inference"
111+
pill: "TypeScript"
112+
pill_class: "pill-blue"
113+
- name: requests
114+
upstream: psf/requests
115+
description: "A simple, yet elegant, HTTP library for Python"
116+
pill: "Python"
117+
pill_class: "pill-green"
158118
- name: RxJava
159119
upstream: ReactiveX/RxJava
160120
description: "Reactive extensions for the JVM — composable asynchronous programming"
@@ -175,51 +135,6 @@ categories:
175135
description: "Asynchronous event-driven network application framework for Java"
176136
pill: "Java"
177137
pill_class: "pill-orange"
178-
- name: flink
179-
upstream: apache/flink
180-
description: "Stream processing framework for distributed, high-performing data pipelines"
181-
pill: "Java"
182-
pill_class: "pill-orange"
183-
- name: fastapi
184-
upstream: tiangolo/fastapi
185-
description: "Modern, fast web framework for building APIs with Python based on type hints"
186-
pill: "Python"
187-
pill_class: "pill-green"
188-
- name: pytorch
189-
upstream: pytorch/pytorch
190-
description: "Tensors and dynamic neural networks in Python with strong GPU acceleration"
191-
pill: "AI/ML"
192-
pill_class: "pill-orange"
193-
- name: scikit-learn
194-
upstream: scikit-learn/scikit-learn
195-
description: "Machine learning in Python — simple and efficient tools for data analysis"
196-
pill: "AI/ML"
197-
pill_class: "pill-orange"
198-
- name: requests
199-
upstream: psf/requests
200-
description: "A simple, yet elegant, HTTP library for Python"
201-
pill: "Python"
202-
pill_class: "pill-green"
203-
- name: nest
204-
upstream: nestjs/nest
205-
description: "A progressive Node.js framework for building scalable server-side applications"
206-
pill: "Backend"
207-
pill_class: "pill-green"
208-
- name: prisma
209-
upstream: prisma/prisma
210-
description: "Next-generation ORM for Node.js and TypeScript"
211-
pill: "Database"
212-
pill_class: "pill-green"
213-
- name: trpc
214-
upstream: trpc/trpc
215-
description: "End-to-end typesafe APIs made easy"
216-
pill: "TypeScript"
217-
pill_class: "pill-blue"
218-
- name: zod
219-
upstream: colinhacks/zod
220-
description: "TypeScript-first schema validation with static type inference"
221-
pill: "TypeScript"
222-
pill_class: "pill-blue"
223138
- name: gin
224139
upstream: gin-gonic/gin
225140
description: "The fastest full-featured HTTP web framework for Go"
@@ -240,18 +155,8 @@ categories:
240155
description: "Next generation frontend tooling — fast, lean, and flexible"
241156
pill: "Build Tool"
242157
pill_class: "pill-blue"
243-
- name: webpack
244-
upstream: webpack/webpack
245-
description: "A bundler for JavaScript and friends"
246-
pill: "Build Tool"
247-
pill_class: "pill-blue"
248158
- name: terraform
249159
upstream: hashicorp/terraform
250160
description: "Infrastructure as code — safely and predictably provision infrastructure"
251161
pill: "DevOps"
252162
pill_class: "pill-green"
253-
- name: grafana
254-
upstream: grafana/grafana
255-
description: "The open and composable observability and data visualization platform"
256-
pill: "DevOps"
257-
pill_class: "pill-green"

0 commit comments

Comments
 (0)