Successful VisualStudio 2013 solution build on CI server using MSBuild

0
Sometimes you may need to setup Continuous Integration server to build VS solutions without installing VisualStudio there. But MSBuild is not able to build...

Gradle daemon

0
Gradle requires Java and it can reuse all great features from the runtime. The drawback is that it takes several seconds to boot whole Groovy/Java...

Multiple cursors in Sublime Text

0
Sometimes it is necessary to modify several places in text file at once. Sublime Text has very neat feature: multiple cursors. Point mouse cursor at desired...

Unable to start Boot2Docker on Windows “VT-x is not available”

2
It's quite easy to install Docker on Windows. Just download installer and follow instructions. You might encounter following error message when starting Docker image: VT-X...

Multiple cursors in IntelliJ Idea

0
Multiple cursors feature has been introduced also to IntelliJ Idea in version 13.1. This feature has been inspired by Sublime Text and it was the...

.NET-Java key agreement made easy

0
In latest project we came across the problem of securing communication, where peers don't share backend language. Our goal was to securely generate shared...

tig – text mode git interface

0
Sometimes it is necessary to work only with text console. Git provides rich command line interface, but browsing history is little bit cumbersome. If you like...