githubtrending | Technologies

Telegram-канал githubtrending - GitHub Trends

10579

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

Subscribe to a channel

GitHub Trends

#python #agent #gpt #hacktoberfest #llm #metagpt #multi_agent

MetaGPT is a tool that lets you use multiple AI agents (like GPT) to work together on complex tasks. You can assign different roles to these AI agents, just like in a software company, where each role does a specific job. For example, one AI can act as a product manager, another as an engineer, and so on. This helps in generating everything from user stories to code and documents with just one input prompt. The benefit to you is that it simplifies and automates many parts of software development, making it faster and more efficient.

https://github.com/geekan/MetaGPT

Читать полностью…

GitHub Trends

#cplusplus

The Source SDK 2013 allows you to create and build mods for games like Half-Life 2, Half-Life 2: Deathmatch, and Team Fortress 2. To use it, you need to install the Source SDK 2013 Multiplayer via Steam and have either Visual Studio 2022 for Windows or podman for Linux. You clone the repository, run a script to generate the project files, and then build and launch your mod using the provided instructions. This toolkit helps you create custom content for these games and distribute your mods on Steam or elsewhere, making it easier to share your creations with others.

https://github.com/ValveSoftware/source-sdk-2013

Читать полностью…

GitHub Trends

#typescript #javascript #react #react_dom #react_scan #rendering

React Scan is a tool that helps you find and fix performance issues in your React app. It automatically detects which components are causing problems without needing any code changes. You can easily install it using npm, a script tag, or CLI, and it works with various React setups like NextJS, Create React App, and more. React Scan highlights the exact components that need optimization, making it easier to improve your app's performance. It's trusted by teams at Airbnb, Shopify, and Faire, among others. This tool saves you time and effort by showing exactly where to focus your optimization efforts.

https://github.com/aidenybai/react-scan

Читать полностью…

GitHub Trends

#typescript #confluence #documentation #knowledge_base #notion #notion_alternative #open_source #opensource #realtime_collaboration #wiki

Docmost is an open-source tool for collaborating on documents and wikis. It allows real-time collaboration, so multiple people can work together at the same time. You can create diagrams, manage permissions, and organize content into spaces and groups. It also includes features like comments, page history, search, and file attachment. Since it's open-source, you can contribute to its development. The benefit to you is that you can easily collaborate with others on documents and projects, making it easier to work together efficiently.

https://github.com/docmost/docmost

Читать полностью…

GitHub Trends

#go #cli #cli_app #cobra #cobra_generator #cobra_library #command #command_cobra #command_line #commandline #go #golang #golang_application #golang_library #posix #posix_compliant_flags #subcommands

Cobra is a tool that helps you create powerful and easy-to-use command-line interfaces (CLI) for your applications. It is used in many popular projects like Kubernetes, Hugo, and GitHub CLI. With Cobra, you can easily create subcommands, use flags to modify commands, and get automatic help and suggestions. It also generates shell autocomplete and man pages for your application. This makes it easier for users to understand and use your CLI tools because they read like simple sentences. To start using Cobra, you just need to install it with `go get` and include it in your Go project. This simplifies the process of developing CLI applications, making them more user-friendly and efficient.

https://github.com/spf13/cobra

Читать полностью…

GitHub Trends

#java #arco_design #java17 #justauth #mybatis_plus #redisson #sa_token #spring_boot3 #typescript #vue3

ContiNew Admin is a powerful and flexible backend management framework designed to improve your development experience. Here are the key benefits It uses the latest technologies such as Spring Boot 3, Vue 3, Arco Design, TypeScript, and more, ensuring your project stays up-to-date.
- **Starter Components** It includes a comprehensive CRUD (Create, Read, Update, Delete) suite that can generate APIs quickly, including features like tree lists and Excel exports.
- **Code Generator** It integrates various tools like Crane4j for data filling, P6Spy for SQL performance analysis, and JetCache for caching, enhancing your coding efficiency.
- **Robust Security and Quality** It provides a wide range of system functionalities including user management, role management, department management, file management, and more.
- **Easy Deployment**: Supports Docker deployment and other methods, making it easy to set up and run your application.

Overall, ContiNew Admin aims to provide a comfortable and efficient development experience with its well-structured code, extensive documentation, and continuous optimization.

https://github.com/continew-org/continew-admin

Читать полностью…

GitHub Trends

#c_lang #convolutional_neural_network #convolutional_neural_networks #cpu #inference #inference_optimization #matrix_multiplication #mobile_inference #multithreading #neural_network #neural_networks #simd

XNNPACK is a powerful tool that helps make neural networks run faster on various devices like smartphones, computers, and Raspberry Pi boards. It supports many different types of processors and operating systems, making it very versatile. XNNPACK doesn't work directly with users but instead helps other machine learning frameworks like TensorFlow Lite, PyTorch, and ONNX Runtime to perform better. This means your apps and programs that use these frameworks can run neural networks more quickly and efficiently, which is beneficial because it saves time and improves performance.

https://github.com/google/XNNPACK

Читать полностью…

GitHub Trends

#css #font #font_awesome #fonts #hacktoberfest #icon_font #iconic_fonts #octicons #patched_fonts #patcher #powerline #python #shell #statusline

Nerd Fonts is a project that adds a large number of glyphs (icons) to popular programming fonts. It includes icons from sets like Font Awesome, Devicons, and Octicons. You can download and install these fonts in various ways, such as through release archives, Homebrew on macOS, Chocolatey or Scoop on Windows, or using a PowerShell web installer. There is also a font patcher tool that allows you to patch your own fonts with these glyphs. This benefits users by enhancing their coding environment with visually appealing and useful icons, making it easier to distinguish different types of files and code elements.

https://github.com/ryanoasis/nerd-fonts

Читать полностью…

GitHub Trends

#rust #lifetime #ownership #rust #visualization

RustOwl is a tool that helps you understand how variables are used in Rust programming. It shows you the lifetimes and ownership of variables by using different colors when you hover over them in your code editor. For example, green shows the variable's lifetime, blue shows immutable borrowing, and red shows lifetime errors. RustOwl works with editors like VSCode, Neovim, and Emacs. To use it, you install the extension or plugin, and then when you save your Rust code, it analyzes and displays this information. This makes it easier to debug and optimize your Rust programs.

https://github.com/cordx56/rustowl

Читать полностью…

GitHub Trends

#jupyter_notebook #agents #artificial_intelligence #generative_ai #llms #rag

This repository helps you learn and build Generative AI applications using MongoDB. It includes many examples and sample apps for different AI tasks, such as Retrieval-Augmented Generation (RAG) and AI Agents. You can find Jupyter notebooks, JavaScript and Python apps, and contributions from AI partners. To get started, you need to create a free MongoDB Atlas account, set up a database cluster, and get the connection string. This resource benefits you by providing step-by-step guides and support, making it easier to integrate MongoDB into your AI projects and learn from community resources.

https://github.com/mongodb-developer/GenAI-Showcase

Читать полностью…

GitHub Trends

#cplusplus #bdd #cpp #cpp14 #framework #no_dependencies #tdd #test_framework #testing

Catch2 is a tool for testing and benchmarking C++ code. It makes writing tests easy and natural, similar to how you write regular C++ code. You don't need special names for your tests, and the assertions look like normal boolean expressions. This makes it simpler to check if your code works correctly. Catch2 also includes features for micro-benchmarking, which helps you measure how fast your code runs. Using Catch2 benefits you by making it easier to ensure your code is working as expected and to improve its performance.

https://github.com/catchorg/Catch2

Читать полностью…

GitHub Trends

#python #elevenlabs #gemini #genai #notebooklm #openai #podcast

Podcastfy is an open-source tool that turns different types of content (like text, images, websites, and YouTube videos) into engaging audio conversations using AI. It allows you to customize the audio style, language, and format, making it useful for various purposes. For example, content creators can convert blog posts into podcasts, educators can make lectures more accessible, and researchers can turn complex papers into easy-to-listen audio. This tool helps make information more accessible to everyone, especially those with visual impairments or different learning preferences. You can use it through Python code or a command-line interface, and it supports multiple languages and advanced text-to-speech models.

https://github.com/souzatharsis/podcastfy

Читать полностью…

GitHub Trends

#python #django #fitness #gym #hacktoberfest #python #self_hosted #workout

Wger is a free and open-source web application that helps you manage your workouts, weight, and diet plans. It can also be used to manage a gym. You can access it through a website or download the mobile app from Google Play, Apple App Store, F-Droid, or Flathub. Wger offers a REST API for easy integration with other tools. You can try it out quickly using a demo or install your own instance using Docker. The app is highly customizable and has detailed documentation available. This tool benefits you by keeping all your fitness and diet plans organized in one place, making it easier to track your progress and stay motivated.

https://github.com/wger-project/wger

Читать полностью…

GitHub Trends

#go #error_handling #translation #validation

The `validator` package helps you check if the data in your Go structs and fields are correct. It has many useful features like validating across different fields and structs, checking complex data types, and handling custom validation rules. You can also customize error messages and use it with popular frameworks like Gin. This makes it easier to ensure your data is valid and consistent, saving you time and reducing errors in your code. To use it, you just need to install the package with `go get` and import it into your project.

https://github.com/go-playground/validator

Читать полностью…

GitHub Trends

#html #autogen #autogen_extension #langchain #markdown #microsoft_office #openai #pdf

MarkItDown is a tool that helps you convert many types of files into Markdown format. It supports converting files like PDF, PowerPoint, Word, Excel, images, audio, HTML, and more. You can install it using `pip install markitdown` or from the source code. The tool has a simple command-line interface and also works with Python scripts. It even supports plugins and integration with Azure Document Intelligence for advanced conversions. This makes it easy to analyze and index different types of files, which is very useful for organizing and working with various document formats.

https://github.com/microsoft/markitdown

Читать полностью…

GitHub Trends

#typescript

This tool helps you download your Kindle eBooks automatically, allowing you to create backup copies of the books you've bought. You need a physical Kindle or Amazon Fire Tablet linked to your Amazon account, but not the latest 2024 models. To use it, you need to set up the tool on your computer, provide your Amazon login details, and run the script. The benefit is that you can easily save all your eBooks in case you lose access to them, and you can do this quickly and automatically.

https://github.com/treetrum/amazon-kindle-bulk-downloader

Читать полностью…

GitHub Trends

#makefile #go #golang #project_structure #project_template #standards

This guide helps you organize your Go projects in a clear and structured way. It suggests using specific directories for different parts of your project, such as `/cmd` for main applications, `/internal` for private code, and `/pkg` for library code that can be used by other projects. This structure makes it easier to manage your code as your project grows, especially when multiple people are working on it. It also recommends using Go Modules for dependency management and provides tips on naming, formatting, and styling your code. By following this layout, you can keep your code organized, reusable, and easy to maintain.

https://github.com/golang-standards/project-layout

Читать полностью…

GitHub Trends

#jupyter_notebook

This project is a hands-on guide for beginners to develop applications using large language models (LLMs). It focuses on practical learning, using Alibaba Cloud servers and personal knowledge base assistant projects. Here’s what you get Learn about LLMs, how to call their APIs, build knowledge bases, and create retrieval-augmented generation (RAG) applications without needing advanced algorithmic knowledge.
- **Practical Steps** basic LLM development, advanced techniques, and real-world application examples. You'll learn how to use APIs from various LLM providers like GPT, Baidu Wenxin, and more.
- **Free Resources** The project is part of a larger community effort, with ongoing updates and contributions from experts.

By following this guide, you can quickly and easily develop powerful applications using LLMs, even if you're new to the field.

https://github.com/datawhalechina/llm-universe

Читать полностью…

GitHub Trends

#dockerfile #application_security #appsec #best_practices #bugbounty #guide #hacking #hacktoberfest #owasp #penetration_testing #pentesting #security

The OWASP Web Security Testing Guide (WSTG) is a comprehensive resource for testing the security of web applications and services. Created by security professionals and volunteers, it provides a framework of best practices used globally. The guide is constantly updated, with the current version being 5.0, and previous stable releases like 4.2 available. Users can benefit by learning detailed methods for securing web applications, contributing to the guide through feedback or translations, and connecting with the community via Slack, Twitter, or Google Groups. This helps ensure your web applications are secure and up-to-date with the latest security standards.

https://github.com/OWASP/wstg

Читать полностью…

GitHub Trends

#javascript #3d #animations #component_library #components #components_library #components_react #css_animations #javascript #react #reactjs #tailwind #tailwindcss #ui_components #ui_library #web

React Bits is a big collection of animated React components that can make your web projects more exciting. It offers 60 different components, including text animations, backgrounds, and more, all of which are lightweight, highly customizable, and easy to integrate into any modern React project. Each component comes in four variants to suit different needs. You can find detailed documentation and installation instructions on the React Bits website. Using these components can save you time and effort by providing pre-made, customizable animations and designs for your web creations.

https://github.com/DavidHDev/react-bits

Читать полностью…

GitHub Trends

#cplusplus #esp32 #gps #heltec #hiking #lora #mesh #mesh_networks #meshtastic #nrf52 #off_grid #pico #rp2040 #stm32 #ttgo #ttgo_tbeam

The Meshtastic Firmware is software for devices in the Meshtastic project. It helps devices communicate with each other in a mesh network. You can find instructions on how to build and flash the firmware on your device, making it easy to set up and use. This benefits you by allowing your devices to connect and share information efficiently, even in areas with poor internet coverage.

https://github.com/meshtastic/firmware

Читать полностью…

GitHub Trends

#typescript #docker #hacktoberfest #javascript #mobx #nodejs #react #slack #wiki

Outline is a fast and collaborative knowledge base for your team, built using React and Node.js. You can use it without setting up anything by trying the hosted version at www.getoutline.com. If you want to run your own copy or contribute to the development, you can find all the necessary documentation and guides on their website. Contributing to Outline helps fix bugs and add new features, and there are many ways to get involved, such as translating the app, improving performance, or fixing issues listed on GitHub. This makes Outline better for everyone who uses it.

https://github.com/outline/outline

Читать полностью…

GitHub Trends

#c_lang

This driver allows you to use cameras with ESP32, ESP32-S2, and ESP32-S3 microcontrollers. It supports various image sensors like OV2640, OV3660, and others, and can capture images in formats such as JPEG, BMP, and YUV. To use it, you need to install the driver and enable PSRAM (Pseudo SRAM) for better performance. The driver provides tools to convert captured frames into common image formats and includes examples for capturing and streaming images over HTTP. This makes it easier to integrate camera functionality into your projects, allowing you to capture and process images efficiently.

https://github.com/espressif/esp32-camera

Читать полностью…

GitHub Trends

#jupyter_notebook

OmniParser is a tool that helps computers understand and interact with user interface screenshots. It breaks down the screen into understandable parts, making it easier for AI models like GPT-4 to perform actions accurately. This tool is beneficial because it allows AI to control computer interfaces more effectively, even recognizing small icons and determining if elements are interactive. This makes it easier to automate tasks and improve how AI interacts with computer screens.

https://github.com/microsoft/OmniParser

Читать полностью…

GitHub Trends

#php #api_first_cms #apifirst #digital_commerce #ecommerce #ecommerce_platform #experience_commerce #experience_manager #hacktoberfest #headless_cms #magento #online_shop #online_store #php #prestashop #shop #shopping_cart #shopware #storefront #symfony #vuejs

Shopware 6 is a modern, open-source e-commerce platform that uses Symfony and Vue.js. It is highly customizable and extensible through plugins and apps, making it easy for developers to add new features. You can choose from over 5,200 extensions in the Shopware store or create your own. The platform is supported by a large global community of developers, agencies, and merchants, and it offers various resources like documentation, a Slack community, and forums for support. Shopware can be set up easily using a web-based installer or through commercial plans, and it is free under the MIT License. This makes it a powerful and flexible tool for building online shops.

https://github.com/shopware/shopware

Читать полностью…

GitHub Trends

#html

Technically-oriented PDF Collection (Papers, Specs, Decks, Manuals, etc)

https://github.com/tpn/pdfs

Читать полностью…

GitHub Trends

#python #android #android_malware #dynamic_analysis #frida #frida_scripts #frida_snippets #malware #medusa #penetration_testing #pentest

MEDUSA is a powerful tool that helps you analyze and automate processes for Android and iOS apps. It has many modules that can monitor various app activities like intents, HTTP communications, database interactions, and more. You can use MEDUSA to bypass security measures like SSL pinning, monitor malware activities, and even translate app UIs. To use it, you need to install it on Linux or macOS, set up the necessary tools like FRIDA and adb, and then run the scripts to start monitoring. This tool makes it easier to understand and analyze how apps work, which is very useful for security testing and debugging.

https://github.com/Ch0pin/medusa

Читать полностью…

GitHub Trends

#python

This tool helps you manage and track your devices like those in Google's Find My Device network. You can query and decrypt location data from these devices, and even register your own custom trackers using ESP32 or Zephyr devices. To use it, you need to install required packages and have the latest Google Chrome. The benefit is that you can keep track of your devices more easily and securely, even if they are not traditional Android devices. It also allows you to create your own custom trackers, giving you more control over tracking your belongings.

https://github.com/leonboe1/GoogleFindMyTools

Читать полностью…

GitHub Trends

#go #go #golang #language #programming_language

Go is a free and open-source programming language that helps you build simple, reliable, and efficient software. You can download and install Go easily from the official website, and there are instructions available if you need to install it from the source code. Go is made better by thousands of contributors, and you can help too by following the contribution guidelines. Using Go benefits you because it makes coding easier and faster, allowing you to create robust programs quickly.

https://github.com/golang/go

Читать полностью…

GitHub Trends

#go #golang #security #security_automation #security_tools #static_analysis #static_code_analysis

Gosec is a tool that checks your Go code for security issues. It scans your code to find problems like hard-coded credentials, unsafe code practices, and other vulnerabilities. You can install it easily using commands or integrate it into your GitHub actions for automated checks. Gosec allows you to customize which rules to run, exclude certain files or folders, and generate reports in various formats. This helps you identify and fix security issues quickly, making your code more secure and reliable.

https://github.com/securego/gosec

Читать полностью…
Subscribe to a channel