-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
Perhaps 3 and 5 contradicts a bit? I mean do we always know what the right tool is? Perhaps that is a learning journey?
-
```
amir@amir-laptop:~/Desktop/install/hustoj-read-only/core/judge_client$ make
g++ -c -I/usr/local/mysql/include/mysql judge_client.cc
In file included from judge_client.cc:27:
okcalls.h:4: error: ‘S…
-
Hi,
I would like to create an automated build with Travis and quality assurance. The outcome of the build can block a branch merge if quality criteria are not met. Is that something interresting for …
-
Brian Warner (@warner) had some interesting thoughts on this domain in his [PyCon talk on Magic Wormhole](https://www.youtube.com/watch?v=oFrTqQw0_3c) around the 12 minute mark.
Right now we [choose …
-
Zipkin is not a foundation, it isn't even a single GitHub org. Zipkin spans across several orgs in github, with the most central one being here. It has stakeholders including those making zipkin emula…
-
First of, `Moya` looks great. At least most of it does. But the one single `enum` bugs me a bit. You have to define a single `API endpoint` in multiple parts of the same file. When the `API` grows, th…
-
Open Source Point Of Sale Version 3.0.1 - 4f5ad57
Ubuntu 15.10 (GNU/Linux 4.5.5-x86_64-linode69 x86_64)
PHP 5.6.11-1ubuntu3.4 (cli)
Apache/2.4.12 (Ubuntu) Server (also tried with NginX)
mysql Ve…
-
```
amir@amir-laptop:~/Desktop/install/hustoj-read-only/core/judge_client$ make
g++ -c -I/usr/local/mysql/include/mysql judge_client.cc
In file included from judge_client.cc:27:
okcalls.h:4: error: ‘S…
-
One of the features that I like from C++11/14 is `constexpr` that stands for [constant expression](http://en.cppreference.com/w/cpp/language/constexpr) and the reason is it allows to evaluate expressi…