-
Most of my projects contain at least 3 implementations of `std::vector`-like containers, and clang-tidy just complained about using pointer arithmetic in all of them.
That's ok I guess, but what h…
-
```
(virtualenv)[][18:57:15][~/workspace/src/rust]$ make install 2>&1
cfg: version 1.13.0-dev (bdad70213 2016-09-24)
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-un…
-
Consider the following contrived example:
```
function foo(f, x) {
return f(x);
}
foo(x => {
doSomeStuff();
return x + 2;
}, 3);
```
This is a completely valid syntax for an arrow function wh…
-
As it seems [Mandrill is going to be shut down](http://www.dangrossman.info/2016/02/28/mandrills-betrayal/), let's re-visit mail provider topic. This is a continuation of the topic started at #606 and…
-
I have a large codebase some of which is legacy and almost static, and other parts are "fresh" clean code with higher quality standards. This is enforced using a combination of custom warnings guards …
-
These take significant space and bloat core lucene. Not everyone needs the ability to read ancient indexes (especially building a new app).
We should move this cruft out of the core/ jar. codecs/ is…
-
1. Create a new C# class library with below code:
``` C#
class Class1
{
// Comment with trailing whitespaces
}
```
2. Install [codecracker](http://www.nuget.org/packages…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on August 22, 2012 23:04:35_
moving from https://code.google.com/p/chromium/issues/detail?id=144087 over to tracker here …
-
Hi all! Have a some problem on one of my systems
```
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="14.10 (Utopic Unicorn)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.10"
VERSION_ID="14.10"
HOME_…
-
Originally reported on Google Code with ID 1052
```
Purpose of code changes on this branch:
To address complaints on the effectiveness of luma NR
When reviewing my code changes, please focus on:
Whe…