Here are
60 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
Updated
Sep 17, 2020
HTML
Wrappers for LAPACK (Fortran)
Updated
May 26, 2018
Rust
Wrappers for BLAS (Fortran)
Updated
May 26, 2018
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.
Updated
Aug 31, 2020
Shell
Modern Fortran wrappers around MPI routines
Updated
Sep 15, 2020
Fortran
Java wrapper for Instamojo API
Updated
Jan 16, 2020
Java
Tooling to play around with multilingual machine translation for Indian Languages.
Updated
Sep 16, 2020
Python
Modern Fortran wrappers around ScaLAPACK routines
Updated
Aug 4, 2020
Fortran
A Unity plugin to work with Android native sdk
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
Sep 9, 2020
Python
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
Updated
Aug 1, 2020
Python
📝 | A anime API wrapper from CF's API
Updated
Jul 3, 2018
JavaScript
Updated
Sep 6, 2020
Swift
Updated
May 26, 2018
Rust
An R package to deal with an object tbl
Easier wrappers for Win32 API stuff, safe when possible
Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder
Updated
Jul 26, 2020
Shell
Profile and Module for Powershell use on (Fedora) Linux.
Updated
Dec 11, 2019
PowerShell
Rust-SharedMem-Ocaml is POC implementation of two-way IPC communication between multiple independent Rust and Ocaml processes
An opensource library/package of code wrappers for ExtJS 6.2.0 GPL
Updated
Apr 4, 2019
JavaScript
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