See what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis
#html #hacktoberfest
CSS exercises help you practice styling web pages by editing HTML and CSS files to match given designs. You can use resources like documentation and Google to complete them, which builds your real-world skills without needing to memorize everything. Practicing this way improves your understanding of CSS, making it easier to create visually appealing, user-friendly websites that load faster and work well on different devices. It also helps you learn how to organize and update styles efficiently, which is important for web development jobs. Using git to save your work encourages good coding habits. This hands-on practice boosts your confidence and prepares you for real projects[1][2][3][4].
https://github.com/TheOdinProject/css-exercises
#typescript
Better Auth is a powerful and easy-to-use authentication library for TypeScript that works with many frameworks. It offers built-in features like email/password login, social sign-on, two-factor authentication, multi-tenant support, and session management. It also has a plugin system to add more advanced features quickly, so you don’t have to write extra code for complex authentication needs. This helps you focus on building your app instead of dealing with complicated auth setups. Better Auth is open source, type-safe, and designed to make secure authentication simple and flexible for developers[1][3][4].
https://github.com/better-auth/better-auth
#go #github #mcp #mcp_server
The GitHub MCP Server helps developers by connecting AI tools directly to GitHub. This allows AI assistants to manage issues, pull requests, analyze code, and automate workflows using natural language commands. It simplifies tasks like creating pull requests, reviewing code changes, and monitoring CI/CD pipelines. By automating these tasks, developers can focus more on coding and problem-solving, making their work more efficient and productive.
https://github.com/github/github-mcp-server
#cplusplus
ik_llama.cpp is an improved version of llama.cpp that runs faster on CPUs and hybrid GPU/CPU setups. It supports many new advanced quantization methods, which help models use less memory and run more efficiently. It also offers better performance for special models like DeepSeek and MoE, with faster prompt processing and token generation. You can run it on various hardware, including Android, and it has features to control where model data is stored (CPU or GPU). This means you get quicker AI responses and can handle bigger or more complex models smoothly on your computer or device[2][1][4].
https://github.com/ikawrakow/ik_llama.cpp
#javascript #distributed_companies #hacktoberfest #jobs_search #jobsearch #jobseeker #remote #remote_companies #remote_job #remote_work
This list shows hundreds of companies, mostly in tech, that let people work from home either part-time or full-time, with many offering jobs to people all over the world. The list includes big names like Microsoft, Amazon, and Shopify, as well as smaller companies, and covers many different types of work, from software and design to education and health. For anyone looking for a remote job, this is a helpful starting point because it saves time—instead of searching one by one, you can quickly see which companies are open to remote work and find links to their websites for more details or to apply. This makes it much easier to find a job that fits your skills and lets you work from anywhere.
https://github.com/remoteintech/remote-jobs
#csharp
RunCat 365 is a fun and cute app that shows a running cat animation on your Windows taskbar. The cat’s running speed changes based on your computer’s CPU usage, so you can easily see how hard your computer is working just by watching the cat. It’s made for Windows only and is built with C# and .NET 9.0. This app adds a playful and useful visual indicator to your taskbar, making it easier and more enjoyable to monitor your PC’s performance at a glance. It’s free and open-source, with many users enjoying its charm and functionality[4].
https://github.com/Kyome22/RunCat365
#java #database #hbase #java
The Apache License 2.0 is a free and permissive open-source license that lets you use, modify, and share software for any purpose, including commercial use. You can distribute original or changed versions without paying royalties, but you must include the original copyright notice, the license text, and disclose any major changes you make. This license also grants patent rights and protects contributors from liability. Its flexibility allows you to use open-source code in your own projects, even proprietary ones, while ensuring proper credit and legal clarity. This benefits you by giving freedom to innovate and share software safely and legally[1][2][3][4].
https://github.com/apache/hbase
#other #awesome #awesome_list #c #c_plus_plus #cpp #cpp_library #cppcon #libraries #list #lists #programming_tutorial #resources
You can access a vast, well-organized collection of C++ libraries, frameworks, and tools that cover almost every programming need—from standard libraries, GUI, networking, and machine learning to game engines, cryptography, and more. This curated list includes popular and high-quality options like Boost, Qt, OpenCV, and many specialized libraries for tasks such as asynchronous programming, audio processing, and serialization. Using these resources can save you time, improve code quality, and help you build efficient, robust applications by leveraging tested, peer-reviewed components instead of writing everything from scratch. It’s a one-stop reference to boost your C++ development productivity and capabilities.
https://github.com/fffaraz/awesome-cpp
#python
LocalGPT lets you chat with your own documents securely on your computer without sending any data online, keeping your information completely private. It supports many open-source AI models and works on different devices like GPUs, CPUs, and Apple silicon. You can upload various file types, ask questions, and get answers locally, even without internet after initial setup. It also remembers your chat history during sessions and offers a user-friendly interface and API for developers. This means you get powerful AI help while fully controlling your data and avoiding privacy risks or subscription fees. It’s ideal for anyone needing secure, offline AI document interaction[2][1][4].
https://github.com/PromtEngineer/localGPT
#typescript #ai #chatgpt #docsgpt #hacktoberfest #information_retrieval #language_model #llm #machine_learning #natural_language_processing #python #pytorch #rag #react #semantic_search #transformers #web_app
DocsGPT is an open-source AI tool that helps you quickly find accurate answers from many types of documents and web sources without errors. It supports formats like PDF, DOCX, images, and integrates with websites, APIs, and chat platforms like Discord and Telegram. You can deploy it privately for security, customize it to fit your brand, and connect it to tools for advanced actions. This means you save time searching for information, get reliable answers with sources, and improve productivity whether you’re a developer, support team, or business user. It’s easy to set up and scales well for many users[2][3][4].
https://github.com/arc53/DocsGPT
#csharp #cross_platform #csharp #vpn #xamarin
VpnHood is a free, open-source VPN that helps you stay private online and access blocked content, even on networks with strict firewalls and deep packet inspection[1][5]. It works on Windows and Android, is easy to install, and runs fast without needing special network knowledge or admin rights[1]. You can choose which apps or countries use the VPN, and it supports both IPv4 and IPv6. Because it’s open source and has passed a security audit, you can trust that your data is safe and the software is transparent[1]. This means you get better privacy, can bypass restrictions, and have more control over your internet connection, all without cost or complexity[1][3].
https://github.com/vpnhood/VpnHood
#python #agent #agentic_ai #grpo #kimi_ai #llms #lora #qwen #qwen3 #reinforcement_learning #rl
ART is a tool that helps you train smart agents for real-world tasks using reinforcement learning, especially with the GRPO method. The standout feature is RULER, which lets you skip the hard work of designing reward functions by using a large language model to automatically score how well your agent is doing—just describe your task, and RULER takes care of the rest. This makes building and improving agents much faster and easier, works for any task, and often performs as well as or better than hand-crafted rewards. You can install ART with a simple command and start training agents right away, even on your own computer or with cloud resources.
https://github.com/OpenPipe/ART
#dart #android #cross_platform #expense_tracker #flutter #grocery_list #ios #kitchenowl #mobile_app #recipe_manager #self_hosted
KitchenOwl is a helpful app for managing your grocery shopping and recipes. It allows you to create and share shopping lists with others, which is great for families. You can also store and share recipes, plan meals, and track how much you spend. The app is open-source and free, meaning you can use it without paying and even help improve it. It works on many devices, including phones and computers, and can be used offline too. This makes shopping easier and helps you stay organized.
https://github.com/TomBursch/kitchenowl
#typescript #ecommerce #nextjs #react #shopify
Using Next.js for your online store can be very beneficial. It helps create fast and reliable websites with good SEO, which means your store will be easier to find online. Next.js also supports many platforms like Shopify and BigCommerce, making it flexible for different needs. It offers features like image optimization and internationalization, which improve the shopping experience for customers. Additionally, Next.js makes it easy to deploy your site on platforms like Vercel, ensuring your store is always available and runs smoothly.
https://github.com/vercel/commerce
#go #go_interview_questions #go_practice #golang #golang_interview_questions #golang_practice #hacktoberfest #interview #interview_practice #interview_questions #learn_to_code #learning_resources
You can practice and improve your Go programming skills with an interactive web platform that offers 30 coding challenges ranging from beginner to advanced levels. It provides a live code editor with syntax highlighting, instant test results, and detailed performance analytics to help you write efficient Go code. You can track your progress on leaderboards, compare your solutions with others, and learn from detailed explanations and resources for each challenge. The platform supports easy setup via web UI, GitHub Codespaces, or command line, making it convenient to prepare for Go technical interviews and boost your coding confidence. This helps you master Go concepts and get ready for real job interviews effectively.
https://github.com/RezaSi/go-interview-practice
#typescript #agent_workflow #agentic_workflow #agents #ai #aiagents #anthropic #artificial_intelligence #automation #chatbot #deepseek #gemini #low_code #nextjs #no_code #openai #rag #react #typescript
Sim Studio is an easy-to-use, open-source platform that lets you build AI workflows visually without coding by dragging and connecting blocks on a canvas. It supports many AI models and integrates with over 60 popular tools like Gmail, Slack, and Google Sheets. You can run workflows via chat, APIs, or scheduled jobs and deploy them as APIs or plugins. It also offers real-time collaboration and built-in monitoring. This helps you quickly create, test, and deploy AI-powered applications or automation, saving time and effort while allowing flexibility and control over your AI projects[1][2][3][4].
https://github.com/simstudioai/sim
#rust #ai #bigdata #database #lakehouse #olap #rust #serverless #snowflake #sql
Databend is an open-source, cloud data warehouse built with Rust that offers a fast, cost-effective alternative to Snowflake. It supports both cloud and on-premise deployment, handles massive data (over 800 petabytes), and processes over 100 million queries daily. Databend excels in fast query execution, real-time data updates, and simplified data ingestion without extra ETL tools. It includes AI-powered analytics, advanced indexing, ACID compliance, and flexible schema support for semi-structured data. Using Databend can save you money, give you full control over your data, and provide high performance for complex analytics on large datasets[1][3].
https://github.com/databendlabs/databend
#typescript
bknd is a lightweight backend system that makes app development easier by providing ready-to-use features like database management, user authentication, media handling, and workflow automation, all in one place. It works with many JavaScript runtimes and frameworks, so you can deploy it almost anywhere and even bundle backend and frontend together. It offers a full REST API, a React SDK, and UI components to speed up development without needing deep backend knowledge. This saves you time, reduces complexity, and helps you build secure, scalable apps faster with less effort. You can start quickly with a simple command and customize as needed.
https://github.com/bknd-io/bknd
#python #django #exif #hacktoberfest #machine_learning #photo #python #selfhosted
LibrePhotos is a free, open-source photo management tool you can host yourself, keeping all your photos and data private on your own device instead of the cloud. It supports all photo types, including raw files and videos, and offers features like face recognition, event-based albums, timeline views, and smart search by objects or metadata. You can organize photos easily, edit them slightly, and access everything through a web interface. This means you get powerful photo organization and privacy without relying on commercial services that use your data for ads. It’s great for anyone wanting control and security over their photo collection[1][2][4].
https://github.com/LibrePhotos/librephotos
#ruby #api_documentation #app #devdocs #developer_tools #docs #documentation #documentation_tool #hacktoberfest #offline #pwa
DevDocs is a free, fast, and easy-to-use web app that lets you quickly search and browse official API documentation for many programming languages and tools all in one place. It works offline, has a clean interface, supports keyboard shortcuts, dark mode, and mobile use. You can access over 100 documentations like HTML, CSS, JavaScript, and more without switching tabs or searching Google repeatedly. It saves time by providing instant search results and keeps everything organized, making coding and learning more efficient and enjoyable. You can use it online or run it locally with Docker for even faster access[1][2][3][5].
https://github.com/freeCodeCamp/devdocs
#cplusplus #artificial_intelligence #cloud #cloud_native #cncf #container #docker #edge_computing #ewasm #hacktoberfest #hacktoberfest2023 #kubernetes #rust_lang #serverless #wasm #webassembly
WasmEdge is a fast, lightweight, and secure WebAssembly runtime that lets you run programs safely on your devices, servers, or the cloud. It supports many programming languages like C++, Rust, and JavaScript, and can run AI models, microservices, and smart contracts efficiently. WasmEdge offers strong security by isolating programs, making it great for extending software safely. It works well on edge devices, smart devices, and cloud environments, and supports easy integration with tools like Kubernetes and Docker. Using WasmEdge helps you run powerful applications faster, safer, and more flexibly on various platforms[1][2][3][4][5].
https://github.com/WasmEdge/WasmEdge
#swift
SwiftFormat is a tool that automatically formats Swift code to follow consistent style rules, making your code cleaner and easier to read. It works on macOS, Linux, and Windows, and can be used in many ways: as a command-line tool, an Xcode extension, a build phase, or a Git pre-commit hook. It fixes issues like spacing, redundant code, and style deviations without changing your code’s behavior. You can customize its rules and options via config files or command-line arguments. Using SwiftFormat saves time, avoids style arguments in teams, and helps maintain a professional, uniform codebase effortlessly.
https://github.com/nicklockwood/SwiftFormat
#rust #agent #ai #amazon_q #cli #linux #llm #macos #mcp #open_source #productivity #rust #shell #terminal #typescript
Amazon Q CLI is a powerful tool that lets you interact with AWS and your development environment using natural language right from your terminal. It helps you write code, run commands, and manage AWS resources faster by understanding your context and providing smart suggestions, autocompletion, and even translating plain English into shell commands. It supports multi-turn conversations, so you can ask follow-up questions and get real-time help without leaving the command line. This boosts your productivity by simplifying complex tasks, reducing errors, and speeding up development workflows, making it easier to manage projects and infrastructure efficiently[1][2][3].
https://github.com/aws/amazon-q-developer-cli
#jupyter_notebook
SAM 2 is a powerful new AI model that can quickly and accurately separate objects in both images and videos, even if it has never seen them before. It works in real-time, allowing you to select objects with simple prompts like clicks or boxes and refine the results interactively. This makes tasks like video editing, object tracking, and image annotation much easier and faster. SAM 2’s ability to handle complex scenes and track objects smoothly across video frames helps improve creativity and productivity in many fields, from media production to computer vision research. It is open-source and easy to use with Python and PyTorch.
https://github.com/facebookresearch/segment-anything
#other #public_api
You can access a large, well-organized collection of free public APIs for software and web development, covering many categories like animals, anime, finance, weather, health, social media, and more. These APIs provide data and services such as weather forecasts, cryptocurrency prices, job listings, image resources, and text analysis, often with no or simple authentication. Using these APIs can save you time and effort by integrating ready-made data and functions into your projects, helping you build apps faster and with richer features. This list is community-curated and regularly updated, making it a valuable resource for developers.
https://github.com/public-api-lists/public-api-lists
#javascript #cheerp #cheerpx #cpp #lwip #repl #tailscale #vm #wasm #webassembly #webvm #xterm_js
WebVM lets you run a full Linux system directly in your web browser without needing a server. It uses a special engine called CheerpX to safely run unmodified Linux programs by converting x86 code to WebAssembly. You get a real Debian Linux environment with many tools, and it supports networking through Tailscale VPN, so your browser VM can connect securely to the internet. You can also customize and deploy your own WebVM easily using GitHub, making it great for development, testing, or learning Linux without installing anything. This means you can have a powerful, private Linux machine anytime, anywhere, just in your browser[1][2][3].
https://github.com/leaningtech/webvm
#cplusplus #android_auto #android_automotive #headunit #wireless_android_auto
You can turn your car’s wired Android Auto into wireless using a Raspberry Pi and a special software called Wireless Android Auto Dongle. This DIY adapter connects your phone to the car wirelessly via Bluetooth and Wi-Fi, without needing extra apps on your phone. It works with several Raspberry Pi models and boots up quickly, connecting in under 30 seconds. After the first setup, it automatically connects every time you start your car, making your Android Auto experience seamless and cable-free. This saves you from plugging in your phone every time and keeps your car’s infotainment system working smoothly[1][2][3].
https://github.com/nisargjhaveri/WirelessAndroidAutoDongle
#shell #awesome #awesome_list #neovim #neovim_plugins #nvim_lua
Neovim is a powerful, extensible text editor based on Vim, designed for usability and customization. It supports a vast collection of plugins tailored specifically for Neovim features, including plugin managers, language servers (LSP), AI coding assistants, syntax highlighting, fuzzy finders, file explorers, Git integration, debugging tools, and more. These plugins enhance coding productivity by adding features like code completion, project management, smooth navigation, and UI improvements. Using Neovim with these plugins lets you create a personalized, efficient coding environment that can boost your workflow, support many programming languages, and integrate modern tools like AI assistants and debuggers directly into your editor.
https://github.com/rockerBOO/awesome-neovim
#python #documentation #gotchas #interview_questions #pitfalls #python #python_interview_questions #snippets #wats #wtf
Python is a high-level, easy-to-read programming language widely used in many fields like web development, data science, and AI. The "What the f*ck Python?" project helps you understand tricky, surprising Python behaviors through clear examples and explanations. It reveals lesser-known features and common pitfalls, making it easier to write better code and debug problems. By exploring these examples, you can deepen your knowledge of Python’s internals, improve your coding skills, and avoid common mistakes, which benefits both beginners and experienced programmers alike[3].
https://github.com/satwikkansal/wtfpython
#python #apps #business #erp #management #odoo #odoo_apps #python
Odoo is a powerful, open-source business software that combines many tools like CRM, website building, eCommerce, inventory, accounting, and more into one easy-to-use platform. You can pick and choose only the apps you need, making it flexible and cost-effective. It helps you manage all parts of your business in one place, improving efficiency, reducing errors, and giving you real-time data for better decisions. Its user-friendly design means your team can learn it quickly, and it grows with your business as you add more features. This saves you time, cuts costs, and boosts productivity.
https://github.com/odoo/odoo