library

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.4.1 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.4.1</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.4.1 This upgrade has a total of 3 changes, […]

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

Cairo graphics library no longer supports OpenGL, delete 14k lines of code – News Fast Delivery

Cairo is an open source graphics library that provides software developers with a vector graphics-based, device-independent API. Cairo supports output to a number of different backends, including X11, Apple Quartz, Win32, and file formats such as PNG, PDF, PostScript, DirectFB, and SVG. Cairo is designed to produce consistent output across all output media, while taking

Cairo graphics library no longer supports OpenGL, delete 14k lines of code – News Fast Delivery Read More »

FlyCV Homepage, Documentation and Downloads – High Performance Computer Vision Processing Library – News Fast Delivery

FlyCV It is a high-performance computer image processing library, which currently provides C/C++ interface,Support most mainstream operating systems, including android, armlinux, macos (x86 & arm), windows, and ios. FlyCV polishes algorithm performance to the extreme, and accelerates it through CPU instruction set, algorithm optimization, assembly, etc., which has better performance than other image processing libraries.

FlyCV Homepage, Documentation and Downloads – High Performance Computer Vision Processing Library – News Fast Delivery Read More »

go-dongle version 0.2.7 released, a lightweight, semantic golang encoding, decoding, encryption and decryption library- News Fast Delivery

dongle is aLightweight, semantic, and developer-friendly golang encoding, decoding, encryption and decryption library is currently awesome-go Included, if you think it is good, please give a star github.com/golang-module/dongle gitee.com/golang-module/dongle update log Add dongle.openssl.RSA.GenPKCS1KeyPair() method to generate an RSA key pair in PKCS#1 format Add dongle.openssl.RSA.GenPKCS8KeyPair() method,Generate PKCS#8 format RSA key pair Add dongle.openssl.RSA.VerifyKeyPair() method,Verify that

go-dongle version 0.2.7 released, a lightweight, semantic golang encoding, decoding, encryption and decryption library- News Fast Delivery Read More »

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.4.1 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.4.1</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.4.1 This upgrade has a total of 3 changes,

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

gTTS homepage, documentation and downloads – Python-based text-to-speech library – News Fast Delivery

gTTS is a Python library and CLI tool for interacting with Google Translate’s text-to-speech API. feature A customizable speech-specific sentence tokenizer that allows reading text of unlimited length while maintaining correct intonation, abbreviations, decimals, etc.; A customizable text preprocessor, for example, can provide pronunciation correction; Install quick start Command Line: $ gtts-cli ‘hello’ –output hello.mp3

gTTS homepage, documentation and downloads – Python-based text-to-speech library – News Fast Delivery Read More »

jxxghp-nas-tools Homepage, Documentation and Download- NAS Media Library Resource Collection- News Fast Delivery

nas-tools is an automatic tool for collecting and organizing NAS media library resources. Features: The original intention of this software is to realize the automatic management of film and television resources, release your hands and focus on watching movies. A good network environment and a private site are required to obtain a better user experience.

jxxghp-nas-tools Homepage, Documentation and Download- NAS Media Library Resource Collection- News Fast Delivery Read More »

feilong 3.4.0 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.4.0 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.4.0</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.4.0 This upgrade has a total of 22 changes,

feilong 3.4.0 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

go-mir v3.0.0 released, use Go structure tag to define auxiliary library for handler routing information- News Fast Delivery

// file: mirc/auto/api/routes.go // Code generated by go-mir. DO NOT EDIT. package routes import ( “net/http” “github.com/alimy/mir/v3″ “github.com/gin-gonic/gin” ) type LoginReq struct { Name string `json:”name”` Passwd string `json:”passwd”` } type LoginResp struct { JwtToken string `json:”jwt_token”` } type User interface { // Chain provide handlers chain for

go-mir v3.0.0 released, use Go structure tag to define auxiliary library for handler routing information- News Fast Delivery Read More »

OpenCV 4.7 Released, Intel’s Open Source Computer Vision Library

OpenCV is Intel’s open source computer vision library that implements many common algorithms for image processing and computer vision. The main updates of OpenCV 4.7 version are as follows: DNN: The new ONNX layer significantly optimizes the performance of convolution, and the implementation of Winograd algorithm supports OpenVino 2022.1 Algorithm: ArUco label and April label

OpenCV 4.7 Released, Intel’s Open Source Computer Vision Library Read More »

go-dongle version 0.2.4 released, a lightweight, semantic golang encoding, decoding, encryption and decryption library

dongle is a lightweight, semantic, and developer-friendly Golang encoding, decoding, encryption and decryption library that has been included in awesome-go. If you think it is good, please give it a star. github.com/golang-module/dongle gitee .com/golang-module/dongle Update log Added support for base45 encoding and decoding Added support for blake2b-256, blake2b-384, blake2b-512 hash algorithms Added support for… #godongle

go-dongle version 0.2.4 released, a lightweight, semantic golang encoding, decoding, encryption and decryption library Read More »

docTR Homepage, Documentation and Download- OCR Document Text Recognition Library- News Fast Delivery

Powered by TensorFlow 2 and PyTorch, anyone can seamlessly access OCR Get the pre-trained model End-to-end OCR is implemented in docTR using a two-stage approach: text detection (locating words), then text recognition (recognizing all characters in words). Therefore, an architecture for text detection and an architecture for text recognition can be selected from the list

docTR Homepage, Documentation and Download- OCR Document Text Recognition Library- News Fast Delivery Read More »

feilong 3.3.9 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.3.9 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.3.9</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.3.9 This upgrade has a total of 8 changes,

feilong 3.3.9 is released, a tool library that makes Java development easier- News Fast Delivery Read More »