Uncategorized
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! )git stashed
git stashed Typically, git stash just shows you the items in your stash. Now, git stashed shows you how long ago items were stashed
Read Full Post | Make a Comment ( Comments Off on git stashed )How to undo (almost) anything with Git
How to undo (almost) anything with Git One of the most useful features of any version control system is the ability to “undo” your mistakes. In Git, “undo” can mean many slightly different things. When you make a new commit, Git stores a snapshot of your repository at that specific moment in time; later, you […]
Read Full Post | Make a Comment ( Comments Off on How to undo (almost) anything with Git )Snippet Expansion with YASnippet
Snippet Expansion with YASnippet
Read Full Post | Make a Comment ( Comments Off on Snippet Expansion with YASnippet )« Previous Entries Next Entries »