-
Updated
May 8, 2021 - C#
#
wrapper
Here are 3,215 public repositories matching this topic...
OpenCV wrapper for .NET
opencv
wrapper
machine-learning
computer-vision
nuget-packages
dotnet
nuget
image-processing
opencvsharp
native-bindings
dotnetstandard
dotnetcore3
Android L Ripple effect wrapper for Views
-
Updated
May 3, 2018 - Java
Super-simple, minimum abstraction MailChimp API v3 wrapper, in PHP
-
Updated
Feb 11, 2021 - PHP
A small wrapper for integrating axios to Vuejs
-
Updated
May 13, 2021 - JavaScript
libfaketime modifies the system time for a single application
-
Updated
May 11, 2021 - C
The unofficial Python client for the Coinbase Pro API
wrapper
bitcoin
trading
coinbase
ethereum
websocket-client
python-client
exchange
libaray
orderbook
coinbasepro
coinbasepro-api
cbpro
-
Updated
May 14, 2021 - Python
A client-side JS wrapper for the Spotify Web API
-
Updated
May 9, 2021 - TypeScript
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
May 10, 2021 - C++
Alan-Cha
commented
Oct 5, 2020
Binding generator to wrap C++ for Python using LLVM.
-
Updated
May 11, 2021 - Python
A Julia wrapper for TensorFlow
-
Updated
Apr 1, 2021 - Julia
programmerjake
commented
Apr 15, 2021
In:
https://github.com/TheDan64/inkwell/blob/f768691fccb04fe262a6ccf22c215657dc08de98/src/context.rs#L950
the lifetimes are left implicit, which unnecessarily shortens the lifetime of the return value. Making the lifetimes explicit:
impl<'ctx> Context<'ctx> {
pub fn const_string<'a>(&'a self, string: &'a [u8], null_terminated: bool) -> VectorValue<'a> {
...
}
}A Python wrapper for Kaldi
python
wrapper
numpy
speech
feature-extraction
speech-recognition
kaldi
language-model
asr
openfst
clif
-
Updated
Apr 7, 2021 - Python
-
Updated
Apr 10, 2021 - Python
Alternative approach to interfacing with OpenCv from openFrameworks.
-
Updated
Oct 19, 2020 - C++
Atlassian Python REST API wrapper
python
api
portfolio
wrapper
jira
rest
bamboo
bitbucket
crowd
confluence
tempo
atlassian
xray
jira-service-desk
advanced-roadmaps
-
Updated
May 11, 2021 - Python
A Ruby wrapper library to the tesseract-ocr API.
-
Updated
Jul 2, 2017 - Ruby
R wrapper for highcharts
-
Updated
May 13, 2021 - R
Poloniex API wrapper for Python 2.7 & 3
python
api
wrapper
bitcoin
trading
bot-framework
python3
trading-api
cryptocurrency
exchange
api-wrapper
poloniex
altcoin
trader
candlestick-chart
stock-trading
cryptocoins
trade-history
-
Updated
Aug 14, 2020 - Python
Go wrapper library for "Dear ImGui" (https://github.com/ocornut/imgui)
-
Updated
Apr 30, 2021 - C++
Improve this page
Add a description, image, and links to the wrapper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wrapper topic, visit your repo's landing page and select "manage topics."
Recently I decided to try out Iced but run into some memory problems while testing an example, as can be seen in this issue: hecrj/iced#786
I narrowed it down to the wgpu-rs StagingBelt, and the lack of a way to cleanup unused free Chunks from the belt.
The issue with the Game of Life example was that I only added more geometry to the screen, so my buffers got larger, n