#
swig
Here are 191 public repositories matching this topic...
tritao
commented
Mar 31, 2020
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType and have it just as a desugared property of Type.
Use C Api and Swig to Speed up jieba 高效的中文分词库
-
Updated
Nov 7, 2019 - Python
blowekamp
commented
Mar 16, 2020
Add entry to check to see if the user is running 32-bit or 64-bit python,.
Dushistov
commented
Aug 28, 2019
- Add note about Android SDK/NDK installation #279
- Add note about
constructor = empty#280 - Add note about clone/copy #274
- Document SmartPtrCopy #282
- Add into jni_tests/README.md note about ban for cross-compling
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
-
Updated
May 13, 2020 - C++
(Android) Networking and Cryptography Library (NaCL) JNI binding. JNI is utilized for fastest access to native code. Accessible either in Android or Java application. Uses SWIG to generate Java JNI bindings. SWIG definitions are extensible to other languages.
-
Updated
Nov 3, 2019 - Java
Open
Retiring bindings
1
XVilka
commented
Jan 5, 2019
- Python 2 support (ends in one year) - an probably all versions less than 3.4
- PHP5 (support just ended this year) - maybe porting to PHP7?
- Luvit support - 7 years no updates
- Newlisp - 7 years no updates
- Guile - 7 years no updates
- Awk - 6 years no updates (is anyone using them at all?)
A tool for automating content creation for email campaigns, built with Contentful.
-
Updated
May 19, 2018 - JavaScript
Go wrapper for Kitt-AI's snowboy audio detection library.
go
alexa
wrapper
swig
avs
hotword-detection
snowboy
alexa-voice-service
keyword-detection
snowboy-audio-detection
-
Updated
May 26, 2019 - Go
Python wrapper for MFEM (generated from mfem 4.0 release)
-
Updated
May 1, 2020 - C++
Java integration for Hex-Rays IDA Pro
-
Updated
Feb 15, 2017 - Java
Beagle Bone library for driving a strip of WS281x LEDs. Comparable to NeoPixel Library.
-
Updated
Feb 16, 2017 - C
Improve this page
Add a description, image, and links to the swig topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swig topic, visit your repo's landing page and select "manage topics."
We want to replace imports in the lines of
from shogun import *from shogun import featureswith
import shogun as sg, and then call shogun methods with that handle, i.e.sg.featuresinstead of justfeaturesThis is as the number of names of shogun API objects that clash with potential variable names (features) is growing and we want to avoid confusion.
This needs to be d