Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Browsing latest articles
Browse All 8 View Live

launch-app.sh

Launch an android app through adb using its apk name instead of its package name. Example: launch-app.sh your-app.apk

View Article



Pretty git log alias (git lg)

A git alias to make git log more pretty and readable. One-line commit messages, branching graph, commit hashes, and thoughtfully coloured. Ex: git lg

View Article

setOpacity mixin

A simple SASS mixin to set the opacity property for all vendor prefixes/bullshit

View Article

Android WebView blue overlay fix

Removes the blue overlay on click in the Android WebView

View Article

WYSWYG Website Text Editor

A simple bookmarklet to allow modifying text (and other things) on websites directly in the browser, and to download the resulting HTML code. Very useful for clients who always ask for wording...

View Article


Makefile: building an app in the AOSP tree

A basic Makefile to add an app to the AOSP build system and have it build with the platform. This Makefile should of course be named Android.mk

View Article

Makefile: building a native tool/daemon in the AOSP tree

A basic Makefile to add a native C++ tool/daemon to the AOSP tree and have it build with the platform. This Makefile should of course be named Android.mk

View Article

Ultra-Lightweight Colored `console.log()`

RAINBOW LOG This ultra-lightweight library (only 196 bytes minified!) extends the javascript console object to provide configurable colored output. Introduction 3 color-schemes are defined by default,...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images