Here are
69 public repositories
matching this topic...
Easily manage and invoke small scripts and wrappers
The Javascript ecosystem for Scala.js!
Tool Shed repositories maintained by the Intergalactic Utilities Commission
Wrappers for LAPACK (Fortran)
Updated
Jan 30, 2021
Rust
Scikit-Learn API wrapper for Keras.
Updated
Mar 2, 2021
Python
Wrappers for BLAS (Fortran)
Updated
Jan 30, 2021
Rust
Python Powerful Timeout Decorator that can be used safely on classes, methods, class methods
Updated
Jul 15, 2020
Python
A PHP wrapper for the instamojo API.
Dump system call codes, names, and offsets from Ntdll.dll
Updated
Jan 18, 2021
Shell
Tooling to play around with multilingual machine translation for Indian Languages.
Updated
Feb 28, 2021
Python
Modern Fortran wrappers around MPI routines
Updated
Feb 26, 2021
Fortran
R wrappers to connect Python dimensional reduction tools and single cell data objects (Seurat, SingleCellExperiment, etc...)
Java wrapper for Instamojo API
Updated
Jan 16, 2020
Java
A Unity plugin to work with Android native sdk
Modern Fortran wrappers around ScaLAPACK routines
Updated
Feb 26, 2021
Fortran
Tools to work with Injective EVM smart contracts, maintaining backward compatibility with 0x Orders, 0x Transactions, 0x Approvals and EIP712.
Protocol buffer files and language wrappers to (en)decode payloads to interface with Wirepas's services, such as linux gateway, Wirepas network tool and positioning engine
Updated
Feb 25, 2021
Python
Updated
Jan 30, 2021
Rust
Updated
Jan 11, 2021
Python
Common helper and wrapper utility code for golang projects
A collection of POSIX shell scripts to invoke archiver programs
Updated
Jul 26, 2020
Shell
A node wrapper library for Instamojo APIs
Updated
Jul 19, 2020
JavaScript
C# wrapper for Instamojo API
📝 | A anime API wrapper from CF's API
Updated
Jul 3, 2018
JavaScript
LIPSedge™ AE400 Industrial 3D Camera RealSense™ SDK
Updated
Sep 6, 2020
Swift
Simple Wrappers for Formik and Semantic UI React
Updated
Nov 12, 2020
TypeScript
Improve this page
Add a description, image, and links to the
wrappers
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
wrappers
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Currently, the parse method in the LiveDataHandler method takes in a non-nullable function parameter, this should be edited to take in a nullable function.
Describe the solution you'd like
The parse method should be able to take in a non-nullable function or it should have a default empty function.
**Describe alternativ