Skip to content

Commit ffb746a

Browse files
committed
Better notes
1 parent 4a36473 commit ffb746a

2 files changed

Lines changed: 124 additions & 3 deletions

File tree

pages/Awesome random Repos.md

Lines changed: 123 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,123 @@
1-
- [[peperclip]] - The human control plane for AI labor
2-
- [[kestra]] - One Platform   to   Run & Control All Your Workflows
1+
---
2+
seoTitle: Awesome Random GitHub Repositories – Cool Open-Source Projects
3+
description: "A curated list of awesome, unique, fun, and extremely useful random GitHub repositories, CLI tools, developer utilities, and open-source gems."
4+
keywords: "awesome repos, github repositories, cool github projects, open source, developer utilities, cli tools, fun coding projects, awesome lists"
5+
displayTitle: Awesome Random Repos
6+
enableToc: true
7+
---
8+
9+
- # Awesome Random Repos
10+
collapsed:: true
11+
- Welcome to the dedicated space for cool open-source projects, CLI tools, and random developer utilities that don't fit into a strict category but are extremely fun, useful, or mind-blowing to discover!
12+
-
13+
- ## 🤖 AI & Autonomous Agents
14+
collapsed:: true
15+
- [[peperclip]] :- The human control plane for AI labor. Run AI agents like employees inside a structured company with org charts, goals, budgets, and governance.
16+
collapsed:: true
17+
- **GitHub**: [paperclipai/paperclip](https://github.com/paperclipai/paperclip)
18+
- **Focus**: Human control plane, self-hosted, agent team management.
19+
- [[kestra]] :- One platform to build, run, and monitor all your workflows and data pipelines.
20+
collapsed:: true
21+
- **GitHub**: [kestra-io/kestra](https://github.com/kestra-io/kestra)
22+
- **Focus**: Event-driven orchestrator, YAML-based pipelines, high scalability.
23+
- **ollama** :- Get up and running with large language models locally. Run Llama 3, Mistral, Gemma, and other LLMs on your machine.
24+
collapsed:: true
25+
- **GitHub**: [ollama/ollama](https://github.com/ollama/ollama)
26+
- **Focus**: Local LLMs, CLI-based runner, clean API interface.
27+
- **AutoGPT** :- An experimental open-source attempt to make GPT-4 fully autonomous. One of the pioneering autonomous agent projects.
28+
collapsed:: true
29+
- **GitHub**: [Significant-Gravitas/AutoGPT](https://github.com/Significant-Gravitas/AutoGPT)
30+
- **Focus**: Autonomous agents, goal-driven execution, multi-agent runs.
31+
-
32+
- ## 🛠️ Beautiful & Modern CLI Tools
33+
- **fzf** :- A general-purpose command-line fuzzy finder. It is an interactive Unix filter for command-line that can be used with any list.
34+
- **GitHub**: [junegunn/fzf](https://github.com/junegunn/fzf)
35+
- **Focus**: Fuzzy search, terminal navigation, fast interactive filter.
36+
- **tldr** :- Collaborative cheatsheets for console commands. A simpler, community-driven alternative to traditional `man` pages.
37+
collapsed:: true
38+
- **GitHub**: [tldr-pages/tldr](https://github.com/tldr-pages/tldr)
39+
- **Focus**: Simplified command line documentation, practical examples.
40+
- **lazygit** :- A simple terminal UI for git commands, written in Go with the `gocui` library. Gives you the power of git in your keyboard.
41+
collapsed:: true
42+
- **GitHub**: [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit)
43+
- **Focus**: Git terminal UI, interactive staging, visual commit graph.
44+
- **glow** :- Render markdown on the CLI, with style! Bring your markdown documentation to life right in your terminal.
45+
collapsed:: true
46+
- **GitHub**: [charmbracelet/glow](https://github.com/charmbracelet/glow)
47+
- **Focus**: CLI Markdown viewer, styling customization, offline reader.
48+
- **bat** :- A `cat` clone with syntax highlighting, Git integration, and line numbers.
49+
collapsed:: true
50+
- **GitHub**: [sharkdp/bat](https://github.com/sharkdp/bat)
51+
- **Focus**: Cat alternative, automatic paging, syntax highlighting.
52+
- **eza** :- A modern, maintained replacement for the ancient `ls` command in Unix, written in Rust. Features color coding, file-type icons, and git integration.
53+
collapsed:: true
54+
- **GitHub**: [eza-community/eza](https://github.com/eza-community/eza)
55+
- **Focus**: Directory listing, visual tree structures, rich metadata.
56+
-
57+
- ## 🎨 Visual Utilities & Developer Tooling
58+
collapsed:: true
59+
- **carbon** :- Create and share beautiful images of your source code. Perfect for sharing code snippets on blogs, Twitter, or presentations.
60+
- **GitHub**: [carbon-app/carbon](https://github.com/carbon-app/carbon)
61+
- **Focus**: Beautiful code screenshots, syntax themes, highly customizable.
62+
- **excalidraw** :- A virtual whiteboard for sketching hand-drawn like diagrams. Collaborative, highly interactive, and beautiful.
63+
collapsed:: true
64+
- **GitHub**: [excalidraw/excalidraw](https://github.com/excalidraw/excalidraw)
65+
- **Focus**: Hand-drawn styling, diagrams, open-source collaborative whiteboard.
66+
- **mermaid** :- Generation of diagrams and flowcharts from text definitions in a similar manner as markdown.
67+
collapsed:: true
68+
- **GitHub**: [mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)
69+
- **Focus**: Markdown-based charting, flowcharts, sequence diagrams, gantt charts.
70+
- **jsoncrack** :- Visualize JSON structures as interactive 2D graphs.
71+
collapsed:: true
72+
- **GitHub**: [AykutSarac/jsoncrack.com](https://github.com/AykutSarac/jsoncrack.com)
73+
- **Focus**: JSON visualizer, graphical nodes, debugging helper.
74+
- **rembg** :- A Python tool and library to remove image backgrounds using deep learning models.
75+
collapsed:: true
76+
- **GitHub**: [danielgatis/rembg](https://github.com/danielgatis/rembg)
77+
- **Focus**: AI background removal, CLI utility, easy automation.
78+
- **localstack** :- A fully functional local AWS cloud stack. Develop and test your cloud & serverless apps offline.
79+
collapsed:: true
80+
- **GitHub**: [localstack/localstack](https://github.com/localstack/localstack)
81+
- **Focus**: Offline AWS simulation, local Lambda/S3/DynamoDB, cloud debugging.
82+
-
83+
- ## 📚 Learn by Recreating & Guides
84+
collapsed:: true
85+
- **build-your-own-x** :- Master programming by recreating your favorite technologies from scratch. Contains step-by-step guides to write your own Git, Database, Physics Engine, and more.
86+
collapsed:: true
87+
- **GitHub**: [codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x)
88+
- **Focus**: Hands-on learning, recreating core technologies, multi-language guides.
89+
- **system-design-primer** :- Learn how to design large-scale systems. Prep for system design interviews with this exhaustive, visual resource.
90+
collapsed:: true
91+
- **GitHub**: [donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)
92+
- **Focus**: System design, horizontal scaling, database sharding, caching.
93+
- **developer-roadmap** :- Community roadmaps, study plans, and paths for developers to navigate learning frontend, backend, devops, and security.
94+
collapsed:: true
95+
- **GitHub**: [kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap)
96+
- **Focus**: Career roadmaps, technology guides, educational paths.
97+
- **coding-interview-university** :- A complete computer science study plan to become a software engineer, originally created by a self-taught engineer to get hired at Amazon.
98+
collapsed:: true
99+
- **GitHub**: [jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)
100+
- **Focus**: Computer science theory, algorithms, data structures, interview prep.
101+
- **free-programming-books** :- A massive, community-maintained collection of free programming books, courses, podcasts, and cheat sheets in dozens of languages.
102+
collapsed:: true
103+
- **GitHub**: [EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)
104+
- **Focus**: Free learning resources, multi-language books, community curation.
105+
-
106+
- ## 🕹️ Creative, Nostalgic & Fun
107+
collapsed:: true
108+
- **cool-retro-term** :- A terminal emulator which mimics the look and feel of old cathode tube screens (CRTs). It is customizable, lightweight, and eye-candy.
109+
collapsed:: true
110+
- **GitHub**: [Swordfish90/cool-retro-term](https://github.com/Swordfish90/cool-retro-term)
111+
- **Focus**: Retro console aesthetics, CRT effects, theme presets.
112+
- **wttr.in** :- A console-oriented weather forecast service that supports various representation formats such as ANSI-sequences for console HTTP clients.
113+
collapsed:: true
114+
- **GitHub**: [chubin/wttr.in](https://github.com/chubin/wttr.in)
115+
- **Focus**: Terminal weather, ASCII art, zero-install weather check.
116+
- **three.js** :- A lightweight, easy-to-use, cross-browser JavaScript 3D library with an HTML5 canvas, SVG, and WebGL renderer.
117+
collapsed:: true
118+
- **GitHub**: [mrdoob/three.js](https://github.com/mrdoob/three.js)
119+
- **Focus**: Web 3D graphics, animations, GPU-accelerated rendering.
120+
- **kilo** :- A text editor written in less than 1000 lines of C code with syntax highlighting, search, and minimal dependencies. Excellent for studying how terminal text editors work.
121+
collapsed:: true
122+
- **GitHub**: [antirez/kilo](https://github.com/antirez/kilo)
123+
- **Focus**: Low-level C programming, terminal UI internals, source code study.

pages/Directed & Undirected Graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ treeTitle: DSA - Graphs - Directed & Undirected Graphs
218218
- # Variations & Related Concepts
219219
collapsed:: true
220220
- **Directed Acyclic Graph (DAG)**: A directed graph containing no cycles. Highly important for dependency modeling.
221-
- **Strongly Connected Component (SCC)**: A subset of vertices in a directed graph where every vertex is reachable from every other vertex in the subset. Found using [[kosarajus-algorithm]] or [[tarjans-algorithm]].
221+
- **Strongly Connected Component (SCC)**: A subset of vertices in a directed graph where every vertex is reachable from every other vertex in the subset. Found using [[Kosarajus Algorithm]] or [[tarjans-algorithm]].
222222
-
223223
- # Key Takeaways
224224
collapsed:: true

0 commit comments

Comments
 (0)