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
#shell #linux #nat #privacy #vpn #wireguard

This script helps you set up a WireGuard VPN on a Linux server easily. WireGuard creates an encrypted tunnel for your internet traffic, making it seem like you're browsing from the server's IP address. The script supports both IPv4 and IPv6 and works with several Linux distributions. To use it, simply download and run the script, answer its questions, and it will install and configure WireGuard for you. This setup enhances your online security and privacy by encrypting your internet traffic. The benefit to you is enhanced security and privacy as your internet traffic is encrypted and routed through the server's IP address, protecting your identity and data from being intercepted or tracked.

https://github.com/angristan/wireguard-install
❀2πŸ‘2
#python #autopep8 #code #codeformatter #formatter #gofmt #hacktoberfest #pre_commit_hook #python #yapf

_Black_ is a powerful tool that automatically formats your Python code to make it consistent and easy to read. By using _Black_, you save time and mental energy because it handles all the formatting for you, ensuring your code looks the same across different projects. This consistency makes code reviews faster and easier. You can install _Black_ with a simple command (`pip install black`) and start using it right away without needing complex configurations. Many popular projects and organizations already use _Black_ to maintain clean and uniform codebases.

https://github.com/psf/black
#typescript #analytics #apache #apache_superset #asf #bi #business_analytics #business_intelligence #data_analysis #data_analytics #data_engineering #data_science #data_visualization #data_viz #flask #python #react #sql_editor #superset

Superset is a powerful business intelligence tool that helps you explore and visualize data easily. It offers a no-code interface for building charts, a robust SQL Editor for advanced queries, and support for nearly any SQL database or data engine. You can create beautiful visualizations, define custom dimensions and metrics quickly, and use a lightweight caching layer to reduce database load. Superset also provides extensible security roles and authentication options, an API for customization, and a cloud-native architecture designed for scale. This makes it easier to analyze and present your data in a user-friendly way, replacing or augmenting proprietary BI tools effectively.

https://github.com/apache/superset
πŸ”₯1
#typescript #admin_dashboard #admin_ui #airtable #airtable_alternative #automatic_api #hacktoberfest #low_code #mariadb #mysql #no_code #no_code_database #no_code_platform #postgresql #rest_api #restful_api #spreadsheet #sqlite #sqlserver #swagger

NocoDB is a free and open-source alternative to Airtable, making it easy to build databases online. It offers a rich spreadsheet interface with features like sorting, filtering, and multiple view types. You can share bases or views publicly or privately and control access with roles. NocoDB also has an app store for workflow automations and supports programmatic access through REST APIs and SDKs. It's easy to install using Docker or a single command auto-install script, and it's available in various languages. This tool helps you manage data efficiently without vendor lock-in, making it a powerful resource for any internet business looking to democratize access to database tools.

https://github.com/nocodb/nocodb
#rust #asynchronous #networking #rust

Tokio is a powerful tool for writing fast, reliable, and scalable asynchronous applications using the Rust programming language. It offers zero-cost abstractions for bare-metal performance, leverages Rust's ownership and type system to reduce bugs and ensure thread safety, and handles backpressure and cancellation naturally. This makes it ideal for building efficient and robust network servers or clients. By using Tokio, you can create applications that are highly performant, reliable, and easy to maintain. Additionally, Tokio has a supportive community and extensive documentation available to help you get started quickly.

https://github.com/tokio-rs/tokio