-
Cython wants to introspect and modify frames. greenlet wants to create and switch stacks.
Doing this piecemeal and with an out-of-date, and thus incorrect, model of how the CPython frame stack work…
-
Is there a way of using the C API to do beamforming in a given direction?
Ideally i would like to specify euler angles or quaternions and extract the filtered audio in that direction, using the C api…
-
### Is your feature request related to a problem? Please describe.
The current OpenVDB iterator API is non-standard and uses testing the truthiness of an iterator to see if it reaches the end of the …
-
@AlexeyAB
Using your C++ API, "Detector" works but it returns "int" result "bbox_t" and it's not that accurate when the result is resized.
I tried to use "network_predict(net, X);" in the C++ API i…
-
```
What steps will reproduce the problem?
1. Open Visual Studio .NET 2010 and create a new c# console application
2. Add web service reference named service1 with url
https://api.4shared.com/jax3/De…
-
The code ( from Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-ERSA/) doesn't compile, I got this error:
...
Manage_TrackSideInformati_Manage…
-
Use a consistent naming convention for the C API, that allows users to identify various kinds of objects just by reading the code.
### Proposal
Use `camelCase` for functions:
```
helicsGetVe…
-
Just the standard C++ API, but with the code living in a DLL.
-
```
Create a C API verison of the cefclient project to demonstrate use of the
interface and facilitate testing of code changes.
Any volunteers? :-)
```
Original issue reported on code.google.com by …
-
I notice a huge difference between pure GPU speed (measured by 'caffe time') and the C++ API. My GPU is 1080ti and the GPU time for forward pass is around 25ms for the 512ft model, while if I measure …