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
#rust #game #game_development #game_engine #gamedev #graphics #html #opengl #pico_8 #pixel_art #python #pyxel #rust #tic_80 #webgl

Pyxel is a simple and fun way to make retro-style games using Python. It lets you create games with 16 colors and 4 sound channels, just like old video games. You can run Pyxel on Windows, Mac, Linux, and even in your web browser. To get started, you just need to install Python and then use the `pip install pyxel` command. Pyxel comes with easy-to-use tools for editing images and sounds, and it has many examples to help you learn. This makes it great for beginners and experienced developers alike, allowing you to focus on creating your game without complicated coding.

https://github.com/kitao/pyxel
#python #ansible #hacktoberfest #python

Ansible is a simple tool for automating IT tasks. It helps with configuring systems, deploying applications, managing clouds, and automating networks. Here’s the benefit: Ansible makes complex tasks easy and fast, like updating systems without downtime. It’s easy to set up and use, doesn’t require extra software on the machines you manage, and focuses on security. You can install it using `pip` or a package manager, and there’s a strong community to help you if you need it. This makes managing your IT infrastructure much simpler and more efficient.

https://github.com/ansible/ansible
#typescript #build_tool #dev_server #frontend #hmr #vite

Vite is a powerful tool for frontend developers that makes their work much faster and easier. It starts your development server instantly and has very fast Hot Module Replacement (HMR), which means you see changes in your code right away. Vite also comes with rich features, optimizes your builds for production, and has a universal plugin interface. It supports fully typed APIs, making it more reliable. This tool helps you develop and build web applications quickly and efficiently, saving you time and effort.

https://github.com/vitejs/vite
#php #admin #alpine_js #builder #cms #forms #laravel #laravel_admin_panel #livewire #tables #tailwind_css #tall_stack

Filament is a set of tools that helps you build Laravel applications faster and easier. It includes components like Panel Builder, Form Builder, Table Builder, and more, which are beautifully designed and easy to use. These tools let you create admin panels, forms, tables, and notifications quickly without repeating the same work over and over. They are also customizable, so you can add your own features easily. This saves you time and makes building your application more efficient.

https://github.com/filamentphp/filament
#kotlin #accessibilityservice #android #android_accessibility #android_app #android_development #androidapplication #bluetooth #bluetoothkeyboard #joycon #keyboard #keyboard_shortcuts #keyboards #keyevent #keymapper #keymapping #kotlin #nintendo_switch #switch #xda_thread

Key Mapper is a free and open-source Android app that lets you remap your phone's buttons and fingerprint reader gestures with almost infinite flexibility. Even though the project is no longer actively developed, the app, website, and Discord server are still available for use. You can download it from Google Play or F-Droid. This app benefits you by giving you complete control over how your phone's buttons work, making it more personalized to your needs.

https://github.com/keymapperorg/KeyMapper
#rust #cross_platform #interception_driver #keyboard #keyboard_layout #linux #macos #mouse #mouse_emulation #rust #windows

Kanata is a software that helps you customize your keyboard to make it more comfortable and efficient. It works on Linux, macOS, and Windows. Here’s how it benefits you:

- You can create multiple layers of key functions, similar to how the Shift key works but for any key.
- You can customize advanced key behaviors like tap-hold, macros, and Unicode output.
- It allows live reloading of configurations, so you can easily test and adjust your settings.
- You can also use features like Vim-like leader sequences and run a TCP server to interact with other programs.

This means you can set up your keyboard to fit your specific needs and workflows, making typing more comfortable and productive. For example, you could map arrow keys or a numpad to easier-to-reach positions, helping reduce strain on your hands.

https://github.com/jtroo/kanata
#python

TAICHI-flet is a Windows desktop app that offers many features for entertainment. You can browse pictures, listen to music, read novels, and search for various resources. It also includes advanced functions like ChatGPT and AI painting. The app has a beautiful and simple interface, making it easy to use. It is constantly updated with new features, so you always have something new to explore. Downloading the latest version ensures you get all the latest improvements and functionalities. This app benefits you by providing a single platform for multiple entertainment and utility needs, making your life more convenient and enjoyable.

https://github.com/cuifengcn/TAICHI-flet
#java #ai #bi #chatgpt #clickhouse #clickhouse_client #database #datagrip #db2 #dbeaver #gpt #hive #mysql #navicat #oracle #postgresql #redis #redis_client #sqlserver #text2sql

Chat2DB is a tool that helps you work with databases using AI. It will be available offline on October 25, so you can use it even without an internet connection. With Chat2DB, you can create SQL queries, generate reports, and explore data easily, even if you're not a database expert. It supports many different databases like MySQL, PostgreSQL, and more. The tool is user-friendly and makes database tasks simpler, saving you time and effort. You can download and install it from the official website to start using its powerful features.

https://github.com/CodePhiliaX/Chat2DB
👍1
#python #artificial_intelligence #dag #data_science #data_visualization #dataflow #developer_tools #machine_learning #notebooks #pipeline #python #reactive #web_app

Marimo is a powerful tool for Python users that makes working with notebooks much easier and more efficient. Here’s what it offers When you run a cell or interact with UI elements, marimo automatically updates dependent cells, keeping your code and outputs consistent.
- **Interactive** Marimo ensures no hidden state and deterministic execution, making your work reliable.
- **Executable** Notebooks are stored as `.py` files, making version control easy.
- **Modern Editor**: It includes features like GitHub Copilot, AI assistants, and more quality-of-life tools.

Using marimo helps you avoid errors, keeps your code organized, and makes sharing and deploying your work simpler.

https://github.com/marimo-team/marimo
#other #android #awesome #bug_bounty #fuzzing #hacking #penetration_testing #pentesting_windows #reverse_engineering #security

This collection of resources is designed for hackers, pentesters, and security researchers. It includes a wide range of lists and repositories covering various aspects of security such as Android security, application security, bug bounty programs, exploit development, and more. These resources provide tools, tutorials, and references to help you improve your skills in cybersecurity. By using these resources, you can gain access to valuable information and tools that will enhance your knowledge and capabilities in the field of cybersecurity, making you better equipped to handle security assessments, incident responses, and other related tasks.

https://github.com/Hack-with-Github/Awesome-Hacking
#typescript #cli #command_line #flexbox #interactive #javascript #react

Ink is a tool that lets you build command-line interfaces (CLIs) using React components, just like you would build web apps. Here’s the key benefit If you already know React, you can use the same skills to create CLI apps. Ink supports all React features and uses Yoga for Flexbox layouts, making it easy to design user interfaces for your CLIs.
- **Easy Layout and Styling** Ink provides hooks like `useInput` and `useFocus` to handle user input and manage focus between components, making your CLI interactive.
- **Extensive Examples and Community**: There are many examples and community-built components available, such as text inputs, spinners, tables, and more, which can help you get started quickly.

Overall, Ink simplifies the process of creating complex and interactive CLI applications using familiar React concepts.

https://github.com/vadimdemedes/ink
#rust #cli #command_line #filesystem #hacktoberfest #regex #rust #search #terminal #tool

`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.

Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.

https://github.com/sharkdp/fd
#go #ci #devops #github_actions #golang

Using `act` allows you to run your GitHub Actions locally, which is very useful. Here’s why: You get fast feedback because you don’t have to commit and push your changes every time you want to test them. Instead, you can test your workflow files locally, saving time. Additionally, `act` can replace your `Makefile` by using the GitHub Actions defined in your project, so you don’t have to repeat tasks. This makes your development process faster and more efficient.

https://github.com/nektos/act
#cplusplus #browser #c_plus_plus #desktop_environment #kernel #operating_system #os #unix

SerenityOS is a special operating system that looks like old computers from the 1990s but has modern features. It runs on x86-64 computers and has a lot of cool things like a browser, games, and many useful programs. It also has strong security features to keep your data safe. You can customize how it looks and even build it yourself if you're tech-savvy. The best part is that it's made by a community of developers who share their work openly, so you can join in and help too. This makes SerenityOS a fun and powerful system for users who love both old-school looks and modern functionality.

https://github.com/SerenityOS/serenity
#go #azure_blob #azure_blob_storage #azure_files #backblaze_b2 #cloud_storage #dropbox #encryption #ftp #fuse_filesystem #go #golang #google_cloud_storage #google_drive #onedrive #openstack_swift #rclone #s3 #sftp #sync #webdav

Rclone is a tool that helps you sync files and directories between your computer and various cloud storage services. It supports many cloud providers like Google Drive, Amazon S3, Dropbox, and more. Rclone ensures file integrity by checking hashes, preserves timestamps, and offers different sync modes such as copy, sync, and bisync. You can also use it to compress, encrypt, or chunk large files. It's free software under the MIT license and has detailed documentation and a community forum for support. This makes managing your cloud storage easier and more efficient.

https://github.com/rclone/rclone
#rust #cncf #consensus #distributed_transactions #hacktoberfest #key_value #raft #rocksdb #rust #tidb #tikv

TiKV is a free, open-source database that helps you store and manage data in a reliable and scalable way. It supports both key-value and transactional operations, ensuring your data is consistent and secure. TiKV is designed to handle large amounts of data and can easily scale to meet your needs. It also works well with other databases like TiDB, making it a powerful tool for complex data management. Using TiKV, you can ensure your data is consistently updated across different locations, and it provides features like geo-replication and distributed transactions, which are beneficial for large-scale applications. This makes TiKV a valuable choice for anyone looking to manage big data efficiently.

https://github.com/tikv/tikv
#go #containerd

`nerdctl` is a tool that works like Docker but uses `containerd` instead. Here’s what you need to know:

- It has the same user interface as Docker, so if you know Docker, you can use `nerdctl` easily.
- It supports Docker Compose, so you can run multiple containers together.
- It offers advanced features like lazy image pulling, encrypted images, and peer-to-peer image distribution.
- You can use it in rootless mode, which means you don't need admin rights to run containers.
- It's useful for debugging Kubernetes clusters and supports various networking and build tools.

Using `nerdctl` gives you access to cutting-edge features that aren't yet available in Docker, making it a powerful tool for container management.

https://github.com/containerd/nerdctl
#python #artificial_intelligence #attention_mechanism #deep_learning #transformers

The `x-transformers` library offers a versatile and feature-rich implementation of transformer models, allowing users to easily build and customize various types of transformers. Here are the key benefits You can create full encoder/decoder models, decoder-only (GPT-like) models, encoder-only (BERT-like) models, and even image classification and image-to-caption models.
- **Experimental Features** You can customize layers with various normalization techniques (e.g., RMSNorm, ScaleNorm), attention variants (e.g., Talking-Heads, One Write-Head), and other enhancements like residual attention and gated feedforward networks.
- **Efficiency** The library provides simple wrappers for autoregressive models, continuous embeddings, and other specialized tasks, making it easier to set up and train complex models.

Overall, `x-transformers` simplifies the process of building advanced transformer models while offering a wide range of customization options to improve performance and efficiency.

https://github.com/lucidrains/x-transformers
#python

This tool converts screenshots, mockups, and design files into working code using AI. It supports various coding stacks like HTML, CSS, React, Vue, and more. You can use advanced AI models like Claude Sonnet 3.5 and GPT-4o to get the best results. The tool also allows you to turn video recordings of websites into functional prototypes. This saves you time and effort by automatically generating code from your designs, making it easier to start building your projects quickly.

https://github.com/abi/screenshot-to-code
👍1
#go #dev_env #dev_environment_setup #developer_tools #development_environment #development_environment_manager #hacktoberfest

Daytona is a simple tool that helps you set up a development environment quickly and easily. With just one command, `daytona create`, you can activate a fully configured development environment on any machine, whether it's local, remote, or in the cloud. This saves you a lot of time and effort compared to setting up environments manually, which can take up to 45 minutes and involve many complex steps. Daytona also supports multiple IDEs like VS Code and JetBrains, integrates with various Git providers, and ensures a secure VPN connection. This way, you can focus more on coding and less on setting up your environment.

https://github.com/daytonaio/daytona