GitHub Trends
10.1K subscribers
15.3K links
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
Download Telegram
#go #container_image #containers #cyclonedx #docker #go #golang #hacktoberfest #oci #openvex #security #static_analysis #tool #vex #vulnerabilities #vulnerability

Grype is a tool that scans container images and filesystems for known vulnerabilities. It supports various package types, including those from major operating systems like Alpine, Debian, and Ubuntu, as well as language-specific packages like Ruby, Java, JavaScript, Python, and more. Here’s how it benefits you You can easily install Grype using a simple script or through package managers like Homebrew or Chocolatey.
- **Comprehensive Scanning** You can choose from different output formats such as table, JSON, CycloneDX, and SARIF, or even create custom templates.
- **Integration with Other Tools** Grype has active community meetings and support options, including commercial support through Anchore.
- **Automatic Database Updates**: Grype manages its vulnerability database automatically, ensuring you always have the latest vulnerability information.

Overall, Grype helps you identify and manage vulnerabilities in your container images and filesystems efficiently.

https://github.com/anchore/grype
#python #adblock #fiters

This project helps you block ads more effectively by combining and updating various ad-blocking rules every 8 hours. It uses multiple DNS services to ensure only valid domain names are blocked, removing any that can't be resolved. You can use these rules with AdGuard Home, AdGuard browser plugins, or other similar services. The benefit is that you get a comprehensive and regularly updated list of ad-blocking rules, making your internet experience cleaner and faster without the hassle of manually updating each device.

https://github.com/217heidai/adblockfilters
#python #agent #ai #asr #cpp #gemini #golang #gpt_4 #gpt_4o #llm #low_latency #multimodal #nextjs14 #openai #python #rag #real_time #realtime #tts #vision #voice_assistant

The TEN Agent is a powerful tool that helps you create and manage AI agents with various capabilities like real-time vision, screen detection, and integration with services like Google Gemini Multimodal Live API, Weather Check, and Web Search. To use it, you need to set up your environment with Docker, Node.js, and specific API keys. You can follow simple steps to configure and start your agent locally. The benefits include easy integration of advanced AI features, a supportive community through Discord and GitHub discussions, and the ability to customize and extend your agents with ready-to-use extensions. This makes it easier to develop and deploy sophisticated AI applications quickly.

https://github.com/TEN-framework/TEN-Agent
#lua #neovim #neovim_lua_plugin #neovim_plugin

The **blink.cmp** plugin is a powerful completion tool for Neovim that offers several benefits. Here are the key points It updates on every keystroke with minimal overhead (0.5-4ms), making it very responsive.
- **Advanced Fuzzy Matching** It works out of the box with support for LSPs, external sources, snippets, and more. It also includes auto-bracket and signature help support.
- **Customizable** The plugin uses a grid-based layout for rendering the completion menu, allowing for flexible and efficient display of completion items.

Overall, blink.cmp provides a fast, intelligent, and highly customizable completion experience that can significantly enhance your coding workflow in Neovim.

https://github.com/Saghen/blink.cmp
#go #devops #docker_registry_v2 #git #git_gui #git_server #gitea #github #github_actions #gitlab #go #gogs #golang #hacktoberfest #maven_server #npm_registry #vue

Gitea is a simple and fast way to set up your own Git service. It works on many platforms like Linux, macOS, and Windows. You can easily install it and use it to manage your code repositories. Gitea is free, open-source, and has a community that helps with translations and contributions. You can try it online or set up your own instance quickly. This makes it easy for developers to host their own Git servers without much hassle, giving them full control over their code.

https://github.com/go-gitea/gitea
#c_lang #c #client #curl #ftp #gopher #hacktoberfest #http #https #imaps #ldap #libcurl #library #mqtt #pop3 #scp #sftp #transfer_data #transferring_data #user_agent #websocket

Curl is a tool that helps you transfer data using URLs. You can learn how to use it by reading the manual or visiting the curl website. It's free and open source, which means anyone can use and modify it. If you need help, you can contact the community through mailing lists or GitHub. For businesses, there's also commercial support available. The benefit to you is that curl makes it easy to manage data transfers from the command line, and since it's open source, it's free and constantly improved by a community of users.

https://github.com/curl/curl
#c_lang #c #hacktoberfest #internet #internet_of_things #internetofthings #iot #microcontrollers #os #riot_os #riotos #rtos

RIOT is an open-source operating system designed for Internet of Things (IoT) devices and other small computers. It is energy-efficient, has real-time capabilities, and uses little memory. RIOT supports many types of microcontrollers and offers features like IPv6, Bluetooth, and file system integration. It is developed by a global community and is free to use, with a license that allows mixing with closed-source code. This makes it beneficial for users because it is flexible, efficient, and community-driven, making it easier to develop and maintain IoT projects.

https://github.com/RIOT-OS/RIOT
#typescript #compiler #hacktoberfest #haskell #javascript #node #open_source #prisma #programming_language #react #wasp #web_app

Wasp is a tool that helps you build full-stack web apps quickly using React, Node.js, and Prisma. It's like a shortcut to creating web applications because it reduces the amount of code you need to write. Here’s why it’s beneficial You can create and deploy a web app from scratch with just a few lines of code.
- **Less Boilerplate** You can deploy your app anywhere without being locked into specific providers.
- **Easy Deployment**: With a single command, you can deploy your app.

This makes developing web apps faster, easier, and more efficient.

https://github.com/wasp-lang/wasp
#cplusplus #api #beve #binary #cplusplus #cpp #csv #fast #header_only #interface #json #json_rpc2 #json_schema #reflection #serialization

Glaze is a very fast JSON library that reads and writes data directly from object memory, making it highly performant. Here are the key benefits Glaze is one of the fastest JSON libraries, outperforming many others in benchmarks.
- **Ease of Use** Glaze supports various formats like JSON, CSV, and BEVE (binary efficient versatile encoding), and it allows custom read/write functions and wrappers.
- **Error Handling** Glaze is compatible with multiple compilers (Clang, MSVC, GCC) and supports both 64-bit and 32-bit systems.
- **Advanced Features**: It includes support for JSON-RPC 2.0, JSON Schema generation, and more advanced features like thread pooling and time trace profiling.

Overall, Glaze offers high performance, ease of use, and a wide range of features, making it a powerful tool for handling JSON and other data formats.

https://github.com/stephenberry/glaze
#lua #neovim #neovim_conf #neovim_config #neovim_configuration #neovim_plugin #nvim

LazyVim is a way to set up Neovim that makes it easy to customize and extend your configuration. It combines the flexibility of starting from scratch with the convenience of a pre-configured setup. You can transform Neovim into a full-fledged IDE, easily add or remove plugins, and enjoy fast performance. It comes with sane default settings and many pre-configured plugins, making it easier to get started. To use LazyVim, you need Neovim version 0.9.0 or higher, Git, and a few other tools. The benefit to you is a highly customizable and efficient coding environment that saves time and effort in setting up your editor.

https://github.com/LazyVim/LazyVim
👍2
#typescript #finance #nextjs #supabase #tailwind #typescript

Midday is a tool that helps freelancers, contractors, and solo entrepreneurs manage their business better. It combines many functions into one system, making it easier to track time, create invoices, organize finances, and store important files securely. Midday also provides insights into your financial situation and helps you cut costs. With features like automatic matching of invoices and receipts, seamless export of financial data, and tailored financial insights, Midday makes running your business smarter and more efficient. This saves you time and effort, allowing you to focus on growing your business.

https://github.com/midday-ai/midday
👍2
#other #aws #cloud_computing #coding_interviews #computer_science #interview_questions #software_architecture #software_development #software_engineering #system_design #system_design_interview

This resource, "System Design 101," is designed to help you understand complex systems using simple terms and visuals. Here’s the key benefit It explains various system design concepts, such as communication protocols (REST, GraphQL, gRPC), CI/CD pipelines, architecture patterns (MVC, MVP, MVVM), database systems, caching strategies, microservice architecture, payment systems, DevOps tools (Kubernetes, Docker), and security mechanisms (HTTPS, OAuth 2.0) in an easy-to-understand manner.
- **Practical Examples** The resource uses diagrams and images to make complex technical topics more accessible and easier to comprehend.

Overall, this resource helps you prepare for system design interviews or simply understand how systems work, making it a valuable tool for developers and engineers.

https://github.com/ByteByteGoHq/system-design-101
#typescript #serial #ssh_client #telnet_client #terminal #terminal_emulators

Tabby is a highly configurable terminal emulator that works on Windows, macOS, and Linux. It includes an integrated SSH and Telnet client, a serial terminal, and supports multiple shells like PowerShell, WSL, and Git-Bash. You can customize shortcuts, themes, and color schemes, and it also features split panes, tab memory, and direct file transfer via Zmodem. Tabby has full Unicode support and doesn't slow down with fast output. It also offers plugins and themes that can be installed directly from the settings. This makes Tabby a powerful and flexible tool for managing remote environments and terminal tasks efficiently.

https://github.com/Eugeny/tabby
#rust #rust #windows

Using the `windows` and `windows-sys` crates in Rust allows you to easily call any Windows API directly from your Rust code. This means you can use Windows functions just like they are part of the Rust language, making it natural and easy for Rust developers. You get safer bindings for various Windows APIs, including COM and WinRT, and tools to handle errors and work with the Windows registry. This makes developing Windows applications in Rust much simpler and more efficient.

https://github.com/microsoft/windows-rs
#javascript #hateoas #html #htmx #hyperscript #javascript #rest

htmx is a tool that makes it easy to use advanced web features like AJAX, CSS Transitions, WebSockets, and Server Sent Events directly in your HTML. It does this by adding special attributes to your HTML elements, so you don't need to write a lot of JavaScript code. This makes building modern and interactive websites simpler and more powerful. htmx is small, doesn't require any other libraries, and can be extended easily. This means you can create dynamic user interfaces without a lot of complexity, making your website more engaging and efficient.

https://github.com/bigskysoftware/htmx
1🤡1
#python #algorithmic_trading #auto_quant #deep_learning #finance #fintech #investment #machine_learning #paper #platform #python #quant #quant_dataset #quant_models #quantitative_finance #quantitative_trading #research #research_paper #stock_data

Qlib is an open-source platform for quantitative investment that uses AI technologies. It supports various machine learning models and helps in finding valuable signals in financial data, adapting to market dynamics, and optimizing trading strategies. Here are the key benefits Qlib introduces RD-Agent, a tool that automates factor mining and model optimization, making it easier to develop quant investment strategies.
- **Diverse Machine Learning Models** It covers the entire chain of quantitative investment, including data processing, model training, backtesting, and order execution.
- **Customizable Workflows** Qlib's data server is optimized for performance, allowing fast data processing and retrieval, which is crucial for real-time trading decisions.

Overall, Qlib simplifies the process of building and optimizing quant investment strategies, making it a powerful tool for researchers and investors.

https://github.com/microsoft/qlib
#dart #dart #flame #flutter #game #game_development #game_engine #gamedev #hacktoberfest

Flame is a game engine built on top of Flutter, making it easier to create games for mobile and web. It offers many useful features like a game loop, collision detection, gesture handling, and support for images, animations, and sprites. You can also use various bridge packages to integrate other tools like audio players, state management libraries, and physics engines. This helps you solve common game development problems quickly and efficiently. Additionally, Flame has extensive documentation, examples, and a supportive community to help you get started and resolve any issues you might encounter.

https://github.com/flame-engine/flame
#csharp #bittorrent #couchpotato #hacktoberfest #movie #movies #nzb #torrent #usenet

Radarr is a tool that helps you manage your movie collection. It can find new movies from various sources like Usenet and BitTorrent, and it automatically downloads, sorts, and renames them. It also upgrades the quality of your movies if a better version becomes available. Radarr works on many platforms including Windows, Linux, and macOS, and it integrates well with media players like Kodi and Plex. This makes it easy to keep your movie library organized and up-to-date, saving you time and effort.

https://github.com/Radarr/Radarr
1
#kotlin #jetpack_compose #qq #xposed #xposed_module

XAutoDaily is a free and open-source module that automates various tasks on QQ and TIM apps. It works on most versions of QQ, including the new TIM. After activating the module, you can turn on or off different features in the QQ settings. It helps you with tasks like daily sign-ins, member tasks, video member check-ins, and more. This saves you time and effort by automating these routine activities. However, it's important to use it only for legal purposes and follow the guidelines to avoid any issues.

https://github.com/LuckyPray/XAutoDaily
#c_lang #arduino #automation #esp32 #esp8266 #firmware #iot #knx #mqtt #ota #smart_home #sonoff #tasmota #tuya

Tasmota is a special firmware for ESP8266 and ESP32 devices that makes it easy to control and automate your smart home devices. You can configure it using a web interface, update it over the air (OTA), and use timers or rules for automation. It also supports local control through MQTT, HTTP, Serial, or KNX. The benefit to you is that it provides easy and flexible control over your devices, allowing you to customize and automate your home setup without needing complex technical knowledge. Additionally, it has a strong community support and regular updates to ensure stability and new features.

https://github.com/arendst/Tasmota