Explore >> Select a destination


You are here

blog.jetbrains.com
| | hth.is
11.0 parsecs away

Travel
| | Learn how to setup an instant Android development environment via Ansible
| | www.thomashanning.com
10.5 parsecs away

Travel
| | Creating iPhone apps on Windows is not possible because there's no Xcode for Windows. Let's look at the alternatives.
| | 10xlearner.com
10.5 parsecs away

Travel
| | Hi dear reader, I'm Xavier Jouvenot and in this article, we are going to talk about how to set up Android Studio to have it run the default c++ project. This is the beginning of a series of blog post in which I will experiment with Android Studio to create some application I have in...
| | nathanchance.dev
27.0 parsecs away

Travel
| As a Linux kernel developer, I will often need to build and boot new kernels to hunt down issues or test new functionality for regressions. While it is possible to manually install these kernels on machines, it is easiest to use the distribution's package manager, as the kernel does not need to be built on the machine it is being installed on. With .deb and .rpm-based systems, it is easy to build a kernel package within the kernel source itself, using the bindeb-pkg and binrpm-pkg targets respectively. However, for Arch Linux, my distribution of choice, that is not so simple. Furthermore, when doing certain types of development, such as bisecting an issue, it is more convenient to do all the building in an actual source tree, rather than one that is managed ...