-
$ python setup.py.in build
running build
running build_py
running build_ext
building 'cdec._cdec' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-…
-
`CDec` is defined as:
```text
[helpcontext(0x0010645a)]
HRESULT _stdcall CDec(
[in] VARIANT* Expression,
[out, retval] VARIANT* pvar
);
```
Rubberduck currently reads the declaration as…
-
Any time I have it in my Minecraft mods folder, my game crashes a little bit after I click play. Below is a video showing it.
The crash message that shows up is:
The game crashed whilst initiali…
-
Would be nice to have some convivence functions for converting the output from e.g. `fetchSCAN()` into the format used in batch mode. Mostly preservation of IDs, long → wide format, etc..
-
Right now Jenkins reports success mostly on the basis of catastrophic exceptions. Need to do spot checking etc. One issue that may need coding attention too is NCRO stations being inventoried as "cdec…
-
Hi,
I installed cdec on my Mac as per the instructions here - https://github.com/redpony/cdec#building-the-software
But, when I run `./tests/run-system-tests.pl`, one of the test fails. How do I…
-
When i try do this:
python -m cdec.sa.extract -c extract.ini -g dev.grammars -j 1 < dev.lc-tok.ru-en > dev.lc-tok.ru-en.sgm
I've got this error:
File "/usr/lib/python2.7/runpy.py", line 162, in _r…
xoicy updated
11 years ago
-
I have newer version of boost installed in my home directory and have set LIBRARY_PATH and LD_LIBRARY_PATH. However, python/setup.py calls g++ to link like this:
g++ -pthread -shared -O3 build/temp.…
-
```
let visualObj = renderAbc("*", "CDEC")[0];
let sequence = ABCjs.synth.sequence(visualObj);
let synth = new ABCjs.synth.CreateSynth();
synth.init({ sequence });
```
Will cause this error
`…
-
Hi;
Just found this package and want to see if its possible to download temp data from CDEC. For example, how do I find the stations name in the California central valley?. I am interested in downloa…