Found 17 packages
SWIG is an interface compiler that integrates C and C++ with languages including Javascript, Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua, Octave, and R. SWIG can also export its parse tree into XML. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language.
Swig binding library for Bridge.NET projects.
Swig Email Templates (swig-email-templates) binding library for Bridge.NET projects.
A Swig-generated C#/NET wrapper of LLVM-C for Windows 10 (x64), Ubuntu 16.04 (x64).
PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets.
FunScript binding for swig (BETA version).
A C# wrapper API of CUDA Driver API (v9.2.88) for Windows and Ubuntu (x64).
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), D, Go language, Java including Android, Lua, Modula-3, OCAML, Octave, Scilab and R. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. SWIG can also export its parse tree in the form of XML and Lisp s-expressions. SWIG is free software and the code that SWIG generates is compatible with both commercial and non-commercial projects.
Skycoin client library for .NET
C# Mapscript SWIG Library and Mapserver Dependencies (7.4.0)
C# NIF processing library based on https://github.com/ousnius/nifly, using SWIG to generate C# API bound to the C++ original
A free/open-source quantitative finance library written in C++ and connected to C# via SWIG. Uses QuantLib-1.8 for 64-bit systems.
Low-level SWIG-generated interop layer for PJSIP pjsua2 library
SimpleITK is an image analysis toolkit with a large number of components supporting general filtering operations, image segmentation and registration. It is built on top of the Insight Segmentation and Registration Toolkit ITK with the intent of providing a simplified interface to ITK. SimpleITK itself is written in C++ but is available for a large number of programming languages. Currently these include: Python, R, Java, C#, Lua, TCL, Ruby. Wrapping of the C++ code is accomplished through SWIG, in principle, any language wrapped by SWIG should be applicable to SimpleITK. Unlike ITK's support of n-dimensional spatio-temporal images, SimpleITK supports 2D, 3D and optionally 3D+time. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors. SimpleITK is licensed under the Apache License in the same way as ITK. I am not the author of this package. Please read http://www.simpleitk.org/ for more details.
Welvet - LOOM Neural Network Framework for .NET. 12 layer types (Dense, LSTM, RNN, Conv2D, Conv1D, MHA, LayerNorm, RMSNorm, SwiGLU, Softmax, Embedding, Parallel), transformer/LLM inference with streaming, neural tweening, K-Means clustering, Pearson/Spearman correlation, network grafting, step-based forward pass, 7 LR schedulers, 3 optimizers (SGD/AdamW/RMSprop), ensemble features, and bit-for-bit model sharing with Python/TypeScript/Go. Multi-platform: Linux, Windows, macOS, Android, iOS.
NavigationAlert You will bgiven the actual route data ( In the form of a CSV file having lat/long pairs ) derived from the movements of Swiggy delivery boys. Your input will also contain speed S of the delivery boy. Assume delivery boy's speed to be uniform. Your task is to provide timely navigation instructions to the delivery boy. Input : CSV file having lat/long data ## Output: Logs of directions against timestamp. Example: TIMESTAMP_1: Go straight for 50 meters. TIMESTAMF'_2: Take a left turn. TIMESTAMP_3: Go straight for 100 meters. TIMESTAMP_4: Take a slight right. TIMESTAMP_N. Reached Destination