-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
```
when the application run "initialiseAllResourceGroups" can happen error???
```
Original issue reported on code.google.com by `freexlei...@gmail.com` on 31 May 2012 at 3:52
-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
```
What steps will reproduce the problem?
1. download the ubuntu_install script
2. Compile and execute the program find a PDF and process with the default
settings
3. Click "process with this page"
…
-
Hi, when I try to install cltorch with "luarocks install cltorch", I get the following errors:
```
Linking CXX shared library libTHCl.dylib
Undefined symbols for architecture x86_64:
"THClKernels* …
pfllo updated
9 years ago
-
With Python 2.7 there's a native implementation in python's itertools:
```
sage: list(itertools.combinations_with_replacement([1,2,3,4],2))
[(1, 1), (1, 2), (1, 3), (1, 4), (2, 2), (2, 3), (2, 4), …
-
Hello,
hope I'm in the right forum fo rproblems when installing uv-cdat.
Tried to install uv-cdat 2.0 1.5.1 and 1.5.0
on kubuntu 14.04 i386 (pre-requistes as given in wiki checked)
Always run int…