MAX BUILD SPEED
  • Home
  • About
Sign in Subscribe

Max Rohde

Max Rohde
Force Android Studio to Update Maven Snapshot Dependencies

gradle

Force Android Studio to Update Maven Snapshot Dependencies

Problem You are using Gradle to build your Android Studio project and you have linked Maven SNAPSHOT modules. When you build your project, Gradle/Android Studio does not grab the latest version of the SNAPSHOT module but instead uses a cached version. Solution Add the following to your build.gradle:

By Max Rohde 08 Sep 2014
Access Apache on VirtualBox OS from Host OS

virtualbox

Access Apache on VirtualBox OS from Host OS

Problem You have a RHEL or CentOS 6 VirtualBox Virtual Machine and a Windows or other host and would like to access a web server on the VM from the Host OS. Solution Assure that the Apache Web Server is available and started on the guest OS: `sudo httpd start`

By Max Rohde 19 Aug 2014
Import GitHub project to Android Studio

git

Import GitHub project to Android Studio

Problem You have an existing GitHub project and would like to import it to Android Studio. Solution Perform the following steps to import your project. Step 1: Install git for Windows It can be downloaded for free from git-scm.com. Most settings available during the installation process should be compatible

By Max Rohde 18 Aug 2014
Setting Up eclipse Luna with Maven for Android

eclipse

Setting Up eclipse Luna with Maven for Android

As of August 2014, don't even try this. Officially, the Google Eclipse plugin supports Eclipse 4.4 (Luna) at present. However, in order to be able to create projects which are both Maven projects and Android projects you will need to install the m2e-android plugin. This currently does

By Max Rohde 14 Aug 2014
Convert Dynamically Sized VirtualBox VDI Hard Drive to Fixed Size

virtualbox

Convert Dynamically Sized VirtualBox VDI Hard Drive to Fixed Size

The Problem You have got a dynamically sized, VDI virtual hard drive in VirtualBox and would like to convert it into a fixed size hard drive. You are using Windows. The Solution * Locate VBoxManage.exe on your machine. It should be in the VirtualBox program directory (usually found under C:

By Max Rohde 21 Jun 2014
Improving Voice Recording with Audacity

Improving Voice Recording with Audacity

Audacity is a powerful and free tool to edit all kinds of audio files. However, the many features it offers can be overwhelming for beginners and more advanced users alike. This guide contains some tips how to go about doing a very specific task with audacity: Improving the quality of

By Max Rohde 17 Jun 2014
The Conscious Mind as Trainer

psychology

The Conscious Mind as Trainer

It might be that our subconscious mind ears often in our urban and large-scale world. It might be that reason and traditional intelligence are the most useful devices to navigate this world. I'm reading ‘Thinking Fast and Slow’ from Kahneman at the moment and what I've

By Max Rohde 19 May 2014
Steve Jobs and Leadership

isaacson

Steve Jobs and Leadership

There is something wrong with the way Steve Jobs led people. The biography from ‪Isaacson‬ is full of examples how Steve Jobs exercised excessive control, restricting the autonomy of talented employees, or outright abused employees in an inhumane way. Research suggests that people work better if they are not driven

By Max Rohde 06 May 2014
Why the Ideal Task is Necessary, Rewarding and Fun

productivity

Why the Ideal Task is Necessary, Rewarding and Fun

When it comes to organizing our lives, structured and logical approaches are in no short supply. Divide large projects into small tasks. Prioritize what is more important over what is less so. Identify the critical path of tasks leading most surely to success. All these are activities of the conscious

By Max Rohde 25 Apr 2014
Get the Exact Position and Size of a Window in Windows

Get the Exact Position and Size of a Window in Windows

Problem You would like to know the exact pixel position and size of a window in Microsoft Windows. Solution Use the very useful utility Sizer. You can download it for free from the page below: http://www.brianapps.net/sizer/ I downloaded the portable version (download the Zip Package). Launch

By Max Rohde 18 Apr 2014
Remove Duplicates from Array in CoffeeScript

Remove Duplicates from Array in CoffeeScript

Problem You have an array in CoffeeScript, which contains equal elements multiple times such as: [1,1,2,3,3] You would like to have only unique values in the array. Thus, transform it into: [1,2,3] Solution You can use the following method to accomplish such: removeDuplicates = (ar)

By Max Rohde 01 Apr 2014
Cross-Domain Requests in GWT with JSONP

gwt

Cross-Domain Requests in GWT with JSONP

GWT RPC is built upon AJAX requests and thus is subject to the Same-Origin Policy. However, it is really easy in GWT (as well as in other JavaScript applications) to circumvent this policy using a method called JSON-with-padding (JSONP). Unfortunately, there are a couple of issues one needs to consider

By Max Rohde 31 Mar 2014
See all
MAX BUILD SPEED

MAX BUILD SPEED

be calm & code.

MAX BUILD SPEED
  • Sign up
Powered by Ghost

MAX BUILD SPEED

be calm & code.