Github Top Repositories
13.9K subscribers
2.35K photos
59 videos
10 files
2.65K links
Top GitHub repositories in one place 🚀
Explore the best projects in programming, AI, data science, and more.
Download Telegram
Github Top Repositories
Photo
🎯 hyprwm/Hyprland landed on trending. Worth a proper look.

🔗 https://github.com/hyprwm/Hyprland
📝 Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
──────────────────────────────

Hyprland is a dynamic tiling Wayland compositor that offers a unique blend of looks and functionality. With its highly customizable nature, users can tailor the experience to their preferences. Key features include eyecandy such as gradient borders, blur, and animations, as well as powerful plugin support and a built-in plugin manager.

To get started, users can check out the installation guide and quick start tutorial. The compositor also boasts tearing support for improved gaming performance, custom bezier curves for smooth animations, and socket-based IPC for easy communication between components.

From a technical standpoint, Hyprland is 100% independent, with no dependencies on wlroots, libweston, kwin, or mutter. The codebase is easily expandable and readable, making it a great choice for developers who want to contribute.

The target audience for Hyprland includes power users who want a high degree of customization, developers who appreciate the fast and active development cycle, and anyone looking for a bleeding-edge Wayland compositor.

In short, Hyprland is the perfect choice for those who want a fast, customizable, and feature-rich Wayland compositor - and with its active community and extensive documentation, it's an excellent option for anyone looking to take their desktop experience to the next level.
Hyprland: where looks meet functionality and customization knows no bounds.

──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
👏1
chrislgarry/Apollo-11 is making waves. Here's the full picture.

🔗 https://github.com/chrislgarry/Apollo-11
📝 Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
──────────────────────────────

The Apollo-11 GitHub repository is a fascinating project that showcases the original guidance computer source code for the Apollo 11 mission's Command and Lunar Modules. This repository, available in multiple languages, aims to provide a accurate representation of the original source code, and welcomes pull requests to correct any discrepancies between the transcribed code and the original scans.

Key features include the Comanche055 and Luminary099 source code, which can be compiled using Virtual AGC. The project has been digitized by the Virtual AGC and MIT Museum teams, with contributions from various individuals.

The repository is suitable for space enthusiasts, historians, and developers interested in the Apollo 11 mission and its technology.

To get started, simply clone the repository and explore the CONTRIBUTING.md file for guidelines on contributing to the project.

One punchy takeaway: The Apollo-11 repository is a cosmic time capsule, preserving the code that made history and inspiring new generations of space enthusiasts and developers.

──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
🚀 Meet DioxusLabs/dioxus: a gem from today's GitHub trending list.

🔗 https://github.com/DioxusLabs/dioxus
📝 Fullstack app framework for web, desktop, and mobile.
──────────────────────────────

Dioxus is a cross-platform framework that lets you build web, desktop, and mobile apps with a single codebase. It features zero-config setup, integrated hot-reloading, and signals-based state management. With Dioxus, you can create fullstack applications that integrate seamlessly with backend functionality using Server Functions. The framework also includes a bundler for deploying to various platforms.

Here's an example of a simple counter app in Dioxus:
fn app() -> Element {
let mut count = use_signal(|| 0);

rsx! {
h1 { "High-Five counter: {count}" }
button { onclick: move |_| count += 1, "Up high!" }
button { onclick: move |_| count -= 1, "Down low!" }
}
}

Dioxus has a strong focus on community and documentation, with a very active Discord and GitHub community, as well as comprehensive documentation. It supports a wide range of platforms, including web, desktop, mobile, and server-side rendering.

Overall, Dioxus is a powerful and flexible framework that makes it easy to build complex, cross-platform apps. With its unique features and strong community support, it's an excellent choice for developers looking to create high-quality, fullstack applications. Write once, run anywhere - that's the power of Dioxus!

──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe
Github Top Repositories
Photo
📌 Spotted on GitHub Trending: langchain-ai/open_deep_research — let's break it down.

🔗 https://github.com/langchain-ai/open_deep_research
📝 No description.
──────────────────────────────

Open Deep Research is a fully open-source, configurable, and high-performance deep research agent that works with multiple model providers, search tools, and MCP servers. It's designed to simplify complex research tasks and has achieved a #6 ranking on the Deep Research Bench Leaderboard.

The agent can be easily set up and customized using the configuration.py file, where you can select different LLM providers, search APIs, and other settings. For example, you can choose from various LLM providers like OpenAI, Anthropic, or local models via Ollama, and configure the search API to use Tavily or other compatible tools.

To get started, follow the quickstart guide:
git clone https://github.com/langchain-ai/open_deep_research.git
cd open_deep_research
uv venv
source .venv/bin/activate
uv sync
uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.11 langgraph dev --allow-blocking

You can then launch the agent with the LangGraph server locally and access the LangGraph Studio UI in your browser. The agent is also deployable to the LangGraph Platform or Open Agent Platform for non-technical users.

With its high performance, flexibility, and ease of use, Open Deep Research is a powerful tool for anyone looking to streamline their research workflow - and with great customization options, you can research smarter, not harder.

──────────────────────────────
🧠 Channel: https://t.iss.one/GithubRe