-
@sbromberger why do you think we should be eliminating dependencies?
-
I just reviewed a submission on the EcmaScript track in which the submitter chose to implement his Custom Set by extending Set!
I don't think this is the intention of the exercise, but the README doe…
-
It would be nice and probably possible to convert the upstream Java source to JavaScript using automatic methods. I've got a prototype up and running (https://github.com/bjornharrtell/jsts/tree/1.0.0-…
-
Right now the algorithms are called by their actual name (e.g. `HungarianAlgorithm`). The question is whether we should keep this, or if we should actually rename them to the problem they solve (so in…
-
Reason given was "Changed all ranges to 70 to keep spigot from filtering the getentities call."
Not sure what that means, maybe it needs something other than just a config change then, but at range 7…
-
I'm getting this error during Pkg.test:
```
Algorithms: .................................................................................E..................................
Error :: (line:505)
…
-
**[Original report](https://bitbucket.org/ompl/ompl/issue/153) by Jonathan Gammell (Bitbucket: [gammell](https://bitbucket.org/gammell), GitHub: [gammell](https://github.com/gammell)).**
------------…
-
I discovered Julia recently, and was originally put-off by the complicated approach of Graphs.jl. As someone who uses graphs everyday, I can say that the simplicity of the library is a major adoption …
rlouf updated
9 years ago
-
@DennisOSRM seeing that you switched from camel case `ComputeAngle.h` to `compute_angle.hpp` do you propose a new naming convention for files?
Directories to rename:
- [x] algorithms
- [x] benchmarks…
-
Hi, I'm trying to build OSRM on Debian GNU/Linux 7.2 (wheezy) i386.
I've followed the instructions in "Debian Wheezy" section from https://github.com/DennisOSRM/Project-OSRM/wiki/Building%20OSRM.
The …