Archive for September 2015
Accelerating Android App debugging with VirtualBox
Accelerating Android App debugging with VirtualBox This tutorial shows how to use VirtualBox to accelerate debugging of Android apps with native components. We will show how to create an Android VirtualBox VM, configure it for debugging and use VisualGDB to debug the San-Angeles project. Before you begin, download the latest VirtualBox and get an x86 […]
Read Full Post | Make a Comment ( Comments Off on Accelerating Android App debugging with VirtualBox )Comparison of different SQL implementations
Comparison of different SQL implementations The goal of this page — which is a work in progress — is to gather information relevant for people who are porting SQL from one product to another and/or are interested in possibilities and limits of ‘cross-product’ SQL.
Read Full Post | Make a Comment ( Comments Off on Comparison of different SQL implementations )Understanding Python Decorators in 12 Easy Steps!
Understanding Python Decorators in 12 Easy Steps! As a Python instructor, understanding decorators is a topic I find students consistently struggle with upon first exposure. That’s because decorators are hard to understand! Getting decorators requires understanding several functional programming concepts as well as feeling comfortable with some unique features of Python’s function definition and function […]
Read Full Post | Make a Comment ( Comments Off on Understanding Python Decorators in 12 Easy Steps! )