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
#python #altcoin #api #arbitrage #bitcoin #bot #btc #crypto #cryptocurrencies #cryptocurrency #e_commerce #eth #ethereum #exchange #invest #library #market_data #merchant #strategy #trade #trading

The CCXT library is a powerful tool for cryptocurrency trading and e-commerce, supporting over 100 cryptocurrency exchanges. Here’s what you need to know CCXT works with JavaScript, Python, PHP, and C#.
- **Exchange Coverage** Provides access to both public and private APIs, allowing you to fetch market data, trade, manage accounts, and more.
- **Unified API** Ideal for coders, developers, technically-skilled traders, data scientists, and financial analysts to build trading algorithms and strategies.
- **Benefits** Easy to install via package managers like NPM, PyPI, Packagist/Composer, and Nuget.
- **Documentation**: Comprehensive documentation and examples are available to help you get started quickly.

Using CCXT can significantly streamline your cryptocurrency trading and analysis tasks, making it a valuable resource for anyone involved in the crypto space.

https://github.com/ccxt/ccxt
#swift #ai #android #barcode #camera #instagram #ios #javascript #jsi #library #native #qr #qrcode #react #react_native #react_native_camera #scanner #snapchat #typescript #vision #worklet

VisionCamera is a powerful camera library for React Native that offers many useful features. You can capture photos and videos, scan QR codes and barcodes, use multiple cameras, and adjust resolutions and frame rates. It also supports advanced features like facial recognition, object detection, and real-time video chats through frame processors. Additionally, you can draw shapes, text, and filters on the camera view, and it includes smooth zooming, fast pause and resume, HDR and night modes, and a custom video pipeline. Installing it is easy with npm, and there are detailed guides and examples to help you get started. Using VisionCamera can enhance your app's camera capabilities significantly.

https://github.com/mrousavy/react-native-vision-camera
1👍1
#cplusplus #cross_platform #library #telegram

TDLib is a powerful tool for building Telegram clients that works on many different platforms like Android, iOS, Windows, and more. It can be used with almost any programming language, making it very versatile. TDLib takes care of network details, encryption, and data storage, making it easy to use and secure. It is also high-performance, reliable on slow internet connections, and fully documented. This means you can build efficient and stable Telegram clients quickly and securely, without worrying about the complex underlying details.

https://github.com/tdlib/td
👍1
#javascript #declarative #frontend #javascript #library #react #ui

React is a JavaScript library that helps you build user interfaces easily. It's declarative, meaning you describe what you want to see, and React updates the UI efficiently when your data changes. You can build components that manage their own state, making your code simpler and easier to debug. React is versatile, allowing you to use it in various projects without rewriting existing code, and it can even render on servers and mobile apps. This makes it easy to learn and use, with plenty of resources available for getting started and contributing to the community.

https://github.com/facebook/react
#cplusplus #argument_parser #cpp17 #cross_platform #header_only #library #mit_license

This tool, called `argparse`, helps you easily handle command-line arguments in your C++ programs. Here’s how it benefits you You just need to include a single header file `argparse.hpp` and create an `ArgumentParser` object to start parsing command-line arguments.
- **Flexible Argument Types** You can add arguments with specific behaviors (e.g., required, default values, flags) using methods like `add_argument`, `default_value`, and `implicit_value`.
- **Help Messages** You can create subcommands and share arguments between parsers, similar to how tools like `git` work.
- **Customization**: You can customize prefix characters, assignment characters, and even format the usage output to suit your needs.

Overall, `argparse` simplifies the process of handling command-line arguments, making your program more user-friendly and flexible.

https://github.com/p-ranav/argparse
#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
#cplusplus #actionscript #c #cplusplus #csharp #d #dart #http #library #network_client #network_server #thrift

Apache Thrift is a tool that helps programs written in different programming languages communicate with each other. It makes it easy for these programs to share data and call functions on each other, even if they are written in different languages. Thrift supports many languages, so you can use it with the languages you already know. It also allows you to update your server or client without breaking the connection between them, which is very useful for maintaining and upgrading your system. This makes developing and maintaining software much simpler and more efficient.

https://github.com/apache/thrift
#cplusplus #api #cplusplus #framework #game_development #game_engine #gamedev #gui #imgui #immediate_gui #library #multi_platform #native #toolkit #tools #ui

Dear ImGui is a simple and powerful C++ library for creating graphical user interfaces (GUIs). It's mainly used in game development and is great for making tools like debuggers or editors. Dear ImGui uses an "Immediate Mode" approach, which means it creates and draws widgets each frame, making it fast and easy to use. It supports many platforms and renderers like OpenGL and Vulkan, and it's free under the MIT license. This library helps developers create dynamic interfaces quickly and with less code, reducing bugs and making development easier.

https://github.com/ocornut/imgui
#cplusplus #gamedev #gamedev_library #gamedevelopment #library #performance #performance_analysis #profiler #profiling #profiling_library

Tracy Profiler is a powerful tool that helps you understand how your applications are performing. It can track CPU, GPU, memory usage, and more in real-time with very precise timing. This means you can see exactly where your program is spending time, which helps you make it faster and more efficient. Tracy supports many programming languages and can even capture screenshots of your application's frames. By using Tracy, you can identify and fix performance issues, making your applications run smoother and better.

https://github.com/wolfpld/tracy
🔥1