-
```
Slide up/down for ranking of items (perhaps enable/disable individual items for
"N/A"?)
```
Original issue reported on code.google.com by `mitchellsundt@gmail.com` on 11 Oct 2010 at 5:31
-
```
Slide up/down for ranking of items (perhaps enable/disable individual items for
"N/A"?)
```
Original issue reported on code.google.com by `mitchellsundt@gmail.com` on 11 Oct 2010 at 5:31
-
```
Slide up/down for ranking of items (perhaps enable/disable individual items for
"N/A"?)
```
Original issue reported on code.google.com by `mitchellsundt@gmail.com` on 11 Oct 2010 at 5:31
-
So far we've been assuming that we'll worry about the ordering of different rules later, but I think we should do a little planning ahead.
How about this: our first set of rules converts all digraphs…
-
We should take advantage of itterative deepening by implementing transposition tables (https://chessprogramming.wikispaces.com/Transposition+Table), and thereby improve ordering by first searching the…
-
Some databases like DB2 execute CTEs strictly in the order in which they appear in the query, regardless of interdependencies among the CTEs. For such databases we could do an automated reordering bas…
-
C backend should decide if matrix layout will be column-major or row-major and change all the translated code accordingly.
This is to speed-up matrix c-bind/ r-bind operations.
-
### Proposal Details
Go's (non-stable) sort functions don't guarantee a particular ordering for equal elements. However, since the order of equal elements is always the same for a number of releases,…
-
@Fokko @RussellSpitzer @nastra @ajantha-bhat, is there any reason we shouldn't just make the query engines in the docs page alphanumeric?
Potentially give them their own order as @flyrain suggests?
…
-
Where an API is positioned in a folder isn't really part of the API definition. It would be great if this can be removed from the bru file. Following are some reasons:
1. Removing or adding an API …