en
Feedback
Archived GitHub

Archived GitHub

Open in Telegram

This was a channel about Open Source, software development, and IT in general.

Show more
The country is not specifiedTechnologies & Applications63 076
900
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Ivy is an ML framework that currently supports JAX, TensorFlow, PyTorch, MXNet, and Numpy. #python #ml #dl #pytorch #neural #
Ivy is an ML framework that currently supports JAX, TensorFlow, PyTorch, MXNet, and Numpy. #python #ml #dl #pytorch #neural #network #mxnet #gpu #numpy

aiopg is a library for accessing a PostgreSQL database from the asyncio framework. It wraps asynchronous features of the Psycopg database driver. #python #asyncio #postgres #driver #pg #sqlalchemy

Motor - the async Python driver for MongoDB and Tornado or asyncio. #python #asyncio #mongodb #db #orm #driver #tornado
Motor - the async Python driver for MongoDB and Tornado or asyncio. #python #asyncio #mongodb #db #orm #driver #tornado

Trio – a friendly Python library for async concurrency and I/O. The Trio project aims to produce a production-quality, permis
Trio – a friendly Python library for async concurrency and I/O. The Trio project aims to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections simultaneously, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right. #python #async #event #loop #networking #io #trio #concurrency

Python Concurrency with asyncio. Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyn
Python Concurrency with asyncio. Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library. - Use coroutines and tasks alongside async/await syntax to run code concurrently - Build web APIs and make concurrency web requests with aiohttp - Run thousands of SQL queries concurrently - Create a map-reduce job that can process gigabytes of data concurrently - Use threading with asyncio to mix blocking code with asyncio code šŸ’€Achtung! Be aware that piracy is punishable by law in most countries. I strongly recommend that you buy books (as I do) and do not encourage anyone to pirate. šŸ“ā€ā˜ ļøFor pirates (use Tor): pdf #book #recommendation #asyncio

Developing and Testing an Asynchronous API with FastAPI and Pytest. This tutorial looks at how to develop and test an asynchronous API with FastAPI, Postgres, pytest and Docker using Test-driven Development (TDD). We'll also use the Databases package for interacting with Postgres asynchronously. #python #article #asyncio #fastapi

Mason is a collection of packages that enable developers to create and consume reusable templates called bricks. #dart #flutter #cli #template #templating

Flutter eBook App. A simple Flutter app to Read and Download books. The Books included in the app are from the Public Domain
+7
Flutter eBook App. A simple Flutter app to Read and Download books. The Books included in the app are from the Public Domain (Expired Copyright and completely free). #dart #flutter #ebook #app #book #app

Ruia is an async web scraping micro-framework, written with asyncio and aiohttp, aims to make crawling url as convenient as p
Ruia is an async web scraping micro-framework, written with asyncio and aiohttp, aims to make crawling url as convenient as possible. #python #crawler #asyncio #async #spider #uvloop #aiohttp

Best Flutter UI Templates. Completely free for everyone. #dart #ui #template #flutter #ui #app
+4
Best Flutter UI Templates. Completely free for everyone. #dart #ui #template #flutter #ui #app

rtsp-simple-server is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live v
rtsp-simple-server is a ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols: #golang #go #audio #streaming #h264 #video #rtsp #hls #rtmp #aac #media #server #h265

Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things: - Start fast.
Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things: - Start fast. - New levels of performance. - Being a great and complete tool. Bun is designed as a drop-in replacement for your current JavaScript & TypeScript apps or scripts — on your local computer, server or on the edge. Bun natively implements hundreds of Node.js and Web APIs, including ~90% of Node-API functions (native modules), fs, path, Buffer and more. The goal of Bun is to run most of the world's JavaScript outside of browsers, bringing performance and complexity enhancements to your future infrastructure, as well as developer productivity through better, simpler tooling. #zig #node #runtime #bundler #transpiler #package #manager #javascript #js #jsx #react

For lazy mfs:

Modern C++ Tutorial. Modern C++ introduces many features into traditional C++ which bring the entire language to a new level
Modern C++ Tutorial. Modern C++ introduces many features into traditional C++ which bring the entire language to a new level of modernization. Modern C++ not only enhances the usability of the C++ language itself, but the modification of the auto keyword semantics gives us more confidence in manipulating extremely complex template types. At the same time, a lot of enhancements have been made to the language runtime. The emergence of Lambda expressions has given C++ the "closure" feature of "anonymous functions", which are in almost all modern programming languages ​​(such as Python, Swift, etc). It has become commonplace, and the emergence of rvalue references has solved the problem of temporary object efficiency that C++ has long been criticized for. #cpp #book #free

Apache Doris is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its e
Apache Doris is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its extreme speed and ease of use. It only requires a sub-second response time to return query results under massive data and can support not only high-concurrent point query scenarios but also high-throughput complex analysis scenarios. Based on this, Apache Doris can better meet the scenarios of report analysis, ad-hoc query, unified data warehouse, Data Lake Query Acceleration, etc. Users can build user behavior analysis, AB test platform, log retrieval analysis, user portrait analysis, order analysis, and other applications on top of this. #cpp #java #sql #real #time #database #db #big #data #hive #hadoop #analytics #olap #mpp

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their proje
Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. #cpp #machine #learning #deep #ai #keras #mxnet #dnn

Pixie is an open-source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluste
Pixie is an open-source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluster (service maps, cluster resources, application traffic) and also drill down into more detailed views. #golang #go #cpp #distributed #systems #cncf #gke #pandas #aks

Velox is a C++ database acceleration library which provides reusable, extensible, and high-performance data processing components. These components can be reused to build compute engines focused on different analytical workloads, including batch, interactive, stream processing, and AI/ML. Velox was created by Facebook and it is currently developed in partnership with Intel, ByteDance, and Ahana. #cpp #vectorized #database #db #acceleration #processing #system

MNN is a highly efficient and lightweight deep learning framework. It supports inference and training of deep learning models
MNN is a highly efficient and lightweight deep learning framework. It supports inference and training of deep learning models, and has industry leading performance for inference and training on-device. At present, MNN has been integrated in more than 30 apps of Alibaba Inc, such as Taobao, Tmall, Youku, Dingtalk, Xianyu and etc., covering more than 70 usage scenarios such as live broadcast, short video capture, search recommendation, product searching by image, interactive marketing, equity distribution, security risk control. In addition, MNN is also used on embedded devices, such as IoT. #cpp #arm #vulkan #ml #convolution #dl #deep #learning

kotlinx.coroutines is a library support for Kotlin coroutines with multiplatform support. Usage: suspend fun main() = corouti
kotlinx.coroutines is a library support for Kotlin coroutines with multiplatform support. Usage: suspend fun main() = coroutineScope { launch { delay(1000) println("Kotlin Coroutines World!") } println("Hello") } #kotlin #async #coroutines